mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-28 00:00:03 -04:00
- Implemented test for explicit destination type in ImageReaderBase.
- Implemented/enabled more test cases - Fixed broken tests in various readers
This commit is contained in:
+1
@@ -2604,6 +2604,7 @@ public class PICTImageReader extends ImageReaderBase {
|
||||
processImageStarted(pIndex);
|
||||
|
||||
// TODO: Param handling
|
||||
// TODO: Real subsampling for bit/pixmap/QT stills
|
||||
final int subX, subY;
|
||||
if (pParam != null) {
|
||||
subX = pParam.getSourceXSubsampling();
|
||||
|
||||
Reference in New Issue
Block a user