> > and this document http://xhp.xwis.net/documents/ccfiles4.txt
> That document is unlikely to be incorrect. XCC Mixer is based on it too.
> > - Reading the temperat.pal works.
> > - Reading the Header-Block (NumImages,Width,Height) and the Offsets-Block works.
> > - but the sample code for decoding the compressed image data (Format 80h and 40h) does NOT work :-/
> Why not?
> > [ccfiles4.txt, line 275 to 288]
> > There is the sample code to decode Format80 Command 2. But the note, that Rel.Pos could be 1 is out of the question. LoL?
> Lol?
> > Where can I get a correct description of the TD SHP file format? How does the XCC Mixer decode the image data? I do not understand the XCC Mixer Source Code. I need a normal text ^.^
> I don't think other texts are available.
I've missed this topic. Anyway, OS SHP Builder 3.35 has two files dedicated for this format. The code is derived from Olaf's, there are some flaws (which I fixed in the unreleased 3.36) and it's in pascal. There is one function that, thanks to the help from Olaf, I translated from asm to pascal. Some other asm codes from Olaf are hard to implement on Delphi, so I had to adapt the non-assembly ones.
I think it will be useful for you, but don't see it as a great reference, because, I've warned before: there are minor problems...
Get it at http://www.ppmsite.com
The source is in a zip file in the sources directory.