mirror of https://github.com/GNOME/gimp.git
XCF: use version >=9 if layer mode is one of the new LCH modes
This commit is contained in:
parent
c2665a2e43
commit
e2bcf88089
|
@ -2403,6 +2403,10 @@ gimp_image_get_xcf_version (GimpImage *image,
|
|||
|
||||
/* new layer modes not supported by gimp-2.8 */
|
||||
case GIMP_NEW_OVERLAY_MODE:
|
||||
case GIMP_LCH_HUE_MODE:
|
||||
case GIMP_LCH_CHROMA_MODE:
|
||||
case GIMP_LCH_COLOR_MODE:
|
||||
case GIMP_LCH_LIGHTNESS_MODE:
|
||||
version = MAX (9, version);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue