Skip to content
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

Cannot Resize _Without_ Preserving Aspect Ratio #55

Closed
zicklag opened this issue Nov 28, 2020 · 1 comment · Fixed by #56
Closed

Cannot Resize _Without_ Preserving Aspect Ratio #55

zicklag opened this issue Nov 28, 2020 · 1 comment · Fixed by #56

Comments

@zicklag
Copy link

zicklag commented Nov 28, 2020

Hey there!

I'm trying to resize my image to a perfect square using the following command, but no matter what I do, it always comes out in the original aspect ratio, instead of squishing or stretching it to make it a square in the dimensions I have provided:

imagecli -i source/$file -o resized/$file -p 'resize 100 100'

Ironically I switched to trying to use imagecli for this exact task after not being able to figure out how to do the same thing in ImageMagik!

@theotherphil
Copy link
Owner

Thanks for the bug report. This is fixed in v0.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants