forked from libvips/libvips
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vips_image_write() only refs input when it has to
when you write to a non-partial image, you create a sink ... so vips_image_write() only needs to ref the input when writing to partials this change makes it much easier to (for example) combine many images in bounded space, see for example: https://gist.github.com/jcupitt/c516325ebef7601b5da610af5619c9b2
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters