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
I updated from Version 1.7.0
every function like crop, resizeToBestFit etc. set a final_h and final_w. These dimensions are taken to produce the output file with this desired final width and height.
The newer version of this script has changed the handling completely: if the height or width is smaller tahn the given values this side stays smaller and will not be filled up with a white background.
In the result the image is not produced in the desired dimensions.
The text was updated successfully, but these errors were encountered:
Did you try to pass $image->resize(500, 300, $allow_enlarge = True); like this to enlarge image? I think we disabled automatic enlarging in new version.
I updated from Version 1.7.0
every function like crop, resizeToBestFit etc. set a final_h and final_w. These dimensions are taken to produce the output file with this desired final width and height.
The newer version of this script has changed the handling completely: if the height or width is smaller tahn the given values this side stays smaller and will not be filled up with a white background.
In the result the image is not produced in the desired dimensions.
The text was updated successfully, but these errors were encountered: