How to write partial scanline: TIFF file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
:)The Tiff file consist of tags and to insert the scan line the 256 and 257 tag should be added to tiff file which denotes the acutal scanline width and hight, and other tags attributes should be filled appropriately. Its better to insert these tags and scan line data at end, if it is inserted in between then we end up shifting the details of each tag by that offset I hope this will help in finding the right solutions.:) Regards Sunil Tonger