Skip to content

Commit 88272f7

Browse files
committed
Add useful details to Javadoc
1 parent 66d9f63 commit 88272f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/stickerifier/stickerify/media/MediaHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ private static boolean isAnimationCompliant(@Nullable AnimationDetails animation
290290

291291
/**
292292
* 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.
293294
*
294295
* @param image the image file to check
295296
* @param mimeType the MIME type to check

0 commit comments

Comments
 (0)