Brendan Duncan
Brendan Duncan
I found and fixed the issue. I had a bug in the EXIF decoder when the data was in little-endian byte order, which was the case in this image. Most...
The updates have been published.
I did just fix a bug in extractFileToDisk 3.3.9, I wonder if it would fix this issue.
Thanks for the confirmation. I'll take a look.
Looking more closely at what your question was, I realize it's about PPMd compression. Unfortunately I don't have a PPMd decompressor.
I mean the library doesn't have PPMd decompression code.
I'll see if I can add error checking for that.
In 3.4.2 it will throw an exception if you try to decompress an unsupported compression type, including PPMd.
I don't know anything about XFile, but it sounds promising. If you can get it to work, that would be fantastic.
A note about that. One of the projects I'm working on is rewriting this library, because it's old and could use a fresh redesign. One of the experiments I did...