"Marko" == Marko Bozikovic <[EMAIL PROTECTED]> writes:
Marko> I just got the message "There is not enough dynamic memory to
Marko> display the image" when trying to view the large version of the
Marko> image. The original image is a color GIF, 576x423 (Sunday strip
Marko> from User Friendly), I have alt_maxwidth and alt_maxheight set
Marko> to 600, and bpp to 2 (Palm IIIx).
The problem are that is it not possible to use pictures larger then
64KB in size. Currently the parser do not check this.
If you have PalmOS >=3.3 you can try to change the
bmp_to_tbmp_parameter key in the plucker.ini to:
bmp_to_tbmp_parameter=-i=%input% -o=%output% -maxwidth=%maxwidth%
-maxheight=%maxheight% -compress=%compress% -color=%colors%
Then the bitmaps are compressed using the PalmOS Scanline compression
and maybe smaller then 64KB. (This cause problems on PalmOS < 3.3)
cu,
Dirk
--
Permanent URLs to the latest Version (1.1SR1) of the Plucker Windows installer
- For the Webpage: http://www.dirk-heiser.de/plucker
- Direct Download: http://www.dirk-heiser.de/plucker/plucker.exe [2.79MB]