Bug 794753 - do not dither image mask and channels for imported images

When "Dither images when promoting to floating point" is checked in
Preferences, apply dithering on layers and keep image mask and channels
unaltered.
This commit is contained in:
Thomas Manni 2018-03-28 09:02:12 +02:00
parent c5ebf29065
commit 44f293bcdb
1 changed files with 0 additions and 3 deletions

View File

@ -282,9 +282,6 @@ gimp_image_convert_dither_u8 (GimpImage *image,
g_list_free (layers);
gimp_object_queue_push (queue, gimp_image_get_mask (image));
gimp_object_queue_push_container (queue, gimp_image_get_channels (image));
while ((drawable = gimp_object_queue_pop (queue)))
{
gimp_drawable_apply_operation (drawable, progress,