>Attached also the description for the new ini keys, it would be nice >if someone check this for spelling errors please. Here are my suggestions by line. I've attached the amended file. 5: Pluckers -> Plucker's 10: Pluckers -> Plucker's 13: OS do -> OS does 14: and do not -> and will not 16: excites -> exceeds 16: try_reduce_bpp are -> try_reduce_bpp is 17: to use reduce -> to reduce 17: the size are OK, -> the size is OK. 17: if it -> If 18: with bpp=1 still to big -> bpp=1 is still too big 18: dimension -> dimensions 18: pitmap -> bitmap 19: stepps -> steps 22: compression, to -> compression. To 23: highes -> highest 23: size) -> size), 24: false, in -> false. In 25: size, this could be need -> size. This could need clone Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/
;; ;; These keys control the way the images are converted to the palm Tbmp ;; format. ;; ;; The maximum size of an Tbmp bitmap could be 60000bytes (before Plucker's ;; database compression), you could set the max_tbmp_size key to an lower ;; value to save memory on your device. ;; ;; The tbmp_compression key control the internal Tbmp compression (not ;; related to Plucker's databse compression), if set to true the Tbmp are ;; smaller and you could use pictures that normally exceed the maximum size ;; (as set by max_tbmp_size). But this will not work on all OS versions; ;; if your OS does not support this, the viewer will display a warning message ;; and will not show the pictures. ;; ;; If a bitmap exceeds the maximum size, and try_reduce_bpp is set to ;; true, the parser try to reduce the bpp until the size are OK. If it ;; bpp=1 is still to big, the dimension of the bitmap will be reduced in ;; 10% steps if the try_reduce_dimension key is set. ;; ;; How big a Tbmp will be after a bpp or dimensions reduce are calculated, ;; but this won't work if you use tbmp compression. To still get the ;; maximum quality (highest possible bpp and size), set the guess_tbmp_size ;; to false. In this case the bitmap will be converted in every step to get ;; the resulting size. This could need some more time. ;; ;;max_tbmp_size = 60000 ;;tbmp_compression = no ;;try_reduce_bpp = true ;;try_reduce_dimension = true ;;guess_tbmp_size = true ;;
