Search found 6 matches

by qqmagi
2018-12-18T05:40:17-07:00
Forum: Users
Topic: using "convert" and leaving same names
Replies: 11
Views: 7414

Re: using "convert" and leaving same names

fmw42 wrote: 2018-12-17T13:45:23-07:00 This works fine for me using IM 6.9.10.16 Mac OSX

Code: Select all

mogrify -negate lenax.png
What is your exact command line and what version of ImageMagick and platform? Your syntax is likely wrong.
i'm using 7.0.8-16 on mac os mojave

i was typing

Code: Select all

convert -negate *.jpg
by qqmagi
2018-12-17T12:56:31-07:00
Forum: Users
Topic: using "convert" and leaving same names
Replies: 11
Views: 7414

Re: using "convert" and leaving same names

fmw42 wrote: 2018-12-17T12:33:53-07:00 OK. Then snibgo's suggestion of adding -negate to your mogrify command should do what you want.
yes! worked. thanks a lot all of you guys!
i have only one issue here. morgify doesn't work with negate. -negate works works well 'convert' and renames files=(
by qqmagi
2018-12-17T12:06:00-07:00
Forum: Users
Topic: using "convert" and leaving same names
Replies: 11
Views: 7414

Re: using "convert" and leaving same names

how can I change an output colors? so i have white bg and black edges? Please post an example image to some free hosting service and put the URL here. That way we can see exactly what you are trying to do. here you go https://imgur.com/7HcEPJR I just want to invert colors. i want edges to be black ...
by qqmagi
2018-12-17T11:34:08-07:00
Forum: Users
Topic: using "convert" and leaving same names
Replies: 11
Views: 7414

Re: using "convert" and leaving same names

snibgo wrote: 2018-12-17T08:10:09-07:00 To process multiple files, creating one output per input, use "mogrify".
thank you! it works for me. appreciate!

how can I change an output colors? so i have white bg and black edges?
by qqmagi
2018-12-17T11:29:21-07:00
Forum: Users
Topic: using "convert" and leaving same names
Replies: 11
Views: 7414

Re: using "convert" and leaving same names

snibgo wrote: 2018-12-17T08:10:09-07:00 Please don't multi-post. I have deleted your other post.

Always state what version IM you use, on what platform.

To process multiple files, creating one output per input, use "mogrify".
hi, i'm using 7.0.8-16 on mac os mojave
by qqmagi
2018-12-17T07:17:41-07:00
Forum: Users
Topic: using "convert" and leaving same names
Replies: 11
Views: 7414

using "convert" and leaving same names

Hi. how can I convert a folder with images at once? what command should I type if i want to save converted files to subdir? i use command convert *.jpg -canny 0x1+10%+30% i*.jpg I want to keep original image names to converted files. i need a pair of converted and original files. how can i do it? Al...