V format please
Posted: 2014-04-19T14:41:51-07:00
IM forum, developers, V format please
I am writing an interface between ImageMagic and nip2. When complete, IM's features will be accessible from nip2's drop-down menus, sliders etc, not to mention the very slick spreadsheet-style interface.
To do this, nip2 (or the underlying engine, VIPS) reads vips files and writes tiffs. IM reads the tiffs, does its work, and writes a tiff. Finally nips2 translates it back to a vips file.
This takes time. Worse, we are discovering all the various TIFF formats that IM can write. John Cupitt is adapting the nip2/VIPS software as fast as I report problems, but I wonder if the task will ever end.
So, would it be possible to add ".v" as a new format for ImageMagic? The format is is documented:
http://www.vips.ecs.soton.ac.uk/support ... x7-70001.2
vips.c, to read and write V files, is:
https://github.com/jcupitt/libvips/blob ... ncs/vips.c
Thanks.
I am writing an interface between ImageMagic and nip2. When complete, IM's features will be accessible from nip2's drop-down menus, sliders etc, not to mention the very slick spreadsheet-style interface.
To do this, nip2 (or the underlying engine, VIPS) reads vips files and writes tiffs. IM reads the tiffs, does its work, and writes a tiff. Finally nips2 translates it back to a vips file.
This takes time. Worse, we are discovering all the various TIFF formats that IM can write. John Cupitt is adapting the nip2/VIPS software as fast as I report problems, but I wonder if the task will ever end.
So, would it be possible to add ".v" as a new format for ImageMagic? The format is is documented:
http://www.vips.ecs.soton.ac.uk/support ... x7-70001.2
vips.c, to read and write V files, is:
https://github.com/jcupitt/libvips/blob ... ncs/vips.c
Thanks.