Search found 3 matches

by indusam
2019-03-03T12:47:55-07:00
Forum: Users
Topic: Convert and resize together
Replies: 5
Views: 3398

Re: Convert and resize together

fmw42 wrote: 2019-03-03T12:11:05-07:00 Also for ImageMagick 7, use just magick and not magick convert. Other tools such as identify, mogrify, etc do need to be prefaced by magick, but not convert. When removing the \s, be sure to keep the space on each side of each parenthesis.
on my PC it do nothing without 'magick'
by indusam
2019-03-03T12:46:14-07:00
Forum: Users
Topic: Convert and resize together
Replies: 5
Views: 3398

Re: Convert and resize together

snibgo wrote: 2019-03-03T09:57:02-07:00 You have \( \and \). Those escapes are needed for bash. They are not correct for Windows. Use just ( and ) .
you are absolutelly right! in this way it works properly! thank you! :D
by indusam
2019-03-03T09:20:15-07:00
Forum: Users
Topic: Convert and resize together
Replies: 5
Views: 3398

Convert and resize together

Hello everyone! I need to put one image (overlay 2748x820 px) on another (background 1000x1000 px). During this operation I want to change overlay size intentionally and preserve background's size change So I try to use such line (Win 8.1, x64, command line): magick convert background.jpg \( overlay...