Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Advanced Social Features in Ruby on Rails Uploading Files Installing Paperclip

Get convert to work for Imagemagick

Install MacPorts per https://guide.macports.org/#installing.macports.source In the terminal type the following: 1)curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.3.0.tar.bz2 2)tar xf MacPorts-2.3.0.tar.bz2 3)cd MacPorts-2.3.0/ 4)./configure 5)make 6)sudo make install 7)export PATH=/opt/local/bin:/opt/local/sbin:$PATH 8)export MANPATH=/opt/local/share/man:$MANPATH 9)sudo port install imagemagick 10)convert

2 Answers

This is why I don't use macports and why I find the imagemagick package that is available.

http://www.imagemagick.org/download/iOS/

Hi Lars, I have not tried that tutorial for getting ImageMagick setup but I did try this one with success.