Agreed if your img processing use case is minor, prob not worth it.

If there's a lot of member submitted content for example and speed/smaller 
file sizes are important, there's value in graphicmagick. Its a simple 1 
line command install and thereafter I've never touched it except via code 
to process imgs or to update. Graphicmagick is a fork of Imagemagick, more 
performant and more actively updated.

Ref the addl dependency point, as a frame of reference most common way 
folks in ruby world process images is via gems for 
imagemagick/graphicmagick, not with native ruby img proc libs. They bring 
in sass, coffeescript, etc, best tool for the job. They even use Go Worker 
in Go lang than a ruby equivalent for background processing.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to