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
Can you add a quick note for what allow_upscale does when set, with an example of how to set it? Also, what filter types does this apply to (thumbnail vs relative_resize, etc)?
I guess by the name that if you set allow_upscale = true, then if an image is smaller than the specified size it will not be made larger.
The text was updated successfully, but these errors were encountered:
I've read through the thumbnail filter implementation and think I can update the docs for this, will create a pull when I have time.
For anyone who reads this, allow_upscale is only supported in thumbnail, not relative_resize.
Can you add a quick note for what allow_upscale does when set, with an example of how to set it? Also, what filter types does this apply to (thumbnail vs relative_resize, etc)?
I guess by the name that if you set allow_upscale = true, then if an image is smaller than the specified size it will not be made larger.
The text was updated successfully, but these errors were encountered: