add note about plane separate write
This commit is contained in:
parent
c82be3d30e
commit
d5eecac88c
@ -251,8 +251,17 @@
|
|||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
*
|
*
|
||||||
* - revise tests
|
* - add a flag for plane-separate write
|
||||||
* - vipsthumbnail support for subifd pyramids
|
*
|
||||||
|
* At the moment, we write bioformats-style TIFFs by splitting bands up,
|
||||||
|
* making a toilet-roll image and writing out in pages. The TIFFs we make
|
||||||
|
* are not tagged as plane-separate and do not have (eg.) RGB photometric
|
||||||
|
* interpretation. Moreover, when working from an RGB source, we'll end
|
||||||
|
* up reading the input three times.
|
||||||
|
*
|
||||||
|
* A write-plane-separate flag to the TIFF writer could let us set the
|
||||||
|
* photometric interpretation correctly, and save all planes in a single
|
||||||
|
* pass before doing a final gather sweep.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Max number of alpha channels we allow.
|
/* Max number of alpha channels we allow.
|
||||||
|
Loading…
Reference in New Issue
Block a user