I have a tiny .gif file 3,741 bytes, reduced to
4 levels of gray (it's a map image from Mapquest.com,
colors reduced with NetPBM utilites.)
PalmImage loads the image, but can't save it in
.pdb format, complaining that the image is
greater than 64kb, which I find hard to believe.
I'm running PalmImage 0.91 on Linux, using
Sun's JDK1.3.
sample.gif
Logged In: YES
user_id=7069
This is a known bug. PalmImage actually would correctly
save the file if I had not disabled saving too large files
then miscalculated file sizes. If you are comfortable with
editing Java source, comment out the "if (pi.getSize() >
63600) {" blocks in CLI.java and Frame1.java and PalmImage
will save your file without complaint.