gimp/plug-ins/file-psd
Jacob Boerema e51d5d480d plug-ins: add extra layer groups when loading PSD images with clipping layers
Together with the previous commit this mostly fixes #5438.

PhotoShop handles clipping layers in a different way than GIMP. The only
way to have it look the same is by adding extra layer groups.
PSD layers that have clipping set, combined with the first non clipping
layer below it are grouped together in a new layer group.
Doing this results in the same image as the PSD merged image unless there
are other PSD elements in play that we don't handle yet.

See e.g. the NSFW image in the mentioned issue where the purple hair color
is a little darker than the merged image.
2021-12-14 12:27:16 -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: add extra layer groups when loading PSD images with clipping layers 2021-12-14 12:27:16 -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: add extra layer groups when loading PSD images with clipping layers 2021-12-14 12:27:16 -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: PSD layers with clipping set need clip to backdrop as composite mode 2021-12-14 12:27:16 -05:00
psd-util.h plug-ins: PSD layers with clipping set need clip to backdrop as composite mode 2021-12-14 12:27:16 -05: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: add extra layer groups when loading PSD images with clipping layers 2021-12-14 12:27:16 -05:00