Affine Projection:
  -distort AffineProjection \
      '1.000000,0.000000,-0.000000,1.000000,0.000000,-0.000000'
Affine Distort, FX Equivelent:
  -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;
       xx=+1.000000*ii +0.000000*jj +0.000000;
       yy=-0.000000*ii +1.000000*jj +0.000000;
       p{ xx-page.x-.5, yy-page.y-.5 }' \
