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