BokehIwa.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <html lang="ja">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>Bokeh Iwa</title>
  5. </head>
  6. <body bgcolor="#f5f5f5" text="#220011">
  7. <h1><img src = ".\img\fx_iwa_bokeh.png" width = 30 height = 30 > Bokeh Iwa</h1>
  8. <h4>● Overview</h4>
  9. This effect reproduces a camera lens blur. The RGB values of each layer will be converted<br>
  10. to exposure values, then blurred using the Iris shape, and finally composed together.<br>
  11. To achieve a faster processing time, a Fourier transformation is used to process the filter.
  12. <h4>● Input Port</h4>
  13. <UL>
  14. <LI><b>Iris</b> : Connects the image to define the shape of the Iris. The image luminance<br>
  15. values will be used for the effect. If no image is connected to the Iris port, no calculation<br>
  16. will take place. It's possible to connect 8bit or 16bit RGBA images.
  17. <LI><b>Source [1~5]</b> : Connects images for the layers. The order in which they are<br>
  18. connected here doesn't define the layer stacking order. If nothing is connected to any<br>
  19. Source port, no calculation will be performed.
  20. </UL>
  21. <h4>● Parameters</h4>
  22. Common
  23. <UL>
  24. <LI><b>On-Focus Distance</b> : If there's a layer in this position, it will look on focus and it will be<br>
  25. composed normally. 0 represents the camera position. (Range 0.0-1.0)
  26. <LI><b>Bokeh Amount</b> : Maximum size of blur (in scene units). When the focus position and the<br>
  27. layer position are 1.0 away from each other and Bokeh Adjustment is 1, the Iris image is<br>
  28. enlarged until the width of this image reaches this value.
  29. <LI><b>Hardness</b> : The gamma value of the film. Used to convert between RGB value and<br>
  30. exposure. This is equivalent to the increase in RGB value (0.0 to 1.0) when the exposure is<br>
  31. increased 10 times. The lower the value, the more the highlights are emphasized.<br>
  32. (Range 0.05-3.0)
  33. </UL>
  34. Layers
  35. <UL>
  36. <LI><b>Premultiply</b> : Check this box when connecting unpremultiplied material such as the ones<br>
  37. from DigiBook, etc. directly to this effect.
  38. <LI><b>Distance</b> : The distance of the layer from the camera. The layer stacking order is<br>
  39. automatically sorted according to this value. (Range 0.0-1.0)
  40. <LI><b>Bokeh Adjustment</b> : Bokeh size correction value. The size of the bokeh is multiplied by N,<br>
  41. keeping the order of layer stacking. If this value is 0, the layers will be composited normally<br>
  42. without blurring regardless of the distance of the layer. (Range 0.0-2.0)
  43. </UL>
  44. <h4>● Notes</h4>
  45. <UL>
  46. <LI>When rendering multiple frames, the Iris and the layers images, must be present within<br>
  47. the range of all frames to be rendered.
  48. <LI>This effect uses a lot of RAM.
  49. </UL>
  50. <h4>● License Information</h4>
  51. <UL>
  52. <LI>This effect uses an open source library called Kiss FFT for the Fourier transform.<br>
  53. </UL>
  54. <font size = "-1">
  55. <blockquote>
  56. This is the BSD-style license for the KissFFT.<br>
  57. <br>
  58. Copyright (c) 2003-2010 Mark Borgerding<br>
  59. <br>
  60. All rights reserved.<br>
  61. <br>
  62. Redistribution and use in source and binary forms, with or without modification, are permitted provided that<br>
  63. the following conditions are met:<br>
  64. <br>
  65. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following<br>
  66. disclaimer.<br>
  67. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the<br>
  68. following disclaimer in the documentation and/or other materials provided with the distribution.<br>
  69. * Neither the author nor the names of any contributors may be used to endorse or promote products derived<br>
  70. from this software without specific prior written permission.<br>
  71. <br>
  72. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY<br>
  73. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES<br>
  74. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT<br>
  75. SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,<br>
  76. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT<br>
  77. OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)<br>
  78. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,<br>
  79. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS<br>
  80. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  81. </blockquote>
  82. </font>
  83. </body>
  84. </html>