Search found 4 matches

by Minami-tori-shima
2015-01-27T21:36:21-07:00
Forum: Bugs
Topic: "Identify" is no longer working with layers
Replies: 5
Views: 5575

"Identify" is no longer working with layers

Hello, I used to be able to get the height of layer 0 in a Photoshop file using: identify -format "%h" file.psd[0] But in ImageMagick 6.9.0-3 this command is no longer working. The result is empty. Now I have to change all my scripts to this command: convert file.psd[0] -format "%h&qu...
by Minami-tori-shima
2014-06-16T23:07:06-07:00
Forum: Developers
Topic: "--with-jasper" broken in ImageMagick 6.8.8 (OS X)
Replies: 4
Views: 8324

Re: "--with-jasper" broken in ImageMagick 6.8.8 (OS X)

Hello,

A few moments ago, JP2 support was added to Homebrew's imagemagick. The install command is:

Code: Select all

brew install imagemagick --with-jp2
Problem resolved!
by Minami-tori-shima
2014-04-04T20:40:58-07:00
Forum: Developers
Topic: "--with-jasper" broken in ImageMagick 6.8.8 (OS X)
Replies: 4
Views: 8324

Re: "--with-jasper" broken in ImageMagick 6.8.8 (OS X)

Thank you for your answer! This explains everything. I guess I will ask some kind soul in the Homebrew forums to create a "openjpeg2" formula and edit the "imagemagick" formula accordingly. I won't be able to do it myself.
by Minami-tori-shima
2014-04-04T15:23:23-07:00
Forum: Developers
Topic: "--with-jasper" broken in ImageMagick 6.8.8 (OS X)
Replies: 4
Views: 8324

"--with-jasper" broken in ImageMagick 6.8.8 (OS X)

Hello, First, I am not very knowledgeable, so I compile ImageMagick using Homebrew ("brew" command). Second, I need ImageMagick to work with "jp2" files. With previous versions of ImageMagick (meaning 6.8.7 and prior), I did: brew install imagemagick --with-jasper and it worked (...