Hacker News new | ask | show | jobs
by flixic 4703 days ago
Great, however, that was possible with ImageMagick before. Even more: ImageMagick can extract PSD layers as separate PNGs.
2 comments

Sure. The difference is that with ImageMagick is getting all the flags right. Not to put down a powerful tool, but it isn't exactly memorable. In a script you can describe what's happening and customise it at any point without in-depth knowledge of the tool, and with a friendly CLI environment. I'd rather write 5 lines of Ruby than read up on the ImageMagick flags.
I'd rather look up the ImageMagick flags and write a simple 5 line shell wrapper for my specific use case than learn an API and write Ruby.
Could you provide your ImageMagick command, so we don't have to navigate the flag-infested waters?