Removed TODO (that has been done for some time).

This commit is contained in:
Harald Kuhr 2021-03-30 17:13:00 +02:00
parent 5b7fc25520
commit 3e4460ac41

View File

@ -132,7 +132,6 @@ public final class TIFFImageReader extends ImageReaderBase {
// TODO: Thumbnail support (what is a TIFF thumbnail anyway? Photoshop way? Or use subfiletype?) // TODO: Thumbnail support (what is a TIFF thumbnail anyway? Photoshop way? Or use subfiletype?)
// TODOs ImageIO advanced functionality: // TODOs ImageIO advanced functionality:
// TODO: Tiling support (readTile, readTileRaster)
// TODO: Implement readAsRenderedImage to allow tiled RenderedImage? // TODO: Implement readAsRenderedImage to allow tiled RenderedImage?
// For some layouts, we could do reads super-fast with a memory mapped buffer. // For some layouts, we could do reads super-fast with a memory mapped buffer.
// TODO: Implement readRaster directly (100% correctly) // TODO: Implement readRaster directly (100% correctly)