I'm new here so, first of all, thanks for ImageMagick!!
I'm using it in my Kindle Touch (Version: ImageMagick 6.6.9-5 2012-07-17 Q16 http://www.imagemagick.org) to resize some images.
It works really fine but I encountered a problem with big images (~9Mb).
I use this command:
Code: Select all
convert input.jpg -thumbnail 260 -quality 30 output.jpg
I know it's something related with the filesize and the low memory on the Kindle.
This is the output of -list resource
Code: Select all
File Area Memory Map Disk Thread Time
-------------------------------------------------------------------------------
768 65.45MB 249.7MiB 499.4MiB unlimited 1 unlimited
Any clue?
Thanks to all!!