+ Reply to Thread
Results 1 to 2 of 2

Thread: Image libraries that work in Rails?

  1. #1
    Junior Member
    Join Date
    Apr 2008
    Posts
    4

    Default Image libraries that work in Rails?

    Hey folks,

    I was wondering if anyone had had any luck with using any image libraries (RMagick, ImageScience, etc.) in Ruby for Rails apps? I wanted to use the attachment_fu library in an app I'm working on, and I tried installing the rmagick-1.15.17 gem via ssh, but it gave me a bunch of test errors like ImageMagick wasn't properly set up.

    Thanks,
    Jared

  2. #2
    Junior Member
    Join Date
    Apr 2008
    Posts
    4

    Default

    I ended up using the MiniMagick plugin which calls command-line ImageMagick commands. Very nice! It won't let me post the link, so do a search for MiniMagick if you're interested.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts