184 lines
2.7 KiB
INI
184 lines
2.7 KiB
INI
[main]
|
|
verbose=0
|
|
|
|
# When adding ini files, don't forget to add them to meson.build
|
|
|
|
[avif]
|
|
enabled=True
|
|
plugin-import=file-heif-av1-load
|
|
extension=avif
|
|
tests=avif-tests.ini
|
|
|
|
[bmp]
|
|
enabled=True
|
|
enabled-export=False
|
|
plugin-import=file-bmp-load
|
|
plugin-export=file-bmp-export
|
|
extension=bmp
|
|
tests=bmp-tests.ini
|
|
tests-export=bmp-export-tests.ini
|
|
|
|
[dcx]
|
|
enabled=True
|
|
plugin-import=file-dcx-load
|
|
extension=dcx
|
|
tests=dcx-tests.ini
|
|
|
|
[dds]
|
|
enabled=True
|
|
plugin-import=file-dds-load
|
|
extension=dds
|
|
tests=dds-tests.ini
|
|
|
|
[eps]
|
|
enabled=True
|
|
plugin-import=file-eps-load
|
|
extension=eps
|
|
tests=eps-tests.ini
|
|
|
|
[fits]
|
|
enabled=True
|
|
plugin-import=file-fits-load
|
|
extension=fits
|
|
tests=fits-tests.ini
|
|
|
|
[fli]
|
|
enabled=True
|
|
plugin-import=file-fli-load
|
|
extension=fli
|
|
tests=fli-tests.ini
|
|
|
|
[gif]
|
|
enabled=True
|
|
plugin-import=file-gif-load
|
|
extension=gif
|
|
tests=gif-tests.ini
|
|
|
|
[heic]
|
|
enabled=True
|
|
plugin-import=file-heif-load
|
|
extension=heic
|
|
tests=heic-tests.ini
|
|
|
|
[hej2]
|
|
# Needs libheif 1.17.0 or higher in our Debian CI before we can enable this.
|
|
enabled=False
|
|
plugin-import=file-heif-hej2-load
|
|
extension=heic
|
|
tests=hej2-tests.ini
|
|
|
|
[icns]
|
|
enabled=True
|
|
plugin-import=file-icns-load
|
|
extension=icns
|
|
tests=icns-tests.ini
|
|
|
|
[ico]
|
|
enabled=True
|
|
plugin-import=file-ico-load
|
|
extension=ico
|
|
tests=ico-tests.ini
|
|
|
|
[j2k]
|
|
enabled=True
|
|
plugin-import=file-j2k-load
|
|
extension=j2k
|
|
tests=j2k-tests.ini
|
|
|
|
[jp2]
|
|
enabled=True
|
|
plugin-import=file-jp2-load
|
|
extension=jp2
|
|
tests=jp2-tests.ini
|
|
|
|
[jpeg]
|
|
enabled=True
|
|
plugin-import=file-jpeg-load
|
|
extension=jpg
|
|
tests=jpeg-tests.ini
|
|
|
|
[jxl]
|
|
enabled=True
|
|
plugin-import=file-jpegxl-load
|
|
extension=jxl
|
|
tests=jxl-tests.ini
|
|
|
|
[pcx]
|
|
enabled=True
|
|
plugin-import=file-pcx-load
|
|
extension=pcx
|
|
tests=pcx-tests.ini
|
|
|
|
[png]
|
|
enabled=True
|
|
plugin-import=file-png-load
|
|
extension=png
|
|
tests=png-tests.ini
|
|
|
|
[pnm]
|
|
enabled=True
|
|
plugin-import=file-pnm-load
|
|
extension=pnm
|
|
tests=pnm-tests.ini
|
|
|
|
[psb]
|
|
enabled=True
|
|
plugin-import=file-psd-load
|
|
extension=psb
|
|
tests=psb-tests.ini
|
|
|
|
[psd]
|
|
enabled=True
|
|
plugin-import=file-psd-load
|
|
extension=psd
|
|
tests=psd-tests.ini
|
|
|
|
[psd-merged-image]
|
|
# This uses the same tests configuration and files as above, but uses a different loader
|
|
enabled=True
|
|
plugin-import=file-psd-load-merged
|
|
extension=psd
|
|
tests=psd-tests.ini
|
|
|
|
[psp]
|
|
enabled=True
|
|
plugin-import=file-psp-load
|
|
extension=psd
|
|
tests=psp-tests.ini
|
|
|
|
[qoi]
|
|
enabled=True
|
|
plugin-import=file-qoi-load
|
|
extension=qoi
|
|
tests=qoi-tests.ini
|
|
|
|
[sgi]
|
|
enabled=True
|
|
plugin-import=file-sgi-load
|
|
# Other extensions used: bw, rgb, rgba
|
|
extension=sgi
|
|
tests=sgi-tests.ini
|
|
|
|
[tga]
|
|
enabled=True
|
|
plugin-import=file-tga-load
|
|
extension=tga
|
|
tests=tga-tests.ini
|
|
|
|
[tif]
|
|
enabled=True
|
|
plugin-import=file-tiff-load
|
|
extension=tif
|
|
tests=tif-tests.ini
|
|
|
|
[webp]
|
|
enabled=True
|
|
plugin-import=file-webp-load
|
|
extension=webp
|
|
tests=webp-tests.ini
|
|
|
|
[xcf]
|
|
enabled=True
|
|
plugin-import=gimp-xcf-load
|
|
extension=xcf
|
|
tests=xcf-tests.ini
|