syoyo / tinydng

Header-only Tiny DNG/TIFF loader and writer in C++
MIT License
151 stars 30 forks source link

Support multiple strips in writer. #40

Open syoyo opened 8 months ago

syoyo commented 8 months ago

Currently tiny_dng_writer writes image with single strip(i.e. RowsPerStrip == image.height).

Support writing image as multiple strips

Related: https://github.com/syoyo/tinydng/issues/38

Info about strips(Japanese): http://www.snap-tck.com/room03/c02/cg/cg05_04.html