-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow_upscale not working since v0.12.0 #226
Comments
It seems to be because of this change in Imagine: https://github.com/avalanche123/Imagine/blob/v0.5.0/lib/Imagine/Imagick/Image.php#L392-L394 |
Well, this seems to be an issue with Imagine release versioning? |
I think the library logic has just changed to not allow upscaling in the Imagine library (quite rightly I think as using 'thumbnail' for upscaling seems kind of strange). Maybe a new filter |
There already is: |
|
Is it possible to add parameters for upscale like max[x,y], exact[x, y] and crop? Because currently it is not possible to upscale rectangle image to square using upscale. |
Since the update to v0.12.0 (and imagine 0.5) the allow_upscale option is not working anymore. Pictures smaller than the filter size are not blown up to fit the dimensions. With v0.11.1 it is still working.
The text was updated successfully, but these errors were encountered: