02-25-2004 02:38 PM
03-07-2004
06:36 AM
- last edited on
12-12-2024
03:38 PM
by
Content Cleaner
This is no easy task!
The simpler of these two request would be the brightness.
To make a color brighter would involve shifting the color value in RGB space toward white (255,255,255). This shift in color values can not be a fixed amout for all three components (RGB) but should be scaled based on the original color and its distance in color space from white.
I believe brightness will be the easier part because it involves only comparing a single pixel color with white and adjusting.
Contrast is more complicated because it will involve shitfting some of the colors toward white and others toward black.
So...
The image Toolkit just may be worth it cost!
Ig you write this yourself, please share what you find. The world of images and color are both s
ubjects that interest me.
Trying to help,
Ben
Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com
03-08-2004 10:59 AM
03-08-2004 12:23 PM
03-09-2004 07:35 AM
03-09-2004 03:35 PM
03-10-2004 09:12 AM
03-11-2004 07:43 AM
03-11-2004 09:20 AM
03-11-2004 09:57 AM