Donald C. Kirker wrote:
> There is the PiNGer program for ZBoxZ, but it is no simple task to get it
> working in another app.
> 
> I am working on it more and I want to make it into a library, but it will
> take a while as I have other immediate priorities. Eventually it will be an
> ARM lib, but that is aways off.
> 
> I would recommend using JPEGs and the pnoJpegLib. It is far easier to use
> right now.
> 
> -Donald
> 

Hi,

you wrote that you plan to work on making some png decoding library from code
from zboxz... i need something like that for my project and i planned to do
exactly the same thing you wrote. so if you have something ready it would save a
lot of work for me...

for now all i need is code which would decompress any png file (for start
24/32bit pngs would be enough) to memory buffer in BGRA format (yes, i need
alpha value too), i don't need scaling or such features, but if i would start
with it i would like to make it similar to pnojpeglib with similar api
functions. except that this library wouldn't support encoding.

as alternative i read somewhere on pluggedin forums that i can use http library
to draw png to screen. but that would kill alpha channel so for me its unusable.
and http library is not supported on all devices

so if you have some code or some hints please let me know...)

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to