Can I perform multiple tasks with a single command?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
lojesus75
Posts: 9
Joined: 2017-02-01T19:50:50-07:00
Authentication code: 1151

Can I perform multiple tasks with a single command?

Post by lojesus75 »

Hello I got an insight from yesterday that I got a good solution and think it is a current problem.

I am so grateful to the members of this site.

However, the following problem occurred.

. Test Environment
OS: Windows 10
Version: ImageMagick-7.0.7-Q16

Reference file
https://drive.google.com/open?id=1THjYx ... SUiBF7DuLH

1. File with color density.
https://drive.google.com/open?id=1ZSxsJ ... PYB6q3zEnZ

My Snippet Code
magick Pattern_2.jpg [1536x864 + 0 + 0] (image.jpg -negate) -alpha off -compose copy_opacity -composite result3.png

Can I process multiple commands at once?

The attached file contains several color intensities in one image.

From k20 to kN, I know that in order to change a specific color, you have to use the -fuzz option to apply the effect.

Can k20 apply image1.jpg and apply imageN.jpg to kn?

If you do not use a single console (CLI) to process, you should run as many commands as there are concentrations. This process is not efficient and takes a lot of time.

ImageMagick wonders how to deal with commands that have these various conditions.

Thank you again.
Post Reply