Vips.Image.new (original) (raw)
vips_image_new() creates a new, empty VipsImage. If you write to one of these images, vips will just attach some callbacks, no pixels will be generated.
Write pixels to an image with vips_image_generate() orvips_image_write_line(). Write a whole image to another image withvips_image_write().