Gimp/plug-ins/common
Jehan 105c4efc8b Issue #4487: change "Save color values from transparent pixels"…
… defaults to FALSE for PNG, TIFF.
The logics is that in most case, when alpha is 0, you don't expect color
to be retrieved and some people were bothered by this when erasing data
with eraser tool or selection deletion.

For the WIP image as well as for XCF format, we definitely want to keep
color data as there are workflows where you would want to erase/unerase
pixels subtly (selection also are not binary and should not be expected
to erase color data on layers with alpha channel). So we want to keep
the non-destructive behavior there.
Yet for export formats, going for "deleting what looks deleted" is a
valid approach, especially as it has been argued that experienced users
would know how to read and change the format options (and these
experienced users are likely the ones who may have valid reasons to want
pixels with full transparency to keep color values).
PNG and TIFF were the only 2 formats where I see such options, so
changing the default for these 2 plug-ins.
2020-04-03 20:04:26 +02:00
..
.gitignore plug-ins: move goat-exercise to a goat-exercises/ directory. 2019-08-07 00:00:20 +02:00
align-layers.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
animation-optimize.c Issue #4209: Animation optimize for GIF moves layers to top left corner. 2019-11-24 21:56:34 +01:00
animation-play.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
blinds.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
border-average.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
busy-dialog.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
checkerboard.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
cml-explorer.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
colormap-remap.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
compose.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
contrast-retinex.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
crop-zealous.c plug-ins: port crop-zealous to GimpPlugIn 2019-08-31 12:23:34 +02:00
curve-bend.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
decompose.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
depth-merge.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
despeckle.c libgimp: move "image" and "run_mode" from gimp_procedure_config_end_run() 2019-09-26 00:44:52 +02:00
destripe.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-aa.c plug-ins: port file-aa to GimpProcedureConfig 2019-10-08 01:04:59 +02:00
file-cel.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-compressor.c libgimpbase, plug-ins: fix all warnings to g_stat() calls. 2019-09-22 13:52:37 +02:00
file-csource.c plug-ins: use begin_export()/end_export() in file-csource 2019-10-23 19:08:34 +02:00
file-desktop-link.c pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
file-dicom.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-gbr.c libgimp: move "image" and "run_mode" from gimp_procedure_config_end_run() 2019-09-26 00:44:52 +02:00
file-gegl.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-gif-load.c pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
file-gif-save.c plug-ins: port file-gif-save to begin_export() and end_export() 2019-10-29 22:10:59 +01:00
file-gih.c plug-ins: gih_save(): file-gih-save-internal takes a GFile now 2019-09-25 22:41:07 +02:00
file-glob.c Properly prefix the values of enum GimpPDBProcType 2019-08-30 12:52:28 +02:00
file-header.c Issue #4338 Plug-in file-header exporting to format C header wrong output. 2019-12-29 23:03:49 +01:00
file-heif.c plug-ins: port file-heif and file-webp to the new export stuff 2019-10-09 23:50:14 +02:00
file-html-table.c plug-ins: port file-html-table to GimpProcedureConfig 2019-10-06 15:36:48 +02:00
file-jp2-load.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-mng.c plug-ins: port file-mng-save to GimpProcedureConfig and propwidgets 2019-11-12 01:36:56 +01:00
file-pat.c libgimp: move "image" and "run_mode" from gimp_procedure_config_end_run() 2019-09-26 00:44:52 +02:00
file-pcx.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-pdf-load.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
file-pdf-save.c plug-ins: also omit hidden layer groups in PDF export. 2020-01-01 18:40:52 +01:00
file-pix.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-png.c Issue #4487: change "Save color values from transparent pixels"… 2020-04-03 20:04:26 +02:00
file-pnm.c plug-ins: port file-pnm-save to GimpProcedureConfig 2019-11-08 10:15:02 +01:00
file-ps.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
file-psp.c plug-ins: port file-psp-save to GimpProcedureConfig 2019-10-04 21:51:43 +02:00
file-raw-data.c plug-ins: port file-raw-save to GimpProcedureConfig and propwidgets 2019-10-23 19:08:34 +02:00
file-sunras.c libgimp: move "image" and "run_mode" from gimp_procedure_config_end_run() 2019-09-26 00:44:52 +02:00
file-svg.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-tga.c CID 228155: Resource leak in file-tga.c 2019-10-20 00:30:00 +02:00
file-wmf.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
file-xbm.c plug-ins: use begin_export() and end_export() in file-xbm 2019-10-23 19:08:34 +02:00
file-xmc.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
file-xpm.c plug-ins: port file-xpm to GimpProcedureConfig 2019-09-26 12:09:41 +02:00
file-xwd.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
film.c Fix various typos 2019-09-21 17:10:46 +00:00
gimprc.common plug-ins: move goat-exercise to a goat-exercises/ directory. 2019-08-07 00:00:20 +02:00
gradient-map.c Properly prefix the values of enum GimpPDBProcType 2019-08-30 12:52:28 +02:00
grid.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
guillotine.c pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
hot.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
jigsaw.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
mail.c libgimpbase, plug-ins: fix all warnings to g_stat() calls. 2019-09-22 13:52:37 +02:00
Makefile.am pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
meson.build plug-ins: generated rc files depends on git-version.h. 2019-10-01 00:38:28 +02:00
mkgen.pl plug-ins: remove deprecated API support from common/mkgen.pl 2019-09-03 13:25:25 +02:00
nl-filter.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
plugin-browser.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
plugin-defs.pl pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
procedure-browser.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
qbist.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
sample-colorize.c Fix various typos 2019-09-21 17:10:46 +00:00
smooth-palette.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
sparkle.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
sphere-designer.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
tile-small.c Fix various typos 2019-09-21 17:10:46 +00:00
tile.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
unit-editor.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
van-gogh-lic.c libgimpwidgets, app, plug-ins: fix last GIR warnings. 2020-01-15 14:00:19 +01:00
warp.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00
wavelet-decompose.c Issue #4203 - Wavelet decomposition only on RGB images 2020-01-06 19:47:44 +01:00
web-browser.c app, plug-ins: (Win32) fix calls to ShellExecute(). 2019-09-22 14:09:09 +02:00
web-page.c libgimp, plug-ins: remove the "preview" parameter from gimp_ui_init() 2019-09-20 19:56:00 +02:00