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

Doesn't support TIFF sourcefiles #7

Open
iangilman opened this issue Jan 23, 2015 · 2 comments
Open

Doesn't support TIFF sourcefiles #7

iangilman opened this issue Jan 23, 2015 · 2 comments

Comments

@iangilman
Copy link
Member

Here's my error:

Error: Command failed: identify: no decode delegate for this image format 
`node-deepzoomtools/originals/bees for seadragon.tiff' @ error/constitute.c/ReadImage/501.

  <<< async stack >>>
  at exports_convert__2 (node-deepzoomtools/lib/imagemagick.js:45:18)
  at DeepZoomImage_create__1 (node-deepzoomtools/lib/index.js:44:16)
  <<< raw stack >>>
    at ChildProcess._spawn.proc.on.onExit (node-deepzoomtools/node_modules/gm/lib/command.js:279:17)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Socket.<anonymous> (child_process.js:956:11)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Pipe.close (net.js:465:12)
@gasi
Copy link
Member

gasi commented Jan 23, 2015

It might be that your GraphicsMagick wasn’t compiled with TIFF support:

GraphicsMagick requires Sam Leffler's TIFF software available via anonymous FTP at

ftp://ftp.remotesensing.org/libtiff/

or via HTTP at

http://www.remotesensing.org/libtiff/

to read the TIFF image format. It in turn optionally requires the JPEG and ZLIB libraries. Libtiff 3.8.2 or later is recommended.

– Source: http://www.graphicsmagick.org/README.html

You can confirm by running identify -list format.

@iangilman
Copy link
Member Author

identify -list format Does show I don't have TIFF. Sounds like it's not a default option. I suppose we could have a little documentation for people who need it? Anyway, it's not a big deal for me; I've worked around it. Just thought I would let you know.

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

No branches or pull requests

2 participants