Author |
Topic |
xequte
38607 Posts |
|
w2m
USA
1990 Posts |
Posted - Mar 03 2017 : 14:57:12
|
Scanning And Handling Multiframe TIFF Images By Bill Miller Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi 10 Seattle Price: FREE
This is a beta demo that handles scanning, processing and creating multiframe TIFF files.
You may download it here:
attach/w2m/201733145630_ScanAndSaveTIFF.zip 90.51 KB
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
|
|
xequte
38607 Posts |
|
w2m
USA
1990 Posts |
Posted - Apr 20 2017 : 13:26:36
|
ImageEn 7.0 MultiFrame Editor Demo With Frames, Layers and Brush Paint With IEBitmap Canvas And Alpha Channel By Bill Miller Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi 10 Seattle Price: FREE
Requires Delphi Seattle or Higher Requires ImageEnVersion 7.0 or Higher
This project supports multiframes, ImageEn version 7.0 image, text and shape layers, brush, line, rectangle and round rectaangle painting with IEBitmap, AlphaChannel and GDICanvas, PDF images with optional support for the WPCubed PDF PlugIn, printing, scanning, deskew and crop, resample, resize, croptool, curves, filling IEColorPalette with custiom palettes, and VCL Themeing and Styles. To support PDF images, obtain the WPCubed PDF PlugIn and uncomment the pdf code where indicated.
You may download it here: attach/w2m/2017420145919_PaintBrush.zip 7594.96 KB
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
|
|
w2m
USA
1990 Posts |
Posted - Apr 28 2017 : 08:33:44
|
ImageEn Version 7 Native File Formats With Image, Text, Shape, Polyline and Line Layers With Undo Update 1 By Bill Miller Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi 10 Seattle Price: FREE
This demo is similar to the AllLayers Demo but adds Polyline custom Shapes and Loading and Saving to ImageEn Native file format (*ien) as well as Undo. Standard image types such as JPEG and BMP, do not support layers, so to preserve layer information this demo supports the ImageEn Native Format (*.ien) that loads and saves all layer information in the *.ien file.
Version 1 Download Link: attach/w2m/201742811240_Native Layers.zip 55.46 KB Update 1 Download Link: attach/w2m/2017429194450_Native Layers2.zip 59.45 KB
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development
|
|
|
yogiyang
India
727 Posts |
Posted - Jun 16 2017 : 07:53:48
|
Thanks Bill for the code sample.
It is useful for me in many ways.
Yogi Yang |
|
|
DianaWelch
USA
4 Posts |
Posted - Jun 16 2017 : 21:36:01
|
Yeah, it's really a big help. I didn't even realize that I can do that particular effect. Thumbs up for this! |
|
|
pierrotsc
USA
497 Posts |
Posted - Feb 27 2018 : 15:27:32
|
@Spectric Thank you for the code to be able to load 8bf files. Really appreciate it. Will try to load some of my plugins to see on how they behave. Best
|
|
|
HeartWare
Denmark
50 Posts |
|
xequte
38607 Posts |
Posted - Apr 26 2018 : 19:10:50
|
Nice one, HeartWare. It works really well.
Nigel Xequte Software www.imageen.com
|
|
|
w2m
USA
1990 Posts |
Posted - Jul 25 2018 : 11:14:36
|
ImageEn 8.0 MultiFrame Editor Demo With Frames, Layers and Brush Tools By Bill Miller Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi 10 Tokyo Price: FREE Requires ImageEn Version 8.1.1 or Higher
This demo shows how to draw with new (version 8.0) brush tools, clone tools, crop tools and use of new image and text layers with undo, redo, resampling, resizing and converting bitdepths.
The demo also displays layer frames with multiframe images, screen captures, use of solid, gradient, spray, textured, center textured, textured spray, image and erase brushes along with showing how to use BrushTool.TransparencyMode.
Download Link:
attach/w2m/201812613114_BrushTools.zip 191.29 KB
Update 1: PalUtils.pas added to distribution. Eureka log defines removed from project. Performance improved by removing the call to DrawLayers in the OnMouseMove event.
Update 2 07/31/2918: Added missing dependent unit source files to distribution: RGBHSVUtils.pas, RGBHSLUtils.pas, RGBCIEUtils.pas, RGBCMYKUtils.pas, HTMLColors.pas. Work commenced on future update for Shape, Line and Polyline layer suppport.
Update 3 08/01/2018: Added missing Scanlines.pas unit. This is a significant update. All layer types are now supported: ielkImage TIEImageLayer Layer that contains an image ielkShape TIEShapeLayer Layer that displays standard shapes (rectangles, ellipses, stars, etc) ielkLine TIELineLayer Layer that displays a single line, optionally including a text label and start and ending arrows ielkPolyline TIEPolylineLayer Layer that displays a polyline or polygon of multiple points ielkText Layer that displays text Update 4 08/10/2018: Added image processing and analysis functionality and Color Curves. Note the current version of iexColorCurve.pas will not function with 64-bit compile. The problem has been fixed so contact the developer if you need to use color curves with 64-bit. Update 5 09/09/18 Final update- minor edits and some improvements. Update 6 09/22/18 Added ImageEnLayerMView, ColorPicker and floodFill. Update 7 10/05/18 Added Text of TImageEnLayerMView can be customized Added BrushStep property for BrushTool Interaction Update 8 12/05/18 Added mxs.inc used by palutils.pas. Update 9 12/06/18 Corrected error in Open1Click procedure.
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development
|
|
|
w2m
USA
1990 Posts |
Posted - Oct 20 2018 : 15:15:00
|
Raize DropMaster Demos By Bill Miller Adirondack Software & Graphics Full Source Demo Projects Compiled with Delphi 10 Tokyo Price: FREE Requires ImageEn And Raize DropMaster Components
Raize Graphic Source
Raize Graphic Target
These demos show how to drag images from one application to another utilizing OLE drag and drop. VCL drag and drop does not allow drag drop between applications, but OLE does. OLE drag and drop is usually implemented by delphi components. I know of three such components:
1. Melander DragAndDrop component- Open source http://melander.dk/delphi/dragdrop/ 2. Raize Software DropMaster components- $99 https://raize.com/dropmaster/ 3. LMD NG Drag&DropPack- $75 https://lmdinnovative.com/shopping I recommend the Raize Software DropMaster component because it is easy to use, works well with ImageEn and requires little source code to implement.
DropMaster is a set of components for adding inter-application drag-and-drop support to Delphi and C++Builder applications for Microsoft Windows. DropMaster supports dragging and dropping text-based data, graphics, and custom formats. DropMaster comes with a collection of more than 40 sample apps, which represent the results of extensive research into the drag and drop behavior of many popular commercial applications.
I have used the Melander DragAndDrop component in older versions of Delphi but is several years old now and unfortunately, I have not been able to get it to compile in Delphi Tokyo.
These demos consist of two applications: 1. DropMaster Graphic Source Demo 2. DropMaster Graphic Target Demo
The Graphic Source Demo allows dragging an image from TImage and TImageEnView to OLE enabled drag and drop applications such as Microsoft Word, Microsoft Edge and the DropMaster Graphic Target Demo. Download Link:
Graphic Source: attach/w2m/20181020152349_Source.zip 155.64 KB Graphic Target: attach/w2m/20181020152422_Target.zip 143.88 KB
Graphic Source and EXE with source: attach/w2m/201810229055_DropMasterSource.zip 3067.08 KB Graphic Target and EXE with source: attach/w2m/201810229255_DropMasterTarget.zip 3146.17 KB Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development
|
|
|
w2m
USA
1990 Posts |
Posted - Oct 21 2018 : 15:31:50
|
LMD NG DragAndDrop Demos By Bill Miller Adirondack Software & Graphics Full Source Demo Projects Compiled with Delphi 10 Tokyo Price: FREE Requires ImageEn
LMD NG Drag&Drop is a part of Next Generation (NG) package suite. All these packages are based on new IDE and language features of latest Delphi IDE versions. NG Drag&Drop provides the ability to exchange data with other applications via standard Windows OLE drag&drop protocol.
These demos show how to drag images from one application to another utilizing OLE drag and drop. VCL drag and drop does not allow drag drop between applications, but OLE does. OLE drag and drop is usually implemented by delphi components. These demos utilize the LMD NG DragAndDrop components. LMD NG Drag&DropPack- $75 https://lmdinnovative.com/shopping LMD NG Drag&DropPack Trial- https://lmdinnovative.com/products/vcl/ngdragdrop/
LMD NG DragAndDrop
These demos consist of two applications: NGDropTarget Demo which uses TNGDropSource to configure dragging data and initiate drag&drop operation (source side).
NGDropSource Demo which uses TNGDropTarget to receive dragging data by registering some application's control as a drop target and providing related events like OnDragEnter, OnDragOver, OnDragLeave, OnDrop; and a single OnDragAction event, which can be used instead of all previously mentioned events to simplify code.
Download Links: NGDropSourceDemo: attach/w2m/20181022992_NGSource.zip 828.57 KB NGDropTargetDemo: https://www.dropbox.com/s/7ac00l24gkufuzr/NGDestination.zip?dl=0
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development
|
|
|
yogiyang
India
727 Posts |
Posted - Oct 26 2018 : 03:33:28
|
Hello Siniša,
Are you planning to build and release x64 version of spHost?
Regards,
Yogi Yang |
|
|
spetric
Croatia
308 Posts |
Posted - Nov 07 2018 : 14:36:54
|
Hi yogi,
I don't know if old Adobe SDK I have is suitable for 64-bit version, but I can try to build 64-bit version. Somehow I doubt it will work.
|
|
|
dumbow
Canada
1 Posts |
Posted - Jan 07 2019 : 09:12:28
|
Hi wesleybobato, Can you kindly share your GPU Chromekey project? Thank you very much.
Image Delphier |
|
|
w2m
USA
1990 Posts |
Posted - Feb 27 2019 : 14:02:26
|
ImageEn 8.3 WindowsGetExplorerThumbnail Demo By Bill Miller Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi 10 Tokyo Price: FREE Requires ImageEn Version 8.3 or Higher
This demo shows how to open SVG images as a raster image with WindowsGetExplorerThumbnail function.
A Google Windows Explorer extension to preview SVG files with fast speed and good quality must be installed: https://code.google.com/archive/p/svg-explorer-extension/downloads
SVG images are a vectorial file format Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.
This demo shows how to add SVG image IO support to ImageEn by installing a windows explorer shell extension along with the ImageEn WindowsGetExplorerThumbnail function to open an SVG image as a TIEBitmap. (ImageEn Version 8.3);
A link to an excellent article that describes the difference between vector images and raster (Bitmap) Images: https://ryanboltondesign.com/difference-vector-images-raster-bitmap/
The WindowsGetExplorerThumbnail function loads ImageEn with a TBitmap or an TIEBitmap. The SVG image stored in a TBitmap and TIEBitmap can not be edited or saved to disk as an vector SVG image. The image in the TBitmap or TIEBitmap can be saved in any of the ImageEn file formats which are all Raster images.
SVG images may be opened in various dimensions specified by the Width and Height parameters of the WindowsGetExplorerThumbnail function.WindowsGetExplorerThumbnailndowsGetExplorerThumbnal
WindowsGetExplorerThumbnail Declaration
function (const Filename : string; Bitmap : TBitmap; iWidth : Integer = 120; iHeight : Integer = 120; bWantTransparency: Boolean = False) : Boolean; overload;
Function (const Filename : string; IEBitmap : TIEBitmap; iWidth : Integer = 120; iHeight : Integer = 120; bWantTransparency: Boolean = False) : Boolean; overload; Description Returns the thumbnail from Windows Explorer for the specified file, which can be an image or a video file. Result is false if no thumbnail is available for the file.
Download: attach/w2m/2019227135330_WindowsGetExplorerThumbnail.zip 59.67 KB
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
|
|
spetric
Croatia
308 Posts |
Posted - Mar 06 2019 : 03:54:33
|
Lips - Lua Image Processing System
The core of the system are two DLLs: lipsEngine.dll and ocvWrapper.dll. The first one deals with LuaJIT engine, the second one is a wrapper for a limited set of OpenCV 4.0 filters and image processing routines.
The architecture is very simple: Host application (C++/Delphi) -> lipsEngine.dll -> ocvWrapper.dll.
Note for Delphi users: To use Lua engine you need to convert lipsEngineDLL.h and lipsGlobals.h to respective pas files. If you want to use ocvWrapper.dll directly from Delphi, you need to convert ocvWrapper.h and ocvGlobals.h to respective pas files.
Few host application screenshots:
OpenCV Gaborius filter (Fractalius-like effect)
OpenCV Neural Style Transfer (Pablo Picasso - La Muse)
Complete source code and prebuilt binaries on https://github.com/spetric/Lips
|
|
|
xequte
38607 Posts |
Posted - Mar 12 2019 : 23:22:28
|
Nice one, Spetric. It gives access to some very cool effects.
Nigel Xequte Software www.imageen.com
|
|
|
xequte
38607 Posts |
|
Topic |
|