mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Add support for loading additional image formats
This also makes it possible to load JPEG images if they have a `.jpeg` extension.
This commit is contained in:
parent
6350995385
commit
c08561b92b
|
@ -893,7 +893,7 @@ window_title = "Open File(s)"
|
||||||
resizable = true
|
resizable = true
|
||||||
mode = 1
|
mode = 1
|
||||||
access = 2
|
access = 2
|
||||||
filters = PoolStringArray( "*jpg, *.png ; JPG, PNG Images" )
|
filters = PoolStringArray( "*.bmp ; BMP Image", "*.hdr ; Radiance HDR Image", "*.jpg,*.jpeg ; JPEG Image", "*.png ; PNG Image", "*.tga ; TGA Image", "*.webp ; WebP Image" )
|
||||||
current_dir = "/home/danielnaoexiste/Documents/Prog/Pixelorama"
|
current_dir = "/home/danielnaoexiste/Documents/Prog/Pixelorama"
|
||||||
current_path = "/home/danielnaoexiste/Documents/Prog/Pixelorama/"
|
current_path = "/home/danielnaoexiste/Documents/Prog/Pixelorama/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue