PCX files
Does anyone have a C++ routine for inputing PCX files.
I have one written in C. I tried converting it to C++ (so it uses streams) but I can''t get it to work.
Information on reading in .bmp files would be appreciated also, but I''m kind of set on making pcx work first(you know how that goes)
Thanks a bunch
arsenius
--after three days without programming, life becomes meaningless
Have you considered using Targa (24-bit) file format
instead? It''s more documented and easier to deal with,
not to mention faster to load for games.
instead? It''s more documented and easier to deal with,
not to mention faster to load for games.
Tara Milana - WP Entertainmenthttp://wolfpack.twu.net/Comp graphics artist and programmer.
Can''t help you with your pcx loader, but I do know where to find info about the bmp format. Check out Wotsit, they''ve got descriptions of other formats too
/. Muzzafarath
Mad House Software
Prehende uxorem meam, sis! - Please, take my wife!
/. Muzzafarath
Mad House Software
Prehende uxorem meam, sis! - Please, take my wife!
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement