Search found 2 matches

by knicknic
2019-02-20T02:01:26-07:00
Forum: Developers
Topic: Webassembly ImageMagick & outputfilename in cmdline
Replies: 1
Views: 12707

Re: Webassembly ImageMagick & outputfilename in cmdline

This turned out to be a bug in ImageMagick. It is currently fixed. For more info see https://github.com/ImageMagick/ImageMagick/issues/1483
by knicknic
2018-07-13T00:19:44-07:00
Forum: Developers
Topic: Webassembly ImageMagick & outputfilename in cmdline
Replies: 1
Views: 12707

Webassembly ImageMagick & outputfilename in cmdline

I recompiled ImageMagick for WebAssembly, allowing it to run in your browser. You can see a sample cmdline project that uses it at https://knicknic.github.io/imagemagick However I do not understand output filenames. the command I was trying to run was (which you can experiment in the above sample ur...