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
Been using this module to do fit to size cropped images and it works awesome.
The only problem I've had was the color space, it seems to create significantly different results from one machine to another - notably on one vps server with the latest imagemagick all the thumbnail colours were turning out way darker than the original's.
Switching the colorspace parameter from RGB to sRGB seems to fix the problem.
The text was updated successfully, but these errors were encountered:
Been using this module to do fit to size cropped images and it works awesome.
The only problem I've had was the color space, it seems to create significantly different results from one machine to another - notably on one vps server with the latest imagemagick all the thumbnail colours were turning out way darker than the original's.
Switching the colorspace parameter from RGB to sRGB seems to fix the problem.
The text was updated successfully, but these errors were encountered: