mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Comment fix
(cherry picked from commit 86f8cf52a563d4197d6f6b3d6db2c4119f5a3bda)
This commit is contained in:
parent
9267842788
commit
0c0712ab30
@ -61,8 +61,8 @@ public final class PICTImageReaderSpi extends ImageReaderSpiBase {
|
|||||||
|
|
||||||
ImageInputStream stream = (ImageInputStream) pSource;
|
ImageInputStream stream = (ImageInputStream) pSource;
|
||||||
|
|
||||||
// As PICT format don't have good magic and our method often gives false positives,
|
// PICT format don't have good magic and our method often gives false positives,
|
||||||
// so we'll need to check for other known formats (BMP, GIF, JPEG, PNG, PSD, TIFF) first
|
// We'll check for other known formats (BMP, GIF, JPEG, PNG, PSD, TIFF) first
|
||||||
if (isOtherFormat(stream)) {
|
if (isOtherFormat(stream)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user