Paladin of the Pegasos
Posts: 1289 from 2003/2/25
From: binaryriot
Hiho,
this time a release mostly interesting for developers who need to include pictures directly into the executable code. It's quite old program already, but I had to make some (maybe) useful changes.
Quote:
dt2raw converts any picture format (when a datatype for it is installed) to a number of RAW formats. Probably only required by programmers who want to integrate picture data directly into program binaries or special designed data files.
New in this version:o Clears useless colour values when alpha is 0x0 (this especially useful if the resulting RAW data gets packed later and images were saved with Photoshop)
o Added support for RGBA (one of the native tinygl texture formats, so you can simply link the texture to your tinygl application if required) and BGR output formats.
http://tokai.binaryriot.org/public/dt2raw-1.2-200712301359.lharegards,
tokai