API Version: 8.0
Library Version: 8.18
gint64 vips_target_seek ( VipsTarget* target, gint64 offset, int whence )
Seek the target. This behaves exactly as lseek().
lseek()
Seeking a target sounds weird, but libtiff needs this. This method will fail for targets like pipes.
offset
gint64
Offset to seek to.
whence
int
Seek relative to beginning, offset, or end.
The new offset, -1 on error.