]> git.imager.perl.org - imager.git/blame - design/incomplete.txt
correct the type of the im_decode_exif() data parameter
[imager.git] / design / incomplete.txt
CommitLineData
c340225f
TC
1How should we handle incomplete files?
2======================================
3
4Reading an incomplete TIFF sets i_incomplete, but no others do.
5
6Should this only occur if a flag is set?
7
8Should there be some indication of how much was read?
9
10Some formats, like compressed BMP don't really have a way to tell. A
11valid BMP might be 100 x 100 and only set 1 pixel in the data. Though
12we can't tell what the non-set pixels should be in this case.
13
14