mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-16 06:40:17 +00:00
Added PCC as PCX variation
PCC is old PCX-compatible format, which is still occurs.
This commit is contained in:
parent
88b0b2161c
commit
6fb9691d2e
@ -119,7 +119,8 @@ FileFormat detect_format_by_file_extension(const std::string& filename)
|
||||
if (ext == "pal")
|
||||
return FileFormat::PAL_PALETTE;
|
||||
|
||||
if (ext == "pcx")
|
||||
if (ext == "pcx" ||
|
||||
ext == "pcc")
|
||||
return FileFormat::PCX_IMAGE;
|
||||
|
||||
if (ext == "anim")
|
||||
|
Loading…
x
Reference in New Issue
Block a user