Usually I allow my users to place an image in the main form.
Because some images cause to much noise, I would like to smooth those a bit.
I usually do some transparency in the images that I give as defaults.
How can I do this automatically as the user selects a new image, or as I load it?
Add a trackbar to a
TOpenPictureDialogderivative setting the transparancy level:Create this dialog to obtain the user’s desired transparancy level after execution with the
TransparancyLevelfunction, or assign the chosen picture to the image on your main form:Example image of customized common dialog: