mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Base: Teach ImageViewer and PixelPaint to open JXL, TGA images
This commit is contained in:
parent
1c19c2bc92
commit
bf927344fb
Notes:
sideshowbarker
2024-07-16 23:34:49 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/bf927344fb Pull-request: https://github.com/SerenityOS/serenity/pull/20431 Reviewed-by: https://github.com/BertalanD ✅
3 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ gif=/bin/ImageViewer
|
|||
bmp=/bin/ImageViewer
|
||||
jpg=/bin/ImageViewer
|
||||
jpeg=/bin/ImageViewer
|
||||
jxl=/bin/ImageViewer
|
||||
qoi=/bin/ImageViewer
|
||||
webp=/bin/ImageViewer
|
||||
tga=/bin/ImageViewer
|
||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
|
|||
Category=Graphics
|
||||
|
||||
[Launcher]
|
||||
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,tvg,ico
|
||||
FileTypes=bmp,dds,gif,ico,jpeg,jpg,jxl,pbm,pgm,png,ppm,qoi,tga,tvg
|
||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/PixelPaint
|
|||
Category=Graphics
|
||||
|
||||
[Launcher]
|
||||
FileTypes=pp,bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,ico
|
||||
FileTypes=pp,bmp,dds,gif,ico,jpeg,jpg,jxl,pbm,pgm,png,ppm,qoi,tga
|
||||
|
|
Loading…
Reference in a new issue