You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, I'd definitely agree this is a bug, but I'm not sure how easy it would be to fix.
Because such large images are shrunk down to the screen, a lot of decimal point imprecision gets introduced. Whenever the desired cropping box maps to the image and there's some decimal imprecisions (eg, the X value is 4.542f), the behaviour (IIRC) is to round up to the next pixel. This might be causing your single pixel drift here.
pod update
before filing this issue.Goals
Allow users to crop using aspect ratio selection.
Expected Results
Aspect ratio selection should crop to actual exact aspect ratio.
Actual Results
Selecting 4:5 ratio and cropping, the image can sometimes be 1 pixel out width or height.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: