| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1997.01.15 15:54 "TIFFWriteScanline", by Adam JenkinsRajat Varma writes: > > I am trying to write an image using TIFFWriteScanline. > > Using TIFFSetField I could set tags for imagewidth and imagelength, how > do I set the tag TIFFTAG_PLANARCONFIG for a single plane image, rather > what is the tag value for that. > > TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_SEPARATE); for separate planes, or TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); for contiguous/single plane. Adam -- Adam P. Jenkins mailto:ajenkins@cs.umass.edu University of Massachusetts/Amherst Office Number: (413) 545-3506 |
|||||||