RLE encoding for Targa image format
Posted: 2014-05-19T03:24:36-07:00
I was thinking about doing this. It looks like a pretty simple compression method that would be fairly easy to add. I just grabbed the sources from SVN and haven't looked through them too much, but from the looks of things it would just be added directly to coders/tga.c. It doesn't appear that the compression is being handled by any other part of the sources, but directly from the actual image encoding. I am guessing that this is because the implementation of these standard compression methods is slightly different from one image encoding to another, and that they are tied into the encoding in such a way that generic compression wouldn't be a good option. But, anyway, I will look at the code a little more and see if this is something I could get done fairly easily.
Mainly what I would like to know is:
Thanks
Bob
Mainly what I would like to know is:
- Is anyone else already working on this and, if so, would they like help finishing it? It seems unlikely that someone would have started and not finished it, but you never know.
- Am I missing something, or is the (de)compression all being handled from these "coders" in the coders/ subdirectory? I can probably answer this myself by just reading a couple of them.
Thanks
Bob