Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

All Annotations of [Preview]

  • The rules:



    • The scale should usually be equal to the sum of all the weights.
    • If the sum of the weights divided by the scale is 1, then the offset should be 0.
    • If the sum of the weights is 0 then the offset should be 128.
    • If the sum of the weights divided by the scale is -1 then the offset should be 255. The image will be inverted from what it would be if the sum were +1.
    • The sum of the weights divided by the scale should generally not be more than +1 or less than -1. Otherwise the image will come out very dark or very bright.
    • The scale can't be less than 1 (you can't divide by zero).
    • If the filtered image is very dark, the scale is probably too high. If it's very light, the scale is probably too low.
    • on 2008-02-25 Om19bao
      The way the custom plugin works is that the brightness value of a pixel in the image is multiplied by the number in the center form of the grid. Then the values for the surrounding pixels are determined by the values of the forms surrounding the center form. Everything is divided by the scale value and finally the offset number to get to the new brightness. This process is repeated for every pixel in the image.