Author |
Topic  |
Uwe
  
284 Posts |
|
w2m
   
USA
1990 Posts |
Posted - Jul 16 2015 : 15:32:36
|
DrawGrid In OnDrawBackBuffer Event with Alternate Colors and Zoom Support By Bill Miller Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi XE7 Price: FREE


The grid is drawn as close as possible to the DisplayGrid provided by ImageEn. Every 32nd column or row is drawn with a 2 pixel wide blue color. The "inside" pixels are drawn in white or black. The image may be zoomed and at every full increment of 100% zoom the grid dimensions are zoomed as well.
Download link: attach/w2m/2015716153051_Drawgrid.zip 49 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 - Jul 22 2015 : 12:45:54
|
ImageEnVect ObjUndoMode Developed By Bill Miller, Adirondack Software & Graphics Full Source Demo Project Compiled with Delphi XE7 Price: Free

This relatively simple demo shows how to use the ObjUndoMode.
Download Link: attach/w2m/201572217639_ImageEnVectUndo.zip 107.31 KB
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
 |
|
wesleybobato
  
Brazil
367 Posts |
|
w2m
   
USA
1990 Posts |
Posted - Sep 28 2015 : 12:52:06
|
Thumbnail Creation 5 Different Ways by William Miller/Adirondack Full Source Compiled with Delphi 10 Seattle on Windows 10, but is expected to compile with Delphi 2010 or higher. Price: Free
This demo allows visual comparison of thumbnails created 5 different ways with ImageEn.

The source code may be downloaded here: attach/w2m/2015928143951_Resampling.zip 119.13 KB
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
 |
|
xequte
    
37815 Posts |
|
Uwe
  
284 Posts |
Posted - Oct 16 2015 : 17:01:10
|
Nigel, Alpha Controls always supported skinning for ImageEn. I've been using them for many years without problems.
-Uwe |
 |
|
spetric
  
Croatia
308 Posts |
Posted - Nov 11 2015 : 17:07:20
|
Regarding statistical color correction by @rmklever;. I have implemented Roy's code in C++ with two more options: collect statistical data from given rectangular region(s) and collect data from selection mask(s). Instead of collecting data only from the whole images user have additional options to collect data from rectangular region or from selection masks. Those options are not so hard to implement and results are very nice.
I've put some examples on my FB page: https://www.facebook.com/Pixopedia/
|
 |
|
xequte
    
37815 Posts |
|
xequte
    
37815 Posts |
|
rmklever
 
Norway
50 Posts |
Posted - Dec 29 2015 : 20:09:33
|
Picture Color EQ Delphi 2010, Source code and exe demo :) by Roy Magne Klever

Download: www.imageen.com/files/other/coloreq.zip
I was testing an idea I had and it turned out to be quite useful, at least for me. Hope you find it interesting and useful too.
Roy M Klever Klever on Delphi - www.rmklever.com
|
 |
|
wesleybobato
  
Brazil
367 Posts |
|
wesleybobato
  
Brazil
367 Posts |
Posted - Jan 11 2016 : 12:39:12
|
Hello Roy
Color Picture EQ
It is Possible to delete the Selected Color, Using Transparency, Through Alpha Channels?
Thank you so much. |
 |
|
spetric
  
Croatia
308 Posts |
Posted - Jan 15 2016 : 16:10:00
|
Here is a demo on how to use SpHost library (8bf filters). SpHost is small 94k library and it executes 8bf plugins (filters). Library must be included in your project. Not all filters will work! Complete source code (both demo and SpHost) is inside zip. Demo is provided with few freeware filters.

Usage: Load plugins, open image, press Execute.
attach/spetric/201611516543_ien_sp_host.zip 6419.21 KB
Note: some filters require plugin.dll which can be downloaded from the net. |
 |
|
wesleybobato
  
Brazil
367 Posts |
Posted - Jan 15 2016 : 16:57:18
|
Hello Siniša.
Thank you for sharing.
have a great day. |
 |
|
spetric
  
Croatia
308 Posts |
Posted - Jan 15 2016 : 17:05:42
|
Note that header files are from old PS SDK. If you want to make your own host plug-in you should download the newest SDK version. |
 |
|
wesleybobato
  
Brazil
367 Posts |
Posted - Jan 15 2016 : 17:29:40
|
Again thank you for your information.
a great day. |
 |
|
spetric
  
Croatia
308 Posts |
|
spetric
  
Croatia
308 Posts |
Posted - Feb 10 2016 : 06:21:32
|
Ellipse rotation:

Draw ellipse and rotate it. Ellipse is created from polyline points calculated in grapEllipse object.
Parameters: Resolution - higher the number, less points are used to construct final polyline. Rotation trackbar - obvious
Exe and source: attach/spetric/201621062035_rotate_ellipse.zip 3023.94 KB
More "fancy schmancy" approach would be to check if ctrl or shift button is pressed (in OnMouseMove event) and to rotate ellipse using mouse.
Note: when resolution is set to small number, rotated ellipse is little bit jagged. |
 |
|
xequte
    
37815 Posts |
Posted - Feb 10 2016 : 15:33:01
|
Hi Sinisa
Nice work with the inpaint project; I had fun playing with this one. I look forward to seeing it develop further.
You might want to add some hover hints as there are many options to work with.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
 |
|
Topic  |
|