gimp/plug-ins/file-psd
sonia habtiche 3dfb3647d4 Initialize variables that are not initialized to silence warnings.
Committer's (Jehan) note: with clang version 12.0.0 on macOS Big Sur,
it seems that warnings such as the following are outputted:

> plug-ins/file-psd/psd-load.c:447:32: warning: variable 'block_len' is uninitialized when used here [-Wuninitialized]
>   block_len = GUINT32_FROM_BE (block_len);

> plug-ins/file-psd/psd-load.c:2312:34: note: initialize the variable 'comp_mode' to silence this warning
>   guint16               comp_mode;
2022-03-23 23:08:59 +00: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 Initialize variables that are not initialized to silence warnings. 2022-03-23 23:08:59 +00: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