[Rails] Re: Good image API for RoR?
brez! !!
jbresnik at gmail.com
Sat Apr 15 19:48:37 GMT 2006
Joe Cairns wrote:
> Hi, I need a relatively simple image api for the app I'm writing. I
> need to copy photos, rename them, and re-size them to put them in a
> standard format.
>
> I tried using RMagick/Imagemagick, but the photos would be corrupted on
> re-size, so I'm looking for some suggestions.
I found myself in a simular situation recently re. RMagik [I def intend
to go back and resolve it tho] - in our case tho we were preprocessing
the files [i.e. batchs of thousands of files], zipping them up and
sending to ROR. Since the preprocessing was external I used the python
PIL library:
http://www.pythonware.com/products/pil/
Anyhow an option..
--
Posted via http://www.ruby-forum.com/.
More information about the Rails
mailing list