Skip to content

Instantly share code, notes, and snippets.

View lepryko's full-sized avatar
:shipit:

Mariusz lepryko

:shipit:
View GitHub Profile
@wozzup
wozzup / gist:9793176
Last active May 22, 2022 14:11
Installing ImageMagick on Mac OSX for PHP and MAMP
Manual Installation
Install Ghostscript
Ghostscript is going to be doing the actual conversion for ImageMagick
`brew install ghostscript
If there is a failure try running brew update and then the command again.
Compile ImageMagick