gimp/plug-ins/file-psd
Jacob Boerema 82b7fa84bd plug-ins: fix loading of 32-bit per channel psd images
Although there was code to load 32-bit per channel psd images. It is
unlikely that it ever worked, because:
- We tried to load them as u32 instead of float.
- While we did some decoding of the zip predictor data, for float values
we also need to restore the byte order from 111222333 to 123123123.
- We did the endian conversion first while it should be done on the
restored values.
With these things fixed I can load the few samples I have.
2021-11-15 17:15:08 -05:00
..
.gitignore plug-ins: update file-psd/.gitignore 2015-04-26 15:50:13 -04:00
Makefile.am Add missing -lm to file-psd plug-in 2019-10-31 17:00:01 +01:00
TODO.txt Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
meson.build plug-ins: add missing define G_LOG_DOMAIN in file-psd for the meson build. 2020-12-18 14:00:48 -05:00
new-resource-ids.txt plug-ins/bmp/* plug-ins/faxg3/* plug-ins/fits/* plug-ins/fli/* 2008-08-11 10:06:13 +00:00
psd-image-res-load.c plug-ins: improve loading of PSD merged images with alpha channel 2021-11-08 22:37:13 -05:00
psd-image-res-load.h plug-ins: fix #5944 Unable to open XCF converted PSD files 2021-05-11 12:34:41 -04:00
psd-layer-res-load.c plug-ins: make PSD resource loading handle 64-bit lengths. 2021-05-17 21:27:06 -04:00
psd-layer-res-load.h plug-ins: make PSD resource loading handle 64-bit lengths. 2021-05-17 21:27:06 -04:00
psd-load.c plug-ins: fix loading of 32-bit per channel psd images 2021-11-15 17:15:08 -05:00
psd-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-save.c plug-ins: fix export of multi layer image as psd 2021-11-11 18:30:25 -05:00
psd-save.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-thumb-load.c plug-ins: fix #5944 Unable to open XCF converted PSD files 2021-05-11 12:34:41 -04:00
psd-thumb-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-util.c plug-ins: Silence some warnings 2021-10-18 09:32:25 +00:00
psd-util.h plug-ins: add psd_read_len function 2021-05-17 21:27:06 -04:00
psd.c plug-ins: add support for reading Photoshop PSB image files. 2021-05-17 21:27:07 -04:00
psd.h plug-ins: PSD ChannelLengthInfo data_len should be 64 bit. 2021-05-17 21:27:06 -04:00