mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
EXR, HDR, JXR and PFM formats support High Dynamic Range images (FP values grater than 1). In summary, here is the list of changes: EXR, HDR, JXR and PFM: When working with FP formats, the clamp between 0 and 1 is no longer done. EXR: Removed old SDR code and conversions. Due to the lack of a QImage Gray FP format, Gray images are output as RGB FP (recently added code for Qt 6.8 has been removed). PFM: Due to the lack of a QImage Gray FP format, Gray images are output as RGB FP. HDR: Added rotation and exposure support. With this patch, EXR, JXR, HDR, PFM behave like Qt's TIFF plugin when working with FP images.
14 lines
568 B
Plaintext
14 lines
568 B
Plaintext
autotests/read/raw/RAW_KODAK_C330_FORMAT_NONE_YRGB.raw binary
|
|
autotests/read/hdr/orientation1.hdr binary
|
|
autotests/read/hdr/orientation2.hdr binary
|
|
autotests/read/hdr/orientation3.hdr binary
|
|
autotests/read/hdr/orientation4.hdr binary
|
|
autotests/read/hdr/orientation5.hdr binary
|
|
autotests/read/hdr/orientation6.hdr binary
|
|
autotests/read/hdr/orientation7.hdr binary
|
|
autotests/read/hdr/orientation8.hdr binary
|
|
autotests/read/hdr/fake_earth.hdr binary
|
|
autotests/read/hdr/rgb.hdr binary
|
|
autotests/read/hdr/rgb-landscape.hdr binary
|
|
autotests/read/hdr/rgb-portrait.hdr binary
|