ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 User Demos and Apps
 New Topic  Reply to Topic
Previous Page
Author Previous Topic Topic Next Topic
Page: of 8

xequte

39161 Posts

Posted - Mar 03 2022 :  19:02:35  Show Profile  Reply
Threaded Processing Demo

Applying image effects in a background thread.




Full Source and Demo EXE: http://www.ImageEn.com/files/WMDemos/ImageProcessingInAThread.zip


*** NOTE: There is an official ImageEn threading demo at:
\Demos\ImageEditing\ThreadedProcessing\ThreadTest.dpr



William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Custom ImageEn Development
Go to Top of Page

Laser AOC

India
12 Posts

Posted - Mar 09 2022 :  05:35:31  Show Profile  Reply
Hello All,

We have just updated our world class photo editing and designing product PhotoSense.

Now we can safely say that it is the best alternative to Photoshop and many other main stream image editing software.

I want to mention one notable feature and that is we have integrated AI in image correction functionality so that a user can make better image corrections with minimum of efforts and get consistent results.

Another very powerful and notable feature is Cutout. It is the worlds fastest & easiest and it is non destructive!!

The Feature List is very long so instead of pasting it here I would ask you to visit our product's website and see for yourself.

You can download PhotoSense from here: https://photosense.net/



Regards,


For,
Laser AOC
Go to Top of Page

xequte

39161 Posts

Posted - Oct 06 2022 :  01:09:36  Show Profile  Reply
Nice work, Laser AOC!

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

xequte

39161 Posts

Posted - Jul 27 2023 :  23:55:46  Show Profile  Reply
ICC Profile Properties
by Xequte Software
EXE and Full Source
Delphi 5 or higher

Display all string properties of an ICC color profile.




Download: www.ImageEn.com/files/OtherDemos/ICCProfileProps.zip
3.4 MB



Nigel
Xequte Software
www.imageen.com
Go to Top of Page

Genricxs

Philippines
2 Posts

Posted - Feb 17 2025 :  17:37:46  Show Profile  Reply
Thanks for sharing.
Go to Top of Page

xequte

39161 Posts

Posted - Aug 27 2025 :  23:24:34  Show Profile  Reply
Demos of Bill Miller

The following are demos produced by the late Bill Miller, developer and ImageEn enthusiast.

BackBuffer Grid
Using the OnDrawBackBuffer event to draw a grid onto the control
Download: www.ImageEn.com/files/WMDemos/BackBufferGrid.zip

Brush Tools
Demo of the brush tools in ImageEn, including the Crop Tool and Clone Tool
Download: www.ImageEn.com/files/WMDemos/BrushTools.zip

Draw a Globe
Using various canvas and GDI+ methods to draw a globe
Download: www.ImageEn.com/files/WMDemos/DrawAGlobe.zip

Convert to Thumbnail
Using the IEConvertToThumbnail method to create thumbnails from full size images
Download: www.ImageEn.com/files/WMDemos/IEConvertToThumbnail.zip

Drag Drop to MView
Using TIEFileDragDrop to allow images to be dragged from Windows Explorer
Download: www.ImageEn.com/files/WMDemos/IEFileDragDropToMView.zip

iexHelperFunctions
Demo of all ImageEn methods in iexHelperFunctions units
Download: www.ImageEn.com/files/WMDemos/iexHelperFunctions.zip

All ImageEn Layer Types
Demo of all the layer types available in ImageEn
Download: www.ImageEn.com/files/WMDemos/ImageEnAllLayerTypes.zip

ImageEn Image List
Using TIEImageList to store image lists
Download: www.ImageEn.com/files/WMDemos/ImageEnImageList.zip

ImageEnIO
Demonstrates over 100 TImageEnIO methods
Download: www.ImageEn.com/files/WMDemos/ImageEnIO.zip

ImageEnIO DoPreviews
Demonstrates the TImageEnIO.DoPreviews() dialog
Download: www.ImageEn.com/files/WMDemos/ImageEnIODoPreviews.zip

ImageEnIO PrintImagesToFile
Demonstrates the TImageEnMIO Print to File functionality
Download: www.ImageEn.com/files/WMDemos/ImageENIOPrintImagesToFileII.zip

ImageEn LayersPaint brush
Advanced layer editing demo
Download: www.ImageEn.com/files/WMDemos/ImageEnLayersPaintbrush.zip

ImageEnMIO PrintImagesToFile
Demonstrates the TImageEnMIO Print to File functionality (with background thread)
Download: www.ImageEn.com/files/WMDemos/ImageEnMIOPrintImagesToFile.zip

ImageEnMView
Demonstrates over 100 TImageEnMView methods
Download: www.ImageEn.com/files/WMDemos/ImageEnMView.zip

ImageEnMView Move
Moving and copying content between two TImageEnMViews
Download: www.ImageEn.com/files/WMDemos/ImageEnMViewMove.zip

ImageEnMView Proc
Apply effects to checked images in a TImageEnMView
Download: www.ImageEn.com/files/WMDemos/ImageEnMViewProc.zip

ImageEnMView Thumbnail Spacing
Shows all TImageEnMView spacing options
Download: www.ImageEn.com/files/WMDemos/ImageEnMViewThumbnailSpacing.zip

