feat(gui): add webp image preview support (PR #2372)
* feat(gui): add webp image preview support (#2190) * fix: resolve spotless check * remove explicit webp provider register * Update jadx-gui/src/main/java/jadx/gui/ui/panel/ImagePanel.java --------- Co-authored-by: Skylot <118523+skylot@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ public enum ResourceType {
|
||||
XML(".xml"),
|
||||
ARSC(".arsc"),
|
||||
FONT(".ttf", ".otf"),
|
||||
IMG(".png", ".gif", ".jpg"),
|
||||
IMG(".png", ".gif", ".jpg", ".webp"),
|
||||
MEDIA(".mp3", ".wav"),
|
||||
LIB(".so"),
|
||||
MANIFEST,
|
||||
|
||||
Reference in New Issue
Block a user