TrkSliderEdit in all its glory. This component will make it a lot easier to handle input values. A slider, an edit and a label, all, in one component. It could not be any easier that this. Well that’s my opinion. I use this component in my photo edit program a lot and it saved me […]
Tag Archives: Graphics
My curves tool
This is my curves tool. Inspired by the curves tool in Photoshop and Gimp. It keeps a list of presets which is located in a folder “curves” in the application folder. All files in this folder is .ACV files which is standard Adobe curve files. When you add a curve to the preset it saves […]
Tiltshift in Delphi
Two simple programs for making tiltshift pictures in Delphi. A lot of improvements potential but it give you a starting point. Not every image is suited for this effect, but that you will see very fast. Images with lots of sky or water usually do not work very well. City or landscape images might work […]
VistaProBar updated to version 1.7
This is a small update were I only have added three properties: BackColor, BorderColor, CornerColor. I think this makes it a little more useful. I needed the properties to get my music progress bar.I think it looks good. Have fun. Download rkVistaProBar from download page. Collection not updated yet.
Updated VistaProBar
Updated VistaProBar to V1.5 now including marquee mode
Adjust brightness, contrast and saturation ++
Small demo of how to adjust brightness, contrast and saturation of an image.
Showing thumbnails part #2
How to make thumbnail view with resizable thumbs.
Showing thumbnails part #1
Viewing thumbnails the easy way.
How do you straighten an image in Delphi?
I have always wondred of how they do this magic… straighten an image that is. Well as it turns out, no magical skills is needed. All that is needed is to crop the rotated image. One question, I have not found a fully acceptable answear to yet, is how to calculate this area. My solution […]
A little delayed but still here!
While we are waiting for my entries I can say a little about what I have planed. The first artickel will be about image straightening. I have a working solution but I am not complete satisfied so maybe we can improve it together. I will always be open for suggestions about improvements and better way […]