I'm trying to create thumbnails using ExactImage command-line tools. I need the output images to be with equal dimensions like 100x100 or 200x200. Can somebody help with that?
|
feedback
|
migrated from stackoverflow.com Aug 19 '11 at 15:44
This question came from our site for professional and enthusiast programmers.
|
I prefer "convert" from ImageMagick package, but if you really wanna use exactimage, you have to use econvert command, but econvert don't works with pixel values, only scalable, any way, you can use that:
0.50 does mean 50%, or try "convert":
| |||
|
feedback
|