A
Alex DeCaria
I'd like an idea as to what other image processing libraries are
available besides RMagick and MiniMagick. I'm currently successfully
using RMagick with Ruby 1.8, and I've also been able to get MiniMagick
working with Ruby 1.9, but the problem is that MiniMagick with Ruby 1.9
doesn't seem to work on my 64-bit windows OS (it does on 32-bit though).
I only need the library for one specific task. Reading in a .jpeg file
and resizing it.
Are there other libraries that I should consider trying and that might
work on a 64-bit system? I see there is something called Camellia. Is
that for Windows, or just Linux/Mac?
I would really like to just use MiniMagick, but again, I can't seem to
get the mini_magick gem to work on my 64-bit OS (it installs fine, but
gives errors when it runs).
Any ideas are most appreciated.
--Alex
available besides RMagick and MiniMagick. I'm currently successfully
using RMagick with Ruby 1.8, and I've also been able to get MiniMagick
working with Ruby 1.9, but the problem is that MiniMagick with Ruby 1.9
doesn't seem to work on my 64-bit windows OS (it does on 32-bit though).
I only need the library for one specific task. Reading in a .jpeg file
and resizing it.
Are there other libraries that I should consider trying and that might
work on a 64-bit system? I see there is something called Camellia. Is
that for Windows, or just Linux/Mac?
I would really like to just use MiniMagick, but again, I can't seem to
get the mini_magick gem to work on my 64-bit OS (it installs fine, but
gives errors when it runs).
Any ideas are most appreciated.
--Alex