GNOME Bugzilla – Bug 778523
Optionally add alpha to layers of imported images
Last modified: 2017-07-20 06:41:06 UTC
Some users expect layers to always have an alpha channel. Now that we have Image Import/Export options in Preferences, how about adding an option to always create a missing alpha channel when importing images?
Good idea, and a joke to implement. Wasn't there some other bug about this?
You're looking for bug 486902 - and bug 762453, which is related or even a duplicate. Bug 767177 about (not) being able to paint over transparent areas with some modes might be a precondition to always add an alpha channel vs. having layers without one.
*** Bug 762453 has been marked as a duplicate of this bug. ***
Fixed in master: commit b3f802a0b750852397a545e56413a3a4a4edd3f5 Author: Michael Natterer <mitch@gimp.org> Date: Fri Feb 17 22:07:43 2017 +0100 Bug 778523 - Optionally add alpha to layers of imported images Add "Add alpha to all layers of imported images" to prefs -> import and honor the setting in file_import_image(). app/config/gimpcoreconfig.c | 14 +++++++++++ app/config/gimpcoreconfig.h | 1 + app/config/gimprc-blurbs.h | 3 +++ app/dialogs/preferences-dialog.c | 4 +++ app/file/file-import.c | 53 +++++++++++++++++++++++++++++----------- 5 files changed, 61 insertions(+), 14 deletions(-)
*** Bug 486902 has been marked as a duplicate of this bug. ***
*** Bug 785079 has been marked as a duplicate of this bug. ***