George Harker
-
2005-06-30
- priority: 5 --> 3
Sorry I forgot to say that in order to disable texture
compression, I had to add the following line too, in
function makeSideEnvironment (texmake.cpp):
TIFFSetField(outHandle, TIFFTAG_IMAGEDESCRIPTION, allSpec);
TIFFSetField(outHandle, TIFFTAG_COMPRESSION,
COMPRESSION_NONE);