ImageEn Procedures
Demonstrates over 100 ImageEn methods
Download: www.ImageEn.com/files/WMDemos/ImageEnProcedures.zip

ImageEn PSD
Working with multi-layer PSD files
Download: www.ImageEn.com/files/WMDemos/ImageEnPSD.zip

ImageEnView BitDepth
Demonstrates screen capturing, changing bit depth and undo
Download: www.ImageEn.com/files/WMDemos/ImageEnViewBitDepth.zip

ImageEnView BitDepth 2
Demonstrates screen capturing, changing bit depth and undo (Advanced version)
Download: www.ImageEn.com/files/WMDemos/ImageEnViewBitDepth2.zip

ImageEnView DrawBackBuffer
Demonstrates use of the TImageEnView.OnDrawBackBuffer event
Download: www.ImageEn.com/files/WMDemos/ImageEnViewDrawBackBuffer.zip

ImageEnView Layers Drag and Drop
Glyph generation application using layers
Download: www.ImageEn.com/files/WMDemos/ImageEnViewLayersDragAndDrop.zip

ImageEnView Sync
Synchronizing the display of two TImageEnViews
Download: www.ImageEn.com/files/WMDemos/ImageEnViewSync.zip

Image Processing in a Thread
Applying editing effects to an image within threads (Simple)
Download: www.ImageEn.com/files/WMDemos/ImageProcessingInAThread.zip

Image Processing in a Thread 2
Applying editing effects to an image within a thread
Download: www.ImageEn.com/files/WMDemos/ImageProcessingInAThread2.zip

Image Processing in a Thread 3
Applying editing effects to an image within threads (Advanced)
Download: www.ImageEn.com/files/WMDemos/ImageProcessingInAThread3.zip

Image Processing Thread
Image processing in a secondary thread
Download: www.ImageEn.com/files/WMDemos/ImageProcessingThread.zip

Image Properties
Displaying the meta-data and properties of an image
Download: www.ImageEn.com/files/WMDemos/ImageProperties.zip

New Transparent IEBitmap
Miscellaneous methods to create a new transparent bitmap
Download: www.ImageEn.com/files/WMDemos/NewTransparentIEBitmap.zip

Paint Brush
Fast brush painting using the GDI+ canvas
Download: www.ImageEn.com/files/WMDemos/PaintBrush.zip

Post Messages
How to post messages to a form to delay until form becomes visible
Download: www.ImageEn.com/files/WMDemos/PostMessages.zip

Resource Extractor
Application to extract resources from EXE and other files
Download: www.ImageEn.com/files/WMDemos/ResourceExtractor.zip

RGB Channels
Show RGB channels of image, modify color channel and then recombine
Download: www.ImageEn.com/files/WMDemos/RGBChannels.zip

Scan and Save TIFF
Scanning, processing and creating multiframe TIFF files
Download: www.ImageEn.com/files/WMDemos/ScanAndSaveTIFF.zip

Select Similar Palette Colors
Analyzing and updating the colors in an image palette
Download: www.ImageEn.com/files/WMDemos/SelectSimilarPaletteColors.zip

Simple GDI+
Demo of methods of TIECanvas and GDI+
Download: www.ImageEn.com/files/WMDemos/SimpleGDIPlus.zip

Simple ImageEn List
Demo of TIEImageList
Download: www.ImageEn.com/files/WMDemos/SimpleImageEnList.zip

Smooth Zoom
Demo of TImageEnView.SetZoomSmooth
Download: www.ImageEn.com/files/WMDemos/SmoothZoom.zip

File Dialogs with ImageEn
Customizing the VCL TFileDialog to use with ImageEn
Download: www.ImageEn.com/files/WMDemos/TFileDialogsWithImageEn.zip

Threaded ImageEnMView Thumbnails
Creating thumbnails in a separate thread and adding to TImageEnMView
Download: www.ImageEn.com/files/WMDemos/ThreadedImageEnMViewThumbnails.zip

Threaded Image Rendering
Rendering images to a canvas in a thread
Download: www.ImageEn.com/files/WMDemos/ThreadedImageRendering.zip

Thresholding
Demo of TImageEnProc.Threshold
Download: www.ImageEn.com/files/WMDemos/Thresholding.zip

Thumbnails - Five Ways
Visually compare five different ways of creating thumbnails with ImageEn
Download: www.ImageEn.com/files/WMDemos/Thumbnails5Ways.zip

TIFF Editor
TIFF editing demo
Download: www.ImageEn.com/files/WMDemos/TIFFEditor.zip

Timage and TImageEnView
Transferring content between Timage and TImageEnView
Download: www.ImageEn.com/files/WMDemos/TImageTImageEnView.zip

WindowsGetExplorerThumbnail
Extracting thumbnails from videos using the Windows API
Download: www.ImageEn.com/files/WMDemos/WindowsGetExplorerThumbnail.zip

Windows Photo Wizard
Use of the ShowPhotoPrintingWizard API function
Download: www.ImageEn.com/files/WMDemos/WindowsPhotoWizard.zip


Note: Some of these demos are no longer up-to-date (to match current ImageEn functionality). If you need us to update any of these demos, let us know.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
Page: of 8 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Reply to Topic
Jump To: