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.
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.