mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Minor fix in code formatting.
(cherry picked from commit 5cefce2dbf55176e3ef7b698d2e9248327e5532d)
This commit is contained in:
parent
458be0380e
commit
924b7d809c
@ -177,7 +177,7 @@ public final class VP8LDecoder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private WritableRaster getRasterForDecoding(WritableRaster raster, ImageReadParam param, Rectangle bounds) {
|
private WritableRaster getRasterForDecoding(WritableRaster raster, ImageReadParam param, Rectangle bounds) {
|
||||||
// If the ImageReadParam requires only a subregion of the image, and if the whole image does not fit into the
|
// If the ImageReadParam requires only a subregion of the image, and if the whole image does not fit into the
|
||||||
// Raster or subsampling is requested, we need a temporary Raster as we can only decode the whole image at once
|
// Raster or subsampling is requested, we need a temporary Raster as we can only decode the whole image at once
|
||||||
|
Loading…
x
Reference in New Issue
Block a user