Hi Rafal, thanks for the response.
I do have imgmagick and pfsoutimgmagick installed and working, but I've had no luck with that, either.
Whether I use pfsout or pfsoutimgmagic, the tiff file that comes out the other side has a bad format. Even if I pipe in a valid tiff file (pfsin good.tiff | pfsoutimgmagick bad.tiff), this is true.
If I hexdump any readable tiff file on my computer, the first bytes are
0x49 0x49 0x2a 0x00.
If I hexdump the pfsout tiffs, the first bytes are
0x69 0x64 0x3d 0x49.
I couldn't find a specification for logluv with my initial internet searching, but the wikipedia page says it's a tiff encoding that libtiff can read.
The tiff specification states that the first two words of a tiff file have to be
0x4949 0x002a or
0x4D4D 0x002a, which the pfstiffs aren't - are the initial bytes I'm finding expected?
I'm also using libtiff's tools (tiffdump) to try to get info on/decode the pfs tiffs, but they are telling me the files are invalid (which is why I started looking at the hexdump and the file format spec in the first place).
Do you have any other tips on troubleshooting?
Is anyone else having this problem? I couldn't find anyone else with this problem except in an old fedora bug report that never got resolved. I have pfstools 1.5 and libtiff 4.03; I freshly uninstalled and reinstalled both just to be sure.
Thanks,
-joe