by Tanner H (7 Submissions)
Category: Graphics
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(18 Votes)

This is the first of its kind in VB: accurate, real-time image level adjustment. (This will be very familiar to any PhotoShop users among us :) Image Levels provide better control over an image's luminance than strict brightness/contrast methods (since they tend to distribute an image's histogram more equally). Adjusting an image using input/output/midtone levels is mainly used to brighten or darken an image without losing detail at either end of the luminance spectrum. I've included simple histogram drawing code (as the screenshot shows) so that you can see the effects that adjusting input/output/midtone levels has on an image's histogram. The code is well-commented and fast - please post comments and enjoy!
API DeclarationsDIB sections
Download Real-time Image Levels (input/output/midtone) Just Like Photoshop (47 KB)
No comments have been posted about Real-time Image Levels (input/output/midtone) Just Like Photoshop. Why not be the first to post a comment about Real-time Image Levels (input/output/midtone) Just Like Photoshop.