DDS Image Decoder...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Yup
New User
New User
Posts: 2
Joined: Tue Mar 23, 2004 9:52 pm

DDS Image Decoder...

Post by Yup »

I'm writing a small program that will display an image file when double clicked (who hasn't), but would really like to include DDS format capability. Are there any plans to include a DDS Image Decoder, or is there another plug-in available that would allow this? Thanks...
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Post by GedB »

Save yourself some time and get yourself Irfanview.

http://www.irfanview.com/
Yup
New User
New User
Posts: 2
Joined: Tue Mar 23, 2004 9:52 pm

Post by Yup »

Have used IrfanView for years, great program. What I'm actually doing is writing a little utility to make listing maps in CoD, Unreal, and Quake a little easier. Call of Duty has a small limit on the number of maps that can be in the Main folder at any given time without causing problems, which necessitates moving those map files in and out of the Main folder from another location. The program was a 10 minute piece of cake in PureBasic, but I would like the user to be able to see the screen shot contained within the map file before transfer. These shots are generally in DDS format. I can pull the map file apart programatically to get to the DDS file, I just can't display it...
Post Reply