Merge pull request #1918 from lovell/webpload-single-frame-noblend

webpload: ensure first frame is not blended
This commit is contained in:
John Cupitt 2020-12-04 13:14:29 +00:00 committed by GitHub
commit aa9906184a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ read_next_frame( Read *read )
*/
vips_image_paint_image( read->frame, frame,
area.left, area.top,
read->iter.frame_num > 1 &&
read->iter.blend_method == WEBP_MUX_BLEND );
g_object_unref( frame );