TileIwa.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <html lang="ja">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>TileFx Iwa</title>
  5. </head>
  6. <body bgcolor="#f5f5f5" text="#220011">
  7. <h1><img src = ".\img\fx_iwa_tile.png" width = 30 height = 30 > TileFx Iwa</h1>
  8. <h4>● Overview</h4>
  9. This effect arranges the Source image in tiles.<br>
  10. The existing "Tile" effect of OpenToonz has been enhanced in the following ways:
  11. <UL>
  12. <LI>Now it is possible to specify the repeat range with respect to the Camera Box, in addition to the<br>
  13. object Bounding Box.</LI>
  14. <LI>Now it is possible to specify the number of repetitions and the number of sheets, separately for top,<br>
  15. bottom, left and right.</LI>
  16. <LI>Now it is possible to specify the separate margin widths for horizontal and vertical directions.</LI>
  17. </UL>
  18. <h4>● Input port</h4>
  19. <UL>
  20. <LI><b>Source</b> : Connect the Source image.</LI>
  21. </UL>
  22. <h4>● Parameters</h4>
  23. <UL>
  24. <LI><b>Input Size</b> : Specify the range to be repeated.<br>
  25. "Bounding Box"&nbsp&nbspRepeats the area within the bounding box of the Source image.<br>
  26. "Camera Box"&nbsp&nbsp&nbspRepeat the area within the "Camera Box". In other words, the repeated images will<br>
  27. be placed outside the camera.
  28. </LI><br>
  29. <LI><b>Left Quantity</b> : Specify the number of repetitions to the left.<br>
  30. "No Tile"&nbsp&nbspIt will not repeat the tiles.<br>
  31. "1 Tile"&nbsp&nbsp&nbspIt will repeat the image only 1 time.<br>
  32. "Mutiple Tiles"&nbspIt will repeat the image indefinitely within the specified range.
  33. </LI>
  34. <LI><b>Right Quantity</b> : Specify the number of repetitions to the right. (See Left Quantity).</LI>
  35. <LI><b>Mirror Horizontally</b> : When active, tiles arranged in the horizontal direction will be flipped<br>
  36. horizontally every other time.</LI>
  37. <LI><b>Horizontal Margin</b> : The horizontal margin of the tile (unit). It can have a negative value.</LI>
  38. <LI><b>Top Quantity</b> : Specify the number of times to repeat upwards. (See Left Quantity).</LI>
  39. <LI><b>Bottom Quantity</b> : Specify the number of times to repeat downwards. (See Left Quantity).</LI>
  40. <LI><b>Mirror Vertically</b> : When active, tiles arranged in the vertical direction will be flipped upside<br>
  41. down every other time.</LI>
  42. <LI><b>Vertical Margin</b> : The vertical margin of the tile (unit). It can have a negative value.</LI>
  43. </UL>
  44. </body>
  45. </html>