mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
Comment fix
This commit is contained in:
parent
bda6544a5f
commit
86f8cf52a5
@ -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