Zastai / POLUtils

Archived POLUtils repository (imported from Google Code)
Apache License 2.0
6 stars 2 forks source link

Request for PlayOnline Viewer "PNG" decoder #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tho people usually play with the DATs, I wish I could extract some from the 
"PNG" thing for Windower background or wallpaper...

Original issue reported on code.google.com by Decay...@gmail.com on 6 Apr 2013 at 7:21

GoogleCodeExporter commented 8 years ago
Not sure what you mean by this. PNG is a standard image file format, supported 
by Windows. Should be directly usable as background/wallpaper.

Original comment by tim.vanholder@gmail.com on 7 Apr 2013 at 12:23

GoogleCodeExporter commented 8 years ago
Go check the "PNG" files downloaded by POL Viewer, they are not in the standard 
format.

Original comment by Decay...@gmail.com on 15 Apr 2013 at 7:14

GoogleCodeExporter commented 8 years ago
IIRC, all png files created by POLUtils (or the MassExtractor) are created via 
the standard .NET API (Image.Save(filename, ImageFormat.png)), so should be in 
the standard format.

The only thing "special" about them is that the images are created with 
transparency info (when applicable), which not all software supports. But that 
is not the fault of the PNG files. In such a case, you can always open the file 
in an editor program and resave it without transparency.

Original comment by tim.vanholder@gmail.com on 16 Apr 2013 at 6:38

GoogleCodeExporter commented 8 years ago
I suppose you didn't get what I tried to tell...

I was talking about the files under this path:
PlayOnlineViewer\usr\home02\download\wallpaper\

Original comment by Decay...@gmail.com on 16 Apr 2013 at 7:53

GoogleCodeExporter commented 8 years ago
If you ever used the related function of POL Viewer, there should be some files 
with "PNG" extension, but they are not -- at least not literal PNG files.

Original comment by Decay...@gmail.com on 16 Apr 2013 at 7:55

GoogleCodeExporter commented 8 years ago
Ahhh now I understand. I don't have a PlayOnline installation anymore, so I 
can't investigate further.

Original comment by tim.vanholder@gmail.com on 16 Apr 2013 at 2:12

GoogleCodeExporter commented 8 years ago
I can mail you some of the said files if that helps

Original comment by Decay...@gmail.com on 16 Apr 2013 at 3:32

GoogleCodeExporter commented 8 years ago
I've got a small PlayOnline installation on my laptop now. I'm afraid that I 
don't see anything immediately recognizable to work with.

Original comment by tim.vanholder@gmail.com on 30 Aug 2013 at 9:59