Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep Zoom support via sharp #12

Open
lovell opened this issue Mar 12, 2015 · 2 comments
Open

Deep Zoom support via sharp #12

lovell opened this issue Mar 12, 2015 · 2 comments

Comments

@lovell
Copy link

lovell commented Mar 12, 2015

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?

@gasi
Copy link
Member

gasi commented Mar 12, 2015

@lovell Your API looks great and yes, I think this would be super valuable. I haven’t worked on node-deepzoomtools in a while and this is a good reminder that sharp will work much better than manually calling vips through the shell! I can’t make promises if or when I’ll work on this again but when I do, I’ll tackle this.

@aseemk
Copy link
Member

aseemk commented Mar 12, 2015

Awesome @lovell — agreed, great API!

I too am a bit busy with other stuff at the moment, but we'll see if one of us can take a stab at some point. /cc @iangilman too. =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants