mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Fix TODO comment message.
(cherry picked from commit 4c645c022059ba68f9d84406a1d48246b7696bde)
This commit is contained in:
parent
7deaf47e65
commit
458be0380e
@ -142,9 +142,9 @@ public final class VP8LDecoder {
|
||||
/**
|
||||
* Copy a source raster into a destination raster with settings applied.
|
||||
*
|
||||
* TODO: This piece of was inside readVP8Lossless(), but as it can be used in
|
||||
* readAlpha(), this utility static method was created here. Probably, it should
|
||||
* be moved to another class.
|
||||
* TODO: This piece of code was inside readVP8Lossless(), but as it can be used
|
||||
* in readAlpha(), this static utility method was created here. Probably, it
|
||||
* can be moved to another class.
|
||||
*/
|
||||
public static void copyIntoRasterWithParams(final Raster srcRaster, final WritableRaster dstRaster,
|
||||
final ImageReadParam param) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user