Operators
I have created 3 pages showing how to use all the operators with php ( still on going ). These pages are quite large as every operator will have an example image.
Compose page
Layers page
Page 1 covers -adaptive-blur to -floodfill
Page 2 covers -flop to -sampling-factor
Page 3 covers -scale to -window-group
Notes:
- Some examples have an extra - this is needed to balance the command. It is on a line with miff:- | which is creating a tempory image in the first part of the command and passing the tempory image to the second part of the cammand.
- Some operators need other operators to work.
- You may need to escape any parenthases () becomes \(\).
Anthony from the "Examples of ImageMagick Usage" website was a great help in preparing these pages.