elixir-mogrify / mogrify

Image processing in Elixir (ImageMagick command line wrapper)
MIT License
570 stars 65 forks source link

Prefer convert and identify when appropriate #99

Closed talklittle closed 3 years ago

talklittle commented 3 years ago

Instead of ugly hacks to prevent mogrify from overwriting input files.

Especially helps after ImageMagick mogrify -write behavior change in ImageMagick 6.9.12-14 and 7.0.11-13 (see https://github.com/ImageMagick/ImageMagick/issues/3893)