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

Page 1 covers -adaptive-blur to -floodfill

Page 2 covers -flop to -sampling-factor

Page 3 covers -scale to -window-group

Notes:

  1. 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.
  2. Some operators need other operators to work.
  3. You may need to escape any parenthases () becomes \(\).

Anthony from the "Examples of ImageMagick Usage" website was a great help in preparing these pages.