Skip to content

Help changing an output filename #7314

Answered by fmw42
PauloEgidio asked this question in Help
Discussion options

You must be logged in to vote

In IM 7, use magick, not magick convert. Doing that works for me. You were using IM 6 syntax by adding convert. You need IM 7 syntax. So remove "convert"

Or you could use magick mogrify

change directory to your_image_directory
magick mogrify -format png -path your_output_directory -negate -channel rgb -negate *.png

See https://imagemagick.org/Usage/basics/#mogrify

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PauloEgidio
Comment options

@fmw42
Comment options

Answer selected by PauloEgidio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants