I've had my Zaurus SL-C3100 for about 10 days now so I'm no Zaurus expert but one of the things I wanted it for was viewing images from my camera in the field. The camera creates 12MB TIFF images.
I thought that I would relate my experiences in case it may be of help to others.
My first thought was to find a version of ImageMagick that would run on the Zaurus and provide support for converting TIFF images to JPEG which could then be viewed with PhotoStorage which is included on the Zaurus.
I found a version here:
http://www.geocities.co.jp/SiliconValley-B...0/download.htmlI installed it and yes it works and can read TIFF images, using libtiff, and convert to JPEG *but* it takes two and a half minutes for each 12MB image. This would mean waiting for 25 minutes for it to process a camera card containing 10 images which is, from my perspective, totally impractical so I uninstalled it. Incidentally using ImageMagick to reduce the size as well took considerably longer.
I then had a look at VisualQ (which also requires libtiff). This would take about 10 seconds to open a 12MB TIFF file which could then be reduced to 20% of it's original size and saved as a JPEG taking no more than another 10 seconds. 20 seconds in total with VisualQ compares very favourably with at least 150 seconds for ImageMagick.
Then I noticed a 'Batch' option on the VisualQ file menu. This enables you to specify a source directory with file type (TIFF) and a destination directory with file type (JPEG) and then takes you to the processing options where you can specify what processing is to be performed which, in my case, includes a reduction in size down to 20% of the original size. This just fits nicely in the PhotoStorage window which I use for viewing the results. Starting the Batch operation then processes all images in the source directory and saves the results in the destination directory. Total time for 10 images was about 3.5 minutes.
Wonderful!
The only slight snag was that converting to JPEG takes you to a screen, which has not been translated from Japanese, which I imagine includes quality of the saved image as there was a box with 100% in it.
During processing the maximum amount of memory used was 52MB out of an available 62MB together with a small amount of swapfile usage so a swapfile seems like a good idea.