Menu

#5 Can't convert to .pdb, too large.

open
None
5
2001-04-16
2001-03-20
No

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.

Discussion

  • Tom Poindexter

    Tom Poindexter - 2001-03-20

    sample.gif

     
  • Anonymous

    Anonymous - 2001-04-16
    • assigned_to: nobody --> robinson
     
  • Anonymous

    Anonymous - 2001-04-16

    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.

     

Log in to post a comment.

MongoDB Logo MongoDB