mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-08-17 11:24:18 -04:00
IFF: add support for RGBN/RGB8 image data and CAT chunk
Add the following features: - RGB8 image data support (test case added) - RGBN image data support ([Clouds.iff](/uploads/9db869350f74421bf1813fa7d4332f4f/Clouds.iff)) - CAT chunk support: you can have more than one image for file (test case added) - Image transformation support via EXIF data [RGBN/RGB8](https://wiki.amigaos.net/wiki/RGBN_and_RGB8_IFF_Image_Data) files are used in Impulse's Turbo Silver and Imagine. Closes #34
This commit is contained in:
committed by
Albert Astals Cid
parent
37e3c65a05
commit
480ea8dba0
BIN
autotests/read/iff/cat_ilbm.iff
Normal file
BIN
autotests/read/iff/cat_ilbm.iff
Normal file
Binary file not shown.
5
autotests/read/iff/cat_ilbm.iff.json
Normal file
5
autotests/read/iff/cat_ilbm.iff.json
Normal file
@ -0,0 +1,5 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "ps_testcard_rgb_maya.png"
|
||||
}
|
||||
]
|
BIN
autotests/read/iff/sv5_testcard_rgb_rgb8.iff
Normal file
BIN
autotests/read/iff/sv5_testcard_rgb_rgb8.iff
Normal file
Binary file not shown.
5
autotests/read/iff/sv5_testcard_rgb_rgb8.iff.json
Normal file
5
autotests/read/iff/sv5_testcard_rgb_rgb8.iff.json
Normal file
@ -0,0 +1,5 @@
|
||||
[
|
||||
{
|
||||
"fileName" : "ps_testcard_rgb_maya.png"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user