Skip to content

Instantly share code, notes, and snippets.

View carlfj's full-sized avatar

Carl Jensen carlfj

  • Fri Data
  • Aarhus, Denmark
View GitHub Profile
<?php
/*
Description: A simple class based on a tutorial at WP.Tuts that creates an page with metaboxes.
Author: Stephen Harris
Author URI: http://www.stephenharris.info
*/
/* Copyright 2011 Stephen Harris ([email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
### Manual Installation ###
From: https://github.com/delphian/drupal-convert-file/wiki/Installing-ImageMagick-on-Mac-OSX-for-PHP-and-MAMP/
###### Install Ghostscript ######
Ghostscript is going to be doing the actual conversion for ImageMagick
1. `brew install ghostscript`
> If there is a failure try running `brew update` and then the command again.