Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anything faster than ImageMagick?

Is there anything faster to ImageMagick ? I'm processing images with different kind of filters so to create effects like old photo, oil paint etc.

like image 406
IM_AG Avatar asked Aug 31 '11 10:08

IM_AG


1 Answers

Check GraphicsMagick. It is based on IM, but faster and less complicated.

Performance copmarison (GraphicsMagick vs ImageMagick):

http://www.graphicsmagick.org/benchmarks.html

like image 105
moropus Avatar answered Sep 28 '22 06:09

moropus