Search results

  1. C

    photoshop plugin programming?

    aww man, there's no way to just create womething without their sdk? i'm sure it has many features i'd never use... i'm not talking file manipulation and crazy effects. I just want to add the ability to open dxt files.
  2. C

    photoshop plugin programming?

    does anyone happen to know where one would get documentation on creating a photoshop file format plugin? i intend to make a simple plugin for open dxt textures
  3. C

    Plese help me

    i see, thank you... i just found a weblink to a little endian/big endian essay...
  4. C

    Plese help me

    i am in the process of porting an app that extracts Xbox *.xpr files so you can edit the texture data of games like Dead or Alive 3... in the source code, he typedefs "dword" as an unsigned int and includes the dword type in all of his structs for the xpr file structure. For some odd reason...
Back
Top