Open afeld opened 9 years ago
The only issue with skeptick currently is no windows support. I want to switch to https://github.com/thoughtbot/cocaine for running the command, which is cross-platform, but waiting for any response here: https://github.com/thoughtbot/cocaine/issues/81.
no windows support
Not a deal-breaker for me.
Met @maxim the other day after giving a talk about magickly, and he suggested using Skeptic as the ImageMagick (which I'll call "IM") wrapper.
I haven't been actively working on magickly in a while, and haven't been following progress on IM Ruby libraries. The issue with Dragonfly 0.x (not sure about 1.x) is that each transformation is applied in a separate
convert
commandsingle-convert
changes done by @tolsen forever agoconvert
command (correct @maxim?), so theoretically should have the same performance characteristics assingle-convert
Feedback/ideas welcome!
P.S. This change would obviate https://github.com/afeld/magickly/issues/48.