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

Laser AOC

India
12 Posts

Posted - Oct 30 2020 :  02:49:29  Show Profile  Reply
Hello All,

You can download Photo Sense from here: https://www.insidelogicsoftware.com/

Please open this link and click on "Free Download" button to get the software. It is FREE!

Special thanks goes to (in no particular order):
- Siniša(Spetric) for sharing his hard work which allowed us to add support for third party Photoshop compatible filters.
- Bill Miller (w2m) for your sample codes and posts has taught us many things.
- Roy M Klever (rmklever) your Picture Color EQ got us started on how to implement lightning fast color/tone/etc. corrections and we have implemented an AI based photo correction in may of our Image->Adjustments.
- Ma Xiaoguang and Ma Xiaoming (twin brothers) who helped in implementing a perfect Levels feature which gives result equivalent and at times better then other tools in the market.
- Last but not the least to IE and Nigel without whom we would not have thought of building such a tool.

Regards,


For,
Laser AOC
Go to Top of Page

Arash

USA
10 Posts

Posted - Jan 04 2021 :  12:26:26  Show Profile  Reply
Hello rmklever
I hope you are well
i have a question about your code:

https://www.imageen.com/ieforum/topic.asp?TOPIC_ID=1446&whichpage=4

Perspective correction project

can you please tell me about
DelX1, DelY1, DelX2, DelY2, DelX3, DelY3
what are these parameters? I understand you want to create an adjugate matrix but i didn't understand what are these parameters

Thank you
Go to Top of Page

xequte

38107 Posts

Posted - Jan 16 2021 :  17:55:35  Show Profile  Reply
Hi Arash

Perspective correction is now built into ImageEn.

Please see:

https://www.imageen.com/help/TImageEnView.CropTool.html

And try the demo:

\Demos\ImageEditing\CropTool\CropTool.dpr




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

Arash

USA
10 Posts

Posted - Jan 17 2021 :  08:41:00  Show Profile  Reply
Thank you dear Nigel
Go to Top of Page

AScomp

Germany
17 Posts

Posted - Jan 17 2021 :  12:22:50  Show Profile  Reply
Hi all,

we just released Image Former, which is a small tool to batch-edit any number of files. Right now, there are just a few functions included, but we will add more and more with time:

http://www.image-former.com

Thank you @Nigel for the quick support and the whole company for a great and easy-to-use library!




Kind regards

Andreas
Go to Top of Page

xequte

38107 Posts

Posted - Apr 05 2021 :  23:15:49  Show Profile  Reply
Nice work, Andreas and Kursat

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

kturkay

44 Posts

Posted - Apr 08 2021 :  06:56:39  Show Profile  Reply
Howto import SVG vectors.

(imageenmfolderview also displays svg files. using similar method. I just forgot to add for now. but will add it to this demo in next my freetime.)

(My code is not crystal clear and buggy (forgot to freeandnil the svgdoc in demo). notime. but you got the idea)
happy build vectorial apps with imageen.

attach/kturkay/20214865154_VectorInImageen202104081344.zip
3859.74 KB




exe demo and source code attached to this post below:
20214865154_VectorInImageen202104081344.zip\VectorInImageen\Win32\Release\VectorInImageen.exe
svg samples included.

Kind Regards.
Go to Top of Page

PeterPanino

848 Posts

Posted - Apr 10 2021 :  07:49:11  Show Profile  Reply
Here is my demo of a rectangle version of the COLOR WHEEL ("Squaring the circle"), using the HSV color model.

Different color wheel schemes can be selected:

• All Colors
• Complementary Colors
• Analogous Colors
• Split Complementary Colors
• Triadic Colors
• Tetradic Colors
• Less Analogous Colors

Featuring these ImageEn controls:

• TIEColorPalette
• TIEColorButton

attach/PeterPanino/202141074132_DemoColorSchemesVersion4.zip
23.31 KB

Go to Top of Page

xequte

38107 Posts

Posted - Apr 13 2021 :  05:53:38  Show Profile  Reply
Hi Kursat

You don't need an external library for SVG vector support. You can use the ImageMagick plug-in from our download page. I've added a demo in 10.0.0 showing how to do render SVG layers:

\Demos\LayerEditing\SVGVectorLayers\SVGLayers.dpr

You can run it directly too:

https://www.imageen.com/files/demos/run/LayerEditing/SVGVectorLayers/SVGLayers.zip

I like your CreaLesson app. What is the method you use for the chalk text effect?




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

kturkay

44 Posts

Posted - Apr 13 2021 :  07:21:19  Show Profile  Reply
if (isChalk) then
Iv.BrushTool.BrushFill := iebfSpray;
Go to Top of Page

xequte

38107 Posts

Posted - Apr 14 2021 :  05:29:56  Show Profile  Reply
Hi Kursat

iebfSpray? Wow, it looks really good as a chalk effect.

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

Tom

USA
2 Posts

Posted - Feb 03 2022 :  08:09:56  Show Profile  Reply
Hi!
We also used this software and this library to develop an application for our client. Thank you, it's helpful.
Go to Top of Page

xequte

38107 Posts

Posted - Feb 08 2022 :  22:47:55  Show Profile  Reply
Resource Extractor Demo

View and extract resources from EXE, DLL and ICON files




Full Source and Demo EXE: www.ImageEn.com/files/Other/ResourceExtractorDemo.zip


*** NOTE: There is an official ImageEn resource extraction demo at:
\Demos\InputOutput\ResourceLoader\ResourceLoader.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

xequte

38107 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: www.ImageEn.com/files/Other/ThreadedProcessingDemo.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

38107 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

38107 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/Other/ICCProfileProps.zip
3.4 MB



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: