[gimp/pippin/linear-is-the-new-black: 13/14] XCF: add new linear layer modes
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/pippin/linear-is-the-new-black: 13/14] XCF: add new linear layer modes
- Date: Fri, 6 Jan 2017 02:39:50 +0000 (UTC)
commit 5a85c9d1173a62282829848581f149e88c283841
Author: Øyvind Kolås <pippin gimp org>
Date: Sun Jan 1 21:52:42 2017 +0100
XCF: add new linear layer modes
app/core/gimpimage.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimpimage.c b/app/core/gimpimage.c
index b750fe1..f4dcdea 100644
--- a/app/core/gimpimage.c
+++ b/app/core/gimpimage.c
@@ -2407,6 +2407,12 @@ gimp_image_get_xcf_version (GimpImage *image,
case GIMP_LCH_CHROMA_MODE:
case GIMP_LCH_COLOR_MODE:
case GIMP_LCH_LIGHTNESS_MODE:
+ case GIMP_NORMAL_MODE:
+ case GIMP_MULTIPLY_MODE:
+ case GIMP_DIVIDE_MODE:
+ case GIMP_SCREEN_MODE:
+ case GIMP_ADDITION_MODE:
+ case GIMP_SUBTRACT_MODE:
version = MAX (9, version);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]