-
Notifications
You must be signed in to change notification settings - Fork 0
affinetransform
Eric McConville edited this page Jun 29, 2015
·
8 revisions
A string representing a common transform function.
matrix(m11,m12,m21,m22,tX,tY)
rotate(D)
rotate(D,X,Y)
scale(X)
scale(X,Y)
translate(X,Y)
cif CIAffineTile -inputImage input.png \
-inputTransform 'scale(15,5)' \
-outputImage output.png
Next: Color >