Skip to content
Eric McConville edited this page Jun 29, 2015 · 8 revisions

Affine Transform

A string representing a common transform function.

Example Functions

  matrix(m11,m12,m21,m22,tX,tY)
  rotate(D)
  rotate(D,X,Y)
  scale(X)
  scale(X,Y)
  translate(X,Y)

Example Usage

cif CIAffineTile -inputImage input.png \
                 -inputTransform 'scale(15,5)' \
                 -outputImage output.png

Next: Color >

Clone this wiki locally