Perspective Projection:
  -distort PerspectiveProjection \
      '1.430099, 0.246650, 3.000000, 0.147296, 
       1.434591, 0.000000, 0.006757, 0.009448'
Perspective Distort, FX Equivelent:
  -fx 'ii=i+page.x+0.5; jj=j+page.y+0.5;
       rr=-0.004119*ii -0.005877*jj + 1;
       xx=(+0.711858*ii -0.108326*jj -2.135575)/rr;
       yy=(-0.073090*ii +0.699571*jj +0.219269)/rr;
       rr>0 ? p{ xx-page.x-.5, yy-page.y-.5 } : blue' \
