Imagemagick and file size

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
fr33d0m

Imagemagick and file size

Post by fr33d0m »

Hi, currently i'm doing my final project.
I've just download and install imagemagick for windows.
I read an article that ImageMagick can support files that larger than 85Mb
But I'm having trouble when i try to resize a file with size of 3Mb.
This is the command that I use : convert Gaia.jpg -resize 500x500 galaxy.jpg.
It doesn't output any results, though it also didn't give me an error message.
Do i need to change the file size in configuration files?
Can someone guide me, pls? Thank you...
Post Reply