Important information: this site is currently scheduled to go offline indefinitely by end of the year.

How to open/edit/save this TGA file?

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
analyzethis
ultra-n00b
Posts: 4
Joined: Wed Aug 08, 2012 9:08 pm
Has thanked: 1 time

How to open/edit/save this TGA file?

Post by analyzethis »

Tried Ulead Photoimpack, GIMP, Photoshop, PAINT.NET and non were able to open it. Only Irfanview can open it, but when saving the file size changes. Dont want that to happen.

Can someone provide some insight?

File: http://www62.zippyshare.com/v/25133105/file.html

Game is NineDragons Online.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: How to open/edit/save this TGA file?

Post by Acewell »

It looks like a *.dds file with a *.tga extension. When the image is saved as DXT5 with no MIP maps in Photoshop the file size remains the same.
You can also open it in TextureFinder2.1 as DXT5; Width 256 and Shifted by 128.

DDS header reference

Code: Select all

  DWORD           Magic;
  DWORD           Size;
  DWORD           Flags;
  DWORD           Height;
  DWORD           Width;
  DWORD           PitchOrLinearSize;
  DWORD           Depth;
  DWORD           MipMapCount;
  DWORD           Reserved1[11];
  DWORD           pf_Size;
  DWORD           pf_Flags;
  DWORD           pf_FourCC;
  DWORD           pf_RGBBitCount;
  DWORD           pf_RBitMask;
  DWORD           pf_GBitMask;
  DWORD           pf_BBitMask;
  DWORD           pf_ABitMask;
  DWORD           Caps;
  DWORD           Caps2;
  DWORD           Caps3;
  DWORD           Caps4;
  DWORD           Reserved2;
Last edited by Acewell on Sat Aug 11, 2012 7:04 pm, edited 1 time in total.
analyzethis
ultra-n00b
Posts: 4
Joined: Wed Aug 08, 2012 9:08 pm
Has thanked: 1 time

Re: How to open/edit/save this TGA file?

Post by analyzethis »

Aw man I feel stupid. I remember turning off the warning by Irfanview which asked me to rename the file extension.

Well thanks alot for the software, tried with Paint.NET and it can open/edit DDS files.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: How to open/edit/save this TGA file?

Post by finale00 »

What, my paint.NET doesn't support DDS.
Did you grab a plugin?
Post Reply