Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature request
#7
Need bugfix for Convolution Matrix filter. If I use the following:
0 0 0
0 1 1
0 0 0

I expect one white pixel (RGB=255,255,255) on a black (RGB=0,0,0) background, if normalizing is turned one, I will end up getting a pair of pixels, each at mid-gray (RGB=128,128,128). But that's not what I'm getting. I'm getting a pair of higher than mid-gray pixels (RGB=188,188,188).

This may have to do with the mode it's processing in. I think it's converting from normal pixel values (perceptual values) to linear values, and then performing the convolution filter on the linear values, and then finally converting the filtered linear values back to perceptual values. Ordinary pixel values (like those stored in a standard BMP file) represent perceptual values, so that decreasing the value in half results in the brightness appearing half as bright (not actually cutting the light output from your monitor in half).

Most graphics software performs processes on the perceptual pixel values, and this should be the default, unless the user expressly selects a different mode of operation. If it doesn't do this, I consider the software buggy.

Since the Convolution Matrix filter does not allow the user a way to specify how it should perform the operation, it should always perform the operation on perceptual pixel values, as these are the values that will get saved to common image file formats such as BMP. An alternative solution would be a check box in the dialog box for the Convolution Matrix filter that would let you select if it would perform its operation on linear or perceptual values.
Reply


Messages In This Thread
Feature request - by dbuske - 10-15-2018, 11:09 AM
RE: Feature request - by rich2005 - 10-15-2018, 11:14 AM
RE: Feature request - by Pocholo - 11-01-2018, 05:27 PM
RE: Feature request - by rich2005 - 11-01-2018, 06:43 PM
RE: Feature request - by RodneyLee - 05-13-2020, 11:39 AM
RE: Feature request - by Ofnuts - 05-14-2020, 09:15 AM
RE: Feature request - by Ben321 - 07-17-2020, 09:18 AM
RE: Feature request - by Ofnuts - 07-17-2020, 05:55 PM
RE: Feature request - by Ben321 - 07-17-2020, 07:30 PM
RE: Feature request - by rich2005 - 07-17-2020, 09:29 AM
RE: Feature request - by rich2005 - 07-17-2020, 08:06 PM
RE: Feature request - by Ofnuts - 07-18-2020, 08:49 AM

Forum Jump: