Base: Teach ImageViewer and PixelPaint to open JXL, TGA images

This commit is contained in:
Jelle Raaijmakers 2023-08-08 20:24:12 +02:00 committed by Daniel Bertalan
parent 1c19c2bc92
commit bf927344fb
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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