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
plone.scale.scale.scalePILImage scales an image in-place, thus modifying the passed-in image parameter. It also returns the scaled image.
This should be changed that scalePILImage scales on a copy and returning the scaled version, leaving the original untouched.
plone.scale.scale.scalePILImage
scales an image in-place, thus modifying the passed-in image parameter. It also returns the scaled image.This should be changed that
scalePILImage
scales on a copy and returning the scaled version, leaving the original untouched.See: https://github.com/plone/plone.scale/pull/36/files#r376985415
The text was updated successfully, but these errors were encountered: