Skip to content

Deep Zoom support via sharp #12

@lovell

Description

@lovell

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions