see https://github.com/jcupitt/libvips/pull/213 this now works: VImage rows; VImage cols = in.profile( &rows );
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.
see https://github.com/jcupitt/libvips/pull/213 this now works: VImage rows; VImage cols = in.profile( &rows );
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.