The TIFF specification ( https://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf) does not provide for a thumbnail. However, since a TIFF can have multiple pages, you could (for example) assume a convention internal to your application that creates a second image that is a thumbnail of the first (and you'd have to create the thumbnail yourself). You would have to handle this inside your app. Another TIFF viewer, like GIMP, would simply see a 2-page TIFF.
I've not created multipage TIFFs with the Commons Imaging, so I've got no sample code to offer. On Sun, Mar 2, 2014 at 2:13 AM, Ramanathan Srinivasan < [email protected]> wrote: > Greetings, > > > Is it possible to embed Thumbnail in bilevel TIFF A4 image? > If yes, any example or Link for the same > > Thanks, > srinivasan > -- "Hell hath no limits, nor is circumscrib'd In one self-place; but where we are is hell, And where hell is, there must we ever be" --Christopher Marlowe, *Doctor Faustus* (v, 121-24)
