Welcome to Geeklog, Anonymous Sunday, November 24 2024 @ 11:43 pm EST
Geeklog Forums
Using GraphicsMagick with Geeklog
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
GraphicsMagick is a fork of ImageMagick and provides pretty much the same functionality.
The main difference, from Geeklog's point of view, is that GraphicsMagick has a single command 'gm' instead of one binary for every task. So instead of 'mogrify' you now call 'gm mogrify'. And that's the only change you have to make to use GraphicsMagick instead of ImageMagick:
$_CONF['path_to_mogrify'] = '/usr/local/bin/gm mogrify';
(in your config.php). This works on Unix (Linux, MacOS X, etc.) - not sure about Windows ...
bye, Dirk
The main difference, from Geeklog's point of view, is that GraphicsMagick has a single command 'gm' instead of one binary for every task. So instead of 'mogrify' you now call 'gm mogrify'. And that's the only change you have to make to use GraphicsMagick instead of ImageMagick:
Text Formatted Code
$_CONF['image_lib'] = 'imagemagick';$_CONF['path_to_mogrify'] = '/usr/local/bin/gm mogrify';
(in your config.php). This works on Unix (Linux, MacOS X, etc.) - not sure about Windows ...
bye, Dirk
7
6
Quote
All times are EST. The time is now 11:43 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content