mogrify icon indicating copy to clipboard operation
mogrify copied to clipboard

Image processing in Elixir (ImageMagick command line wrapper)

Results 11 mogrify issues
Sort by recently updated
recently updated
newest added

I'm facing an issue where I think mogrify might be blowing up my service because it consumes too much memory. I'm not sure if the culprit really is mogrify but...

Hello, I use your library and thanks for all the great work This "issue" is more of a question than anything else. I am trying to add a caption onto...

enhancement

Case 1: A configuration option to log the command when it is run. Case 2: A `dry_run` option to skip running the command, and instead return the command that would...

enhancement

Does this library have the ability to create an image and then write to standard out without having to interact with the file system?

enhancement

Co-authored-by: Gabigol Trying to use limit with custom was broken for some reason on `System.cmd`. This pr introduces the function limit in this format: `Mogrify.limit(["memory", "30MiB"])` that fixed the problem

Here I want to use `convert` to resize an image. `Mogrify.create/2` is using `convert` underneath. ``` import Mogrify open("/tmp/old.jpg") |> resize_to_fill("100x100") |> create(path: "/tmp/new.jpg") ``` However no image was created....

bug

I think it is not possible yet to add another picture with an watermark on top of an image. Are you considering that? Thank you.

enhancement

Currently Mogrify doesn't support generation of progressive JPEG images. It would be nice to add option to specify [interlacing scheme](http://imagemagick.org/script/command-line-options.php#interlace).

enhancement