Errors when loading PCX

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Errors when loading PCX

Post by DarkWhoppy »

Here's an image. . . instead of me typing out the stuff 8)

Image
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
qwe
Posts: 112
Joined: Sun Dec 28, 2003 12:54 am
Location: Oregon, USA

Post by qwe »

I would just take the easy way out and convert them all to .tga with irfanview or some other such batch converter :D
rt
Posts: 150
Joined: Sun Nov 30, 2003 6:54 am
Location: canada
Contact:

Post by rt »

qwe wrote:I would just take the easy way out and convert them all to .tga with irfanview or some other such batch converter :D
never! use .png! 8)
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Never! Using .JPEG 8)
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
deps
Posts: 115
Joined: Sat Jan 10, 2004 5:22 pm
Location: Tranås, Sweden

Post by deps »

png runs circles around jpg and kicks it's arse. Then it calls it silly names. And steal it's lunchmoney. :wink:

More seriously. png got alpha and lossless compression.
And it is an open format.
that i like
qwe
Posts: 112
Joined: Sun Dec 28, 2003 12:54 am
Location: Oregon, USA

Post by qwe »

i would use png but irrlicht doesn't support it(yet). and for the record, deps, it not only has alpha, it has 8-bit alpha. meaning it can have varying levels of transparency(unlike gif, in which you just define a color as transparent and everything else is opaque).
tstuefe
Posts: 40
Joined: Wed Jan 07, 2004 12:53 pm
Location: Heidelberg, Germany
Contact:

Post by tstuefe »

go with tga. supports 8bit alpha and, in contrast to png, works with irrlicht.
qwe
Posts: 112
Joined: Sun Dec 28, 2003 12:54 am
Location: Oregon, USA

Post by qwe »

yeah, tga is the second best to png in regards to quality.
Post Reply