im7: -compose Colorize

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mikmach
Posts: 42
Joined: 2015-02-06T07:50:43-07:00
Authentication code: 6789

im7: -compose Colorize

Post by mikmach »

Hello,

I am preparing for 6 -> 7 migration but first checking if all options are still available and noticed that Colorize switch for -compose option is no longer in docs.

I used this option to replicate Color layer overlay mode from Photoshop. Was it dropped or name changed?

m.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: im7: -compose Colorize

Post by snibgo »

mikmach wrote:... is no longer in docs.
In what docs?

For IM v7.0.2-5, it is shown in "magick -list compose".
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: im7: -compose Colorize

Post by fmw42 »

mikmach wrote:Hello,

I am preparing for 6 -> 7 migration but first checking if all options are still available and noticed that Colorize switch for -compose option is no longer in docs.

m.
It has never been in the docs for IM 6 at http://legacy.imagemagick.org/script/compose.php.

But neither has luminize or hue or any of the color channel compose settings. But they have always been at http://www.imagemagick.org/Usage/compose/#channel and as snibgo says you can get a current list via

Code: Select all

convert/magick -list compose
mikmach
Posts: 42
Joined: 2015-02-06T07:50:43-07:00
Authentication code: 6789

Re: im7: -compose Colorize

Post by mikmach »

Thank you all. Unfortunately probably old bug reared its head - but about that in separate thread.
Post Reply