🤖 format everything with pre-commit by stirlingbot (#4150)

Auto-generated by [create-pull-request][1] with **stirlingbot**

[1]: https://github.com/peter-evans/create-pull-request

Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
stirlingbot[bot]
2025-08-08 15:53:45 +01:00
committed by GitHub
co-authored by stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
parent 71ac4283b2
commit 678a9bc463
@@ -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