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
Adding custom scales results in incorrectly scaled images when the scales where used.
The scaling function scaleImage/scalePILImage in plone.scale (used in version 2.1.1) knows 3 keywords . Up, down, thumbnail.
However, the function scaleImage from the image view called with the keyword thumb which results in incorrectly scaled images where parts are cropped. I assume it resizes and crops as if the keyword down was given.
The text was updated successfully, but these errors were encountered:
thomasgraf
added a commit
to thomasgraf/kotti_image
that referenced
this issue
Jul 30, 2017
Adding custom scales results in incorrectly scaled images when the scales where used.
The scaling function scaleImage/scalePILImage in plone.scale (used in version 2.1.1) knows 3 keywords . Up, down, thumbnail.
However, the function scaleImage from the image view called with the keyword thumb which results in incorrectly scaled images where parts are cropped. I assume it resizes and crops as if the keyword down was given.
The text was updated successfully, but these errors were encountered: