I need a PPC2002 browser that will read files such as this:
http://www.pgdp.net/projects/projectID40162fb30f2ca/100.png

Can anyone read it on alternate browsers? Let me know!

There are so many browsers out there, but which will read it?!?!!


Alternately, a image viewer that can read links of the above. I just
want to be able to read/dowbload to view in image browser a file of
that type!


Thanks in advance,

S

Re: PNG, PIE & viewers by antispam

antispam
Tue Apr 20 11:51:45 CDT 2004

On 4/20/2004 6:12 PM, Miss 81 wrote:

> I need a PPC2002 browser that will read files such as this:
> http://www.pgdp.net/projects/projectID40162fb30f2ca/100.png

Microsoft's imgdecmp.lib (header "imgdecmp.h")
available on Windows CE supports PNG format very well.
In practice, you may use VOImage free library
(http://www.pocketpcdn.com) which is very easy
to use and it internally uses in imgdecmp library
for displaying images.

There is a very nice tutorial with simple image
displayer (not full-featured viewer) on
http://www.codeproject.com.

Greets

--

Mateusz £oskot
mateusz at loskot dot net

Re: PNG, PIE & viewers by Nelson

Nelson
Tue Apr 20 23:50:44 CDT 2004

Hi,

Does imgdecmp.lib support alpha channel in PNG?

Thanks,
Nelson



"Mateusz £oskot" <antispam@see.my.signature> ???
news:Bychc.12463$N9.11741@news.chello.at ???...
> On 4/20/2004 6:12 PM, Miss 81 wrote:
>
> > I need a PPC2002 browser that will read files such as this:
> > http://www.pgdp.net/projects/projectID40162fb30f2ca/100.png
>
> Microsoft's imgdecmp.lib (header "imgdecmp.h")
> available on Windows CE supports PNG format very well.
> In practice, you may use VOImage free library
> (http://www.pocketpcdn.com) which is very easy
> to use and it internally uses in imgdecmp library
> for displaying images.
>
> There is a very nice tutorial with simple image
> displayer (not full-featured viewer) on
> http://www.codeproject.com.
>
> Greets
>
> --
>
> Mateusz £oskot
> mateusz at loskot dot net



Re: PNG, PIE & viewers by antispam

antispam
Wed Apr 21 15:59:22 CDT 2004

On 4/21/2004 6:50 AM, Nelson wrote:
> Does imgdecmp.lib support alpha channel in PNG?
>

I think so, but I haven't tested it yet.
As I know GAPI (which also uses imgdecmp) supports
alpha channel.

Read this:

http://www.gapidraw.com/features-technical.asp

and CEGraph library based on GAPI:

http://www.codeproject.com/ce/cegraph.asp

Greets

--

Mateusz £oskot
mateusz at loskot dot net

Re: PNG, PIE & viewers by Nelson

Nelson
Thu Apr 22 03:36:21 CDT 2004

Hi,

I just tested it.

imgdecmp can decompress 16 and 24-bit PNG, but cannot decompress 32-bit PNG
with alpha channel.

Hope this saves time for anyone who are thinking of trying it.

Nelson


"Mateusz £oskot" <antispam@see.my.signature> ???
news:KgBhc.13726$N9.4490@news.chello.at ???...
> On 4/21/2004 6:50 AM, Nelson wrote:
> > Does imgdecmp.lib support alpha channel in PNG?
> >
>
> I think so, but I haven't tested it yet.
> As I know GAPI (which also uses imgdecmp) supports
> alpha channel.
>
> Read this:
>
> http://www.gapidraw.com/features-technical.asp
>
> and CEGraph library based on GAPI:
>
> http://www.codeproject.com/ce/cegraph.asp
>
> Greets
>
> --
>
> Mateusz £oskot
> mateusz at loskot dot net



Re: PNG, PIE & viewers by antispam

antispam
Thu Apr 22 13:27:53 CDT 2004

On 4/22/2004 10:36 AM, Nelson wrote:
> Hope this saves time for anyone who are thinking of trying it.

Great job. Thanks a lot !!!

Greets

--

Mateusz £oskot
mateusz at loskot dot net