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