GNOME Bugzilla – Bug 795693
GIMP doesn't enable visibility of vector layers in PSD
Last modified: 2018-05-01 06:53:12 UTC
Created attachment 371546 [details] sample PSD file GIMP renders vector layers as bitmap layers, but forgets setting visibility flag to them.
Created attachment 371547 [details] How the original PSD file looks in Photoshop
The PSD spec is as terse as ever, but this should do the trick: commit 474e27b27a4a74e94d996f8c8b0176dcfc42f0ca Author: Ell <ell_se@yahoo.com> Date: Tue May 1 02:44:01 2018 -0400 Bug 795693 - GIMP doesn't enable visibility of vector layers in PSD In the file-psd plug-in, ignore the 'irrelevant' flag of layers when loading PSD files; in particular, don't hide such layers unconditionally. The 'irrelevant' flag seems to indicate that the layer's content can be entirely derived without using the layer's pixel data, and not that the layer itself it irrelevant. plug-ins/file-psd/psd-load.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)