ewallet
ewallet copied to clipboard
Add GraphicsMagick support
We should support GraphicsMagick in addition to ImageMagick. GraphicsMagick has a much lighter footprint, uses less resource, and likely cover all features we want (resizing images). It also has mostly compatible API with ImageMagick. We should only need to prefix existing ImageMagick invocation with gm
.
Quick question: is it an addition or a replacement?
Addition, but will be a new default.