mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
📁 pre-commit
Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
71ac4283b2
commit
1bed5798ec
@ -134,8 +134,10 @@ public class ImageProcessingUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (image == null) {
|
if (image == null) {
|
||||||
throw new IOException("Unable to read image from file: " + filename +
|
throw new IOException(
|
||||||
". Supported PSD formats: RGB/CMYK/Gray 8-32 bit, RLE/ZIP compression");
|
"Unable to read image from file: "
|
||||||
|
+ filename
|
||||||
|
+ ". Supported PSD formats: RGB/CMYK/Gray 8-32 bit, RLE/ZIP compression");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// For non-PSD files, use standard ImageIO
|
// For non-PSD files, use standard ImageIO
|
||||||
|
Loading…
Reference in New Issue
Block a user