libvips/cplusplus
John Cupitt ad56c57830 add implementation for VImage::write()
oops, it was missing

also, change the return type from void to VImage. This makes chaining
possible, eg.:

   VImage memory = im.write( Viameg::new_memory() );
2016-06-10 14:22:08 +01:00
..
2015-09-28 22:01:15 +01:00
2015-01-30 21:19:58 +00:00
2014-11-03 12:01:53 +00:00
2014-11-05 14:04:46 +00:00

This is the vips8 C++ binding.

The old vips7 binding is still there, but this one is better. See the vips API
docs for documentation.