mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:47:45 +00:00
Base: Teach ImageViewer and PixelPaint to open JXL, TGA images
This commit is contained in:
parent
1c19c2bc92
commit
bf927344fb
3 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ gif=/bin/ImageViewer
|
||||||
bmp=/bin/ImageViewer
|
bmp=/bin/ImageViewer
|
||||||
jpg=/bin/ImageViewer
|
jpg=/bin/ImageViewer
|
||||||
jpeg=/bin/ImageViewer
|
jpeg=/bin/ImageViewer
|
||||||
|
jxl=/bin/ImageViewer
|
||||||
qoi=/bin/ImageViewer
|
qoi=/bin/ImageViewer
|
||||||
webp=/bin/ImageViewer
|
webp=/bin/ImageViewer
|
||||||
tga=/bin/ImageViewer
|
tga=/bin/ImageViewer
|
||||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
[Launcher]
|
[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
|
Category=Graphics
|
||||||
|
|
||||||
[Launcher]
|
[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…
Add table
Add a link
Reference in a new issue