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 | Next Page
Author Previous Topic Topic Next Topic
Page: of 8

siavash82ir

United Kingdom
2 Posts

Posted - Jul 14 2019 :  06:35:17  Show Profile  Reply
Thanks Spetric!
Go to Top of Page

faaramin

USA
1 Posts

Posted - Jul 27 2019 :  12:21:11  Show Profile  Reply
Hi Roy

That's a really cool demo. It was really useful.

I had a look at some of the other demos too at rmklever.com. Nice work.


Go to Top of Page

jrpcguru

USA
254 Posts

Posted - Jan 30 2020 :  18:38:28  Show Profile  Reply
This is a demo of TIERichEdit. I just modified the provided demo to include some useful features. The .EXE was compiled with 10.3.
Free.

Be sure to update C:\ProgramData\ImageEn\Source\ie.inc and update to make sure it is in your library path.

ie.inc now look like this:
// Support for Find and Replace dialogs in TIERichEdit (8KB)
{$define RichEditFindAndReplace}

// Support for popup toolbar for TIERichEdit and TIETextLayer (trims about 5KB)
{$define RichEditPopUpToolbar}
There are additional options for using TIERichEdit that are not needed by the demo.

I did not succeed in using the internal Find/Replace for TIERichEdit. But those are based on TFindDialog and TReplaceDialog so I just used those dialogs. I have attached the modified demo program, in hopes that someone else will benefit from a decent starting point. It includes the source code and is free to all.

In the demo I added a menu bar with a set of options for Find, Next, Previous, and Replace. I've never seen code for searching backwards in a TRichEdit, but TIERichEdit supports this both with the backwards search option in TFindDialog and with the code I've provided in the Previous menu option.

I felt it was worth using TIERichEdit because I liked the URL launching, backwards searching, popup toolbar and image pasting. There are other possible areas to benefit but my current project doesn't require them - yet. That includes the ability to import DOCX and PDF files. I did add error traps for those features using the CanImportExport function.

2/5/2020
I found a bug in the code for finding Previous in the FindDialog1Find and the Previous menu option: FindPrevious. In both cases the section of code for backwards searching should be changed to:

begin //backwards searching
mySearchTypes := mySearchTypes + [stBackward];
StartPos := imin(SelStart, SelStart + SelLength) -1;
ToEnd := StartPos + 1;
end;


attach/jrpcguru/2020130183529_RichEdit.zip
2926.96 KB

J.R.
Go to Top of Page

rmklever

Norway
51 Posts

Posted - Mar 30 2020 :  17:50:16  Show Profile  Reply
Here is a demo of one way of doing threaded fx in ImageEn

Source code and Exe included :)

Have fun!





attach/rmklever/202033017487_ThreadedFX.zip
2537.83 KB

Roy M Klever
Klever on Delphi - www.rmklever.com
Go to Top of Page

xequte

38180 Posts

Posted - Apr 01 2020 :  16:01:06  Show Profile  Reply
Hi Roy

That works really well. What was the source for all your effects?




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

xequte

38180 Posts

Posted - Apr 19 2020 :  16:36:07  Show Profile  Reply
Custom Scrollbars
by Xequte Software
EXE and Full Source
Delphi 5 or higher.

Shows how to replace ImageEn scrollbars with your own.




Download: www.ImageEn.com/files/Other/IECustomScrollBars.zip
7.4 MB



Nigel
Xequte Software
www.imageen.com

Go to Top of Page

kturkay

44 Posts

Posted - Jul 21 2020 :  12:13:08  Show Profile  Reply
Demo app that mimics imageen polyline and circle using brush tool on imageenview.


Demo Project Source:
attach/kturkay/202072111941_LinesAndCircles.zip
56.89 KB
Go to Top of Page

xequte

38180 Posts

Posted - Jul 21 2020 :  18:18:13  Show Profile  Reply
Nice one. It gives a nice chalk like drawing effect.

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

spetric

Croatia
308 Posts

Posted - Aug 14 2020 :  15:20:12  Show Profile  Reply
NiGulp 0.9

Fully functional (well, I hope so) application for enumerating and executing Photoshop 8bf filters via pspiHost engine. Uses ImageEn for loading, viewing and creating filter mask from selections. 32 and 64-bit binaries with source code available on GitHub.



Binaries and complete source code:
https://github.com/spetric/Photoshop-Plugin-Host/releases/tag/v.0.9

For more info check:
https://github.com/spetric/Photoshop-Plugin-Host/blob/master/NiGulp/Readme.md

Note:
- all pspiHost API calls can be found in frmNiGulpU.cpp
- call-back functions can be found in TNhelper.cpp

I hope I wrote readable source code and it can be easily translated to Delphi.
Thanks Nigel for C++ to Pascal headers conversion and for testing the engine with Delphi.
Go to Top of Page

xequte

38180 Posts

Posted - Aug 15 2020 :  18:51:16  Show Profile  Reply
Thanks Spetric

Here's the source code for the Delphi demo:

attach/xequte/2020815185112_PspiDelphiDemoSource.zip
21.77 KB

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

yogiyang

India
725 Posts

Posted - Aug 21 2020 :  07:40:12  Show Profile  Reply
Hello Spetric,

Thanks for releasing Plugin Host for 64bit.

I have personally have been waiting for this for quite some time.

On initial testing it is working like a charm!

I have one request:
How can we execute a plugin so that it applies its effects without showing its UI.... Can you provide some way by which we can do this?

TIA


Yogi Yang
Go to Top of Page

spetric

Croatia
308 Posts

Posted - Aug 21 2020 :  13:39:20  Show Profile  Reply
@yogiyang
It can be done: First time, filter is called with UI and other times it can be called without UI with saved parameters. However, I did not implement this feature. Maybe in one of the next versions. Bugs first, then big documents for newer 64-bit filters, etc...
Go to Top of Page

Laser AOC

India
12 Posts

Posted - Oct 29 2020 :  10:52:08  Show Profile  Reply
Hello All,

Finally after coding and re-coding and re-coding... for 700 days we have finally completed our flagship Image Editor.



For more information please watch our promo video:
https://www.youtube.com/watch?v=OfoRqHNHtnQ

I will post the download link soon as we are launching the basic version for FREE!

It has all the features of market leader Image Editor and we have tried to build our UI as close to market leader as possible including short cur keys and dialog layouts!

Please send me your reactions/reviews by mail from my profile page.
https://www.imageen.com/ieforum/pop_profile.asp?mode=display&id=5014

Regards,

For,
Laser AOC
Go to Top of Page

xequte

38180 Posts

Posted - Oct 29 2020 :  23:42:53  Show Profile  Reply
Nice one, Yogesh, that is a fantastic looking application.

Promo looks very professional too.

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

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

38180 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

38180 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
Page: of 8 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
Jump To: