Category Archives: Program

My curves tool

A image showing the Curves tool in action

Curves tool in action


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 the curve to the “curves” folder.

This project was updated 02.04.2015. When clicking outside the grid, or at an horizontal value where it already exists a point, it would give an error. This has now been corrected.

Download project source and executable

Hope you find this tool useful.

This is just a demo and not a complete application I think of it as a curves preview dialog.

Tiltshift in Delphi

PicTiltShift

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 out quite well. Do experiment.

I hope you like it and find it useful. The code is quite small. My biggest challenge was to build the gui in second sample (tilt shift 2)

Download code and exe (927kB)