Demo | Description | Demo Project Folder | Compiled Demo |
All Editing and Effects Methods | Preview 300 effects, analysis and editing methods in a single demo | ImageEditing\EveryMethod\EveryMethod.dpr | |
Automatic orientation | Using SkewDetection to automatically rotate poorly scanned images | ImageAnalysis\Orientator\Orientator.dpr | |
Batch Converter | Resize, Rotate, edit and convert a folder of images | InputOutput\BatchConvert\BatchConvert.dpr | |
Color Density Analysis | Calculate the pixel density within an image | ImageAnalysis\DensityAnalysis\DensityAnal.dpr | |
Color Histogram | Display histograms of the color density within an image | ImageAnalysis\Histogram\Histogram.dpr | |
Draw Text and Borders | Adding text and borders to an image | ImageEditing\DrawText\DrawText.dpr | |
Fourier Transformation | Create a Fourier Transformation for an image | ImageAnalysis\FFT\FFT.dpr | |
Image Similarity | Use an algorithm to determine the similarity of two images | ImageAnalysis\Compare\Compare.dpr | |
Separate Objects | Detect and separate all objects in an image | ImageAnalysis\SeparateObjects\SeparateObjects.dpr | |
Show Image Differences | Calculate and display the differences between two images | ImageAnalysis\ImagesDiff\ImagesDiff.dpr | |
Add Border | Add a border to an image | ImageEditing\AddBorder\AddBorder.dpr | |
Automatic Enhancement | Various algorithms to automatically adjust the color of an image | \ImageEditing\AutoEnhance\AutoAdjust.dpr | |
Chroma Key Removal | Remove the Chroma Key background from an image (e.g. a subject in front of a "Green-Screen") | ImageEditing\ChromaKey\ChromaKey.dpr | |
Dithering | Reduction of colors in an image and dithering methods | ImageEditing\Dithering\Dithering.dpr | |
Effects Chain Editor | Apply a series of image editing and color effects to an image | ImageEditing\EffectsChain\EffectsChain.dpr | |
Image Resizing | Resizing an image to keep only a portion of it (Note: does not demonstrate stretching/scaling) | ImageEditing\Resize\Resize.dpr | |
Lens Effect | Demo of the Lens effect | ImageEditing\Lens\LensTest.dpr | |
Lossless JPEG Editing | Perform a lossless crop and rotation of a JPEG (i.e. no quality loss due to re-saving) | ImageEditing\LosslessJpegEdit\Lossless.dpr | |
Pencil Sketch Effect | Using PencilSketch to convert an image to a pencil sketch | ImageEditing\PencilSketch\PencilSketch.dpr | |
Radial Effect | Using RadialStretch to correct barrel or pincushion distortion | ImageEditing\Radial\RadialStretch.dpr | |
Remove Red Eyes | Removing the "Red Eye" effect from flash photos | ImageEditing\RedEye\RedEye.dpr | |
Rotate and Crop | Automatic cropping of borders using RotateAndCrop | ImageEditing\RotateAndCrop\RotateAndCrop.dpr | |
RGB Channels | View and edit the red, green and blue channels of an image | ImageEditing\RGBChannels\RGBChannels.dpr | |
Set Transparency | Set the alpha (transparency) in an image by color or selection | ImageEditing\MakeTransparent\MakeTransparent.dpr | |
Soft Shadow | Adding a soft shadow to an image | ImageEditing\SoftShadow\SoftShadow.dpr | |
Undo/Redo | Using Undo and Redo to step back though image changes | ImageEditing\UndoRedo\UndoRedo.dpr | |
Warp Brush | Click and drag the image to freely warp its content | ImageEditing\WarpBrush\WarpBrush.dpr | |
Image Encryption | Encryption and decryption of images using 128bit TEA algorithm | InputOutput\Encrypt\Encrypt.dpr | |
Threaded Processing | Loading images and applying effects in a background thread using the TTask class | ImageEditing\ThreadedProcessing\ThreadTest.dpr | |
Threaded Processing 2 | Improving image processing performance using TParallel.For | ImageEditing\ThreadedProcessing2\ThreadTest.dpr | |
Complete Editor | Complete image editing application showing many key features | ImageEditing\CompleteEditor\PhotoEn.dpr | |
All Actions | Demo showing all ImageEn actions (400+) available to rapidly build applications | Actions\AllActions\AllActions.dpr | |