-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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#judgementThe 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?