Hello @gasi, @aseemk, I know you're relatively happy users of sharp/libvips and now I've just discovered you maintain this rather useful module too!
I'm looking for some help testing sharp's forthcoming native support for Deep Zoom output. You can find this in the judgement work-in-progress branch that will form v0.10.0.
npm install lovell/sharp#judgement
The Deep Zoom API is accessed via the tile method and the use of a .dzi file extension, for example
sharp(input).tile(size, overlap).toFile('output.dzi', function(err, info) { ... });
Might this be a feature of sharp that this module could take advantage of?
Hello @gasi, @aseemk, I know you're relatively happy users of sharp/libvips and now I've just discovered you maintain this rather useful module too!
I'm looking for some help testing sharp's forthcoming native support for Deep Zoom output. You can find this in the judgement work-in-progress branch that will form v0.10.0.
The Deep Zoom API is accessed via the
tilemethod and the use of a.dzifile extension, for exampleMight this be a feature of sharp that this module could take advantage of?