NBCUTechnology / pubstack

⛔️ [DEPRECATED] Publisher's DevStack
MIT License
8 stars 8 forks source link

Add imagemagick support #97

Closed scottrigby closed 10 years ago

scottrigby commented 10 years ago

For #94.

CC @ericduran

scottrigby commented 10 years ago

Note the "path to convert binary" in Drupal imagemagick settings is /usr/bin/convert.

ericduran commented 10 years ago

We should add

    $conf['imagemagick_convert'] = '/usr/bin/convert';

to the drupal settings.php that is generated.

ericduran commented 10 years ago

besides that :+1: :+1: :+1: :+1:

scottrigby commented 10 years ago

@ericduran Yep good idea - added to $conf