Author |
Topic  |
xequte
    
39142 Posts |
Posted - Jul 21 2020 : 18:18:13
|
Nice one. It gives a nice chalk like drawing effect.
Nigel Xequte Software www.imageen.com
|
 |
|
spetric
  
Croatia
308 Posts |
Posted - Aug 14 2020 : 15:20:12
|
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. |
 |
|
xequte
    
39142 Posts |
|
yogiyang
   
India
730 Posts |
Posted - Aug 21 2020 : 07:40:12
|
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 |
 |
|
spetric
  
Croatia
308 Posts |
Posted - Aug 21 2020 : 13:39:20
|
@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...
|
 |
|
Laser AOC

India
12 Posts |
Posted - Oct 29 2020 : 10:52:08
|
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
|
 |
|
xequte
    
39142 Posts |
Posted - Oct 29 2020 : 23:42:53
|
Nice one, Yogesh, that is a fantastic looking application.
Promo looks very professional too.
Nigel Xequte Software www.imageen.com
|
 |
|
Laser AOC

India
12 Posts |
Posted - Oct 30 2020 : 02:49:29
|
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 |
 |
|
Arash

USA
10 Posts |
Posted - Jan 04 2021 : 12:26:26
|
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 |
 |
|
xequte
    
39142 Posts |
|
Arash

USA
10 Posts |
Posted - Jan 17 2021 : 08:41:00
|
Thank you dear Nigel |
 |
|
AScomp

Germany
19 Posts |
Posted - Jan 17 2021 : 12:22:50
|
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 |
 |
|
xequte
    
39142 Posts |
Posted - Apr 05 2021 : 23:15:49
|
Nice work, Andreas and Kursat
Nigel Xequte Software www.imageen.com
|
 |
|
kturkay
 
44 Posts |
Posted - Apr 08 2021 : 06:56:39
|
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

Note: Demo uses TImageEnVect and third party SVG support. SVG is now built into ImageEn
Kind Regards. |
 |
|
PeterPanino
   
993 Posts |
Posted - Apr 10 2021 : 07:49:11
|
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
http://www.imageen.com/files/OtherDemos/ColorSchemes.zip 3331 KB
 |
 |
|
xequte
    
39142 Posts |
Posted - Apr 13 2021 : 05:53:38
|
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
|
 |
|
kturkay
 
44 Posts |
Posted - Apr 13 2021 : 07:21:19
|
if (isChalk) then Iv.BrushTool.BrushFill := iebfSpray; |
 |
|
xequte
    
39142 Posts |
Posted - Apr 14 2021 : 05:29:56
|
Hi Kursat
iebfSpray? Wow, it looks really good as a chalk effect.
Nigel Xequte Software www.imageen.com
|
 |
|
Tom
USA
2 Posts |
Posted - Feb 03 2022 : 08:09:56
|
Hi! We also used this software and this library to develop an application for our client. Thank you, it's helpful. |
 |
|
xequte
    
39142 Posts |
|
Topic  |
|