Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd1d332

Browse files
committed
update change notes
1 parent bfc339f commit fd1d332

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
- vips_text() can autofit text to a box, thanks gargsms
2626
- add vips_composite(): merge an array of images with porter-duff
2727
- better gobject-introspection annotations, thanks astavale
28+
- vips_image_write() severs all links between images, when it can ... thanks
29+
Warren and Nakilon
2830

2931
29/8/17 started 8.5.9
3032
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen

libvips/iofuncs/image.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* - vips_image_write() does not ref input for non-partial images
1313
* 29/10/16
1414
* - add vips_image_hasalpha()
15+
* 11/10/1
16+
* - more severing for vips_image_write()
1517
*/
1618

1719
/*
@@ -2528,7 +2530,7 @@ vips_image_write( VipsImage *image, VipsImage *out )
25282530
/* If @out is a partial image, we need to make sure that @image stays
25292531
* alive as long as @out is alive.
25302532
*
2531-
* If it's not partial, perhaps a file we write to, or a memory image,
2533+
* If it's not partial, perhaps a file we write to or a memory image,
25322534
* we need to break any links between @image and @out created by
25332535
* vips_image_pipelinev().
25342536
*/

0 commit comments

Comments
 (0)