"David" == David A. Desrosiers <[EMAIL PROTECTED]> writes:
>> I have a Visor Prism (nya-nya) and have plucked a web page with color >> pictures with depth=8 (full color). When I am reading the document, the >> images are clearly in color but if I click on the image to zoom in, I lose >> the color. When I return to the document (page down), I have color again. >> Is this intended? It is quite a limitation to color useage! David> It's actually a limitation of the Windows parser, and memory Well, i call it a feature ;-) David> Since the Palm is limited in record size, Dirk has added some magic to the David> parser to make sure that you can still see the image, instead of getting an David> "out of memory" error from the Palm application itself. David> I'll bet if you pare down the size of those alt-maxwidth images, David> you'll see them in color again if you tap them, though not quite as large. Change the keys in the ini to: try_reduce_bpp=false try_reduce_dimension=true And the parser will do some magic in decrease the size (with/height) and keep the colors, or: try_reduce_bpp=false try_reduce_dimension=false And the Parser will work like the other image parsers. David> There must be a way around this, because there are image viewers David> that can read very large images into memory and pan them around, but I'm not David> sure Plucker can quite do that level of graphic manipulation yet. If you The was a discussion about this on plucker dev some time ago. This need split the image into more pices (more record fore one picture) and the viewer need link them together. I guess its not to difficult, but it need someone who want write this code :-) cu, Dirk -- Permanent URLs to the latest Version (1.1.13) 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.08MB]

