|
||
Added VB6 version |
Image Processing Using DIB SectionsEverything to do with images: blur, soften, sharpen, colourise, colour reduce, resample ... This sample demonstrates a new 24 bit image processor using the DIB Section GDI object, allowing you to perform a whole raft of standard Image Processing functions, including blurring, sharpening, colourising, resampling and image arithmetic. What you can do with this sample
Supporting Technical ArticlesSome more detail on how to implement the various image processing effects are provided in these articles:
Some NotesAlthough all the samples should run on systems with a colour depth of 256 colours or less, there will be two problems:
As usual, with graphics code, running it in the IDE will be like watching paint dry. To get the techniques in these samples to perform, you must compile to Native Code (optimised for Fast Code). You can also get a significant speed increase (60% or more) by checking all the Advanced Optimisations settings:
|
|
|