Whats going on with resize?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Whats going on with resize?

Post by anthony »

It seems to be working for me...

Code: Select all

convert rose: -scale 160x -identify -resize 75% info:
rose:=>ROSE ROSE 70x46=>160x105 160x105+0+0 DirectClass 16-bit 9.44531kb
rose: ROSE 120x79 120x79+0+0 DirectClass 16-bit
Maybe there is something about your image.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply