PerspectiveDistortIwa.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html lang="ja">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>Perspective Distort Fx Iwa</title>
  5. </head>
  6. <body bgcolor="#f5f5f5" text="#220011">
  7. <h1><img src = ".\img\fx_iwa_perspective_distort.png" width = 30 height = 30 > Perspective Distort Fx Iwa</h1>
  8. <h4>● Overview</h4>
  9. Allows to generate a motion parallax movement effect on the Source image, where things in<br>
  10. front move faster than things in the back.<br>
  11. The image width is stretched to the sides, to transform it into a trapezoid, but it will not<br>
  12. be stretched vertically.<br>
  13. In other words, the contraction in the vertical direction caused by depth, should be<br>
  14. incorporated beforehand in the image.<br>
  15. Also, if you want to apply this effect to a moving background, the movement of the background<br>
  16. must be collapsed into a SubXsheet.<br><br>
  17. <img src = ".\img\perspective_distort.png">
  18. <h4>● Input Port</h4>
  19. <UL>
  20. <LI><b>Source</b> : Connect the input image.</LI>
  21. </UL>
  22. <h4>● Parameters</h4>
  23. <UL>
  24. <LI><b>Vanishing Point</b> : The center point for the deformation. In the case of perspective<br>
  25. projection, this is the vanishing point.</LI>
  26. <LI><b>Anchor Point</b> : Defines the vertical position that will be the basis for the deformation.<br>
  27. Pixels above this point will not be drawn (become transparent).<br>
  28. It also defines the horizon line for the deformed image, maintaining the original image width.</LI>
  29. <LI><b>Precision</b> : Since the deformation is carried out only by expansion, the resolution will<br>
  30. suffer. In order to minimize resolution deterioration, the original image resolution is<br>
  31. multiplied by this value before being deformed.<br>
  32. There is no point in making Precision higher than the value obtained by dividing the<br>
  33. "Capture resolution of the background" by the "Output resolution".</LI>
  34. </UL>
  35. </body>
  36. </html>