File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 25
25
- vips_text() can autofit text to a box, thanks gargsms
26
26
- add vips_composite(): merge an array of images with porter-duff
27
27
- better gobject-introspection annotations, thanks astavale
28
+ - vips_image_write() severs all links between images, when it can ... thanks
29
+ Warren and Nakilon
28
30
29
31
29/8/17 started 8.5.9
30
32
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen
Original file line number Diff line number Diff line change 12
12
* - vips_image_write() does not ref input for non-partial images
13
13
* 29/10/16
14
14
* - add vips_image_hasalpha()
15
+ * 11/10/1
16
+ * - more severing for vips_image_write()
15
17
*/
16
18
17
19
/*
@@ -2528,7 +2530,7 @@ vips_image_write( VipsImage *image, VipsImage *out )
2528
2530
/* If @out is a partial image, we need to make sure that @image stays
2529
2531
* alive as long as @out is alive.
2530
2532
*
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,
2532
2534
* we need to break any links between @image and @out created by
2533
2535
* vips_image_pipelinev().
2534
2536
*/
You can’t perform that action at this time.
0 commit comments