We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d9f63 commit 88272f7Copy full SHA for 88272f7
src/main/java/com/github/stickerifier/stickerify/media/MediaHelper.java
@@ -290,6 +290,7 @@ private static boolean isAnimationCompliant(@Nullable AnimationDetails animation
290
291
/**
292
* Checks if the MIME type corresponds to one of the supported image formats.
293
+ * If the image file is an animated WebP, {@code false} is returned as they are not currently supported.
294
*
295
* @param image the image file to check
296
* @param mimeType the MIME type to check
0 commit comments