Search found 2 matches

by unDavide
2018-05-04T04:23:02-07:00
Forum: Users
Topic: Install psd/psb support on a Mac
Replies: 1
Views: 3288

Re: Install psd/psb support on a Mac

UPDATE

Looking at the ImageMagick sourcecode, I've discovered that the following command lists all the available homebrew options:

brew options imagemagick

brew options imagemagick
--with-fftw
Compile with FFTW support
--with-fontconfig
Build with fontconfig support
--with-ghostscript
Build ...
by unDavide
2018-05-04T03:46:49-07:00
Forum: Users
Topic: Install psd/psb support on a Mac
Replies: 1
Views: 3288

Install psd/psb support on a Mac

Hi,
I'm trying to use this script to automate the verification of corrupted images via ImageMagick, but apparently my installation (7.0.7-30 Q16 x86_64 2018-05-02, via homebrew on High Sierra) doesn't come with default support for psd/psb file formats, which are what I need to check.

Reading ...