Demo | Description | Demo Project Folder | Compiled Demo |
Complete Editor | Complete image editing application showing many key features | ImageEditing\CompleteEditor\PhotoEn.dpr | |
Mouse Interaction Options | Demo the interaction options available with MouseInteractGeneral and MouseInteractLayers | Other\MouseInteract\MouseInteract.dpr | |
ImageEnView Rulers | Display of rulers within a TImageEnView | Other\ImageEnViewRulers\ImageEnViewRulers.dpr | |
Mouse Wheel Params | The effect of the TImageEnView and TImageEnMView MouseWheelParams properties | Other\MouseWheel\MouseWheelParams.dpr | |
Pointer Events | Demo of the OnPointer event of TImageEnView to handle tablet/pen usage, and enable pressure sensitive painting | Other\PointerEvent\PointerEvent.dpr | |
Toolbars | Use of TImageEnView viewing, editing, selection and layer toolbars | Other\ImageEnViewToolbars\IEToolbar.dpr | |
ImageEnView Actions | Image application built using only ImageEnView actions | Actions\Actions_Viewer\Actions.dpr | |
Measurement | Accurate measurement of lengths and areas within images (using miMeasureLength, miMeasureRect, miMeasureEllipse, miMeasurePath and miMeasureAngle of MouseInteractGeneral) | ImageAnalysis\MeasureIt\MeasureIt.dpr | |
Brush Tool | Using the in-built Brush Tool to paint onto an image | ImageEditing\BrushTool\PaintBrush.dpr | |
Copy Transparent Selection | Copying and pasting transparent selections | ImageEditing\CopySel\CopySel.dpr | |
Clone Brush Tool | Using the in-built Clone Brush Tool to copy content within an image | ImageEditing\CloneTool\CloneBrush.dpr | |
Cropping Tool | Using the in-built Crop Tool to rotate and crop images, and perform perspective corrections | ImageEditing\CropTool\CropTool.dpr | |
Flood Fill Tool | Using the Fill Tool to replace the color within an image with a new color or transparency | ImageEditing\FillTool\FillTool.dpr | |
Replace Parts | Working with selections in TImageEnView | ImageEditing\ReplaceParts\ReplaceParts.dpr | |
Retouch Tools | Using the in-built Retouch Tools to fix an image: smudge, blur, inpaint, smooth, etc. | ImageEditing\RetouchTool\RetouchTool.dpr | |
Rotate Tool | Using the in-built Rotate Tool to freely rotate and flip images with the mouse and keyboard | ImageEditing\RotateTool\RotateTool.dpr | |
Select and Crop | How to select and crop an image regardless of zoom level | ImageEditing\SelectAndCrop\ImageEn_Crop.dpr | |
Soft Selections | Feathering a selection (to give it a soft edge) | ImageEditing\SoftSelections\SoftSel.dpr | |
Soft-Pan Navigation | Navigate an image with the cursor (using MouseInteractGeneral = miMovingScroll) | Display\SoftPan\SoftPan.dpr | |
Transition Effects | Use of transition effects to smooth the changing of images during a slideshow | Display\Transitions\Transitions.dpr | |
Pan-Zoom Effects | Adding interest to static image with Pan-Zoom ("Ken Burns") effects | Display\PanZoomEffects\PanZoom.dpr | |
Zoom Filter Comparison | Display of all the available ZoomFilter effects for image smoothing | Display\ZoomFilter\ZoomFilter.dpr | |
External Bitmap | Using an external bitmap as the source display for TImageEnView | Display\ExternalBitmap\ExternalBMP.dpr | |
Photosphere Viewer | Interactive display of "Equirectangular" images (Google Android PhotoSphere 360° panoramic images) | Display\Photosphere\Photosphere.dpr | |
Project Draw Effect | Use of ProjectDraw for advanced image display effects | Display\ProjectDraw\ProjectDraw.dpr | |
Image Loading Performance | Options to improve loading performance with TImageEnView | InputOutput\IEViewPerformance\Performance.dpr | |
Print Selection | Print only the selected area of an image | InputOutput\PrintSelected\PrintSelected.dpr | |
Touch Screen Gestures | Using gestures on a touch screen to pan, zoom and manipulate images | Other\Gestures\Gestures.dpr | |