Search found 1 match
- 2011-11-22T21:16:53-07:00
- Forum: Bugs
- Topic: Pyramidal TIFF doesn't correctly set TIFFTAG_SUBFILETYPE
- Replies: 1
- Views: 4926
Pyramidal TIFF doesn't correctly set TIFFTAG_SUBFILETYPE
Version: 6.7.3, svn r6051 OS: Linux Writing a PTIF with convert sets the FILETYPE_PAGE flag on every image within the file, as though the TIFF is a multi-page image. It should be setting no flags on the first (full-sized) image, and FILETYPE_REDUCEDIMAGE on subsequent images. $ convert ~/small.ppm ...