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
When I upload an image with resolution 740/527, and cropping min width/height is also 740/527, the cropped and resized image (mode 5 of modified JIT) shows with a 1-pixel black line at the bottom. This extension is very important to me (I must release a page in couple of days). Could you check if this happens to you as well?
If you have no time, I will look into your code to fix this, however, I think it can be quite complex.
Cheers!
The text was updated successfully, but these errors were encountered:
I see what's going on. The uploaded image is 740/527, but image cropper somehow outputs cropped height as 528. And this 1 pixel of difference is this black line.
I very often must crop an image to its full dimensions. The classic example is when I have to CMSify a page which is online but have no CMS yet. All images are cropped by front-end developer already and I have to insert them into CMS and crop to the full dimensions, because... they are already cropped :) The cropper is useful only for images uploaded by end-user after CMS is done. Simple ;)
Hi,
I think I've found a bug.
When I upload an image with resolution 740/527, and cropping min width/height is also 740/527, the cropped and resized image (mode 5 of modified JIT) shows with a 1-pixel black line at the bottom. This extension is very important to me (I must release a page in couple of days). Could you check if this happens to you as well?
If you have no time, I will look into your code to fix this, however, I think it can be quite complex.
Cheers!
The text was updated successfully, but these errors were encountered: