Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

MicroMagick + GraphicsMagick falls down on this image #5

Closed
dukejones opened this issue May 26, 2015 · 3 comments
Closed

MicroMagick + GraphicsMagick falls down on this image #5

dukejones opened this issue May 26, 2015 · 3 comments

Comments

@dukejones
Copy link

http://dreamcatcher.net/images/uploads/originals/393.JPG

gm identify -verbose Sculpture-005.JPG
Works, although it shows an incredibly large Maker Note.

MicroMagick::Image.new("Sculpture-005.JPG").width

Hangs indefinitely.

Using ImageMagick instead of GraphicsMagick, this same command works.

@dukejones
Copy link
Author

Looks like MicroMagick falls down with both GraphicsMagick and ImageMagick on this file:

http://dreamcatcher.net/images/uploads/originals/5817.gif

> identify -verbose 5817.gif | wc -c
  638200

This has got to be overloading ruby's memory. Is it assigning the output to a variable and doing a regex or something?

@mceachen
Copy link
Owner

mceachen commented Sep 7, 2015

I've added the JPG to the test suite and completely changed how the identify parsing works. This is fixed in v1.0.0, which I just released.

Thanks for raising the issue!

@mceachen mceachen closed this as completed Sep 7, 2015
@dukejones
Copy link
Author

👍

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

No branches or pull requests

2 participants