diff --git a/app/core/gimpimage.c b/app/core/gimpimage.c index 8f23b7d761..8ca7ecfac6 100644 --- a/app/core/gimpimage.c +++ b/app/core/gimpimage.c @@ -2126,7 +2126,8 @@ gimp_image_get_component_format (const GimpImage *image, GRAY); case GIMP_INDEXED_CHANNEL: - return babl_format ("Y' u8"); /* XXX: seems wrong */ + return babl_format ("Y u8"); /* will extract grayscale, the best + * we can do here */ } return NULL;