ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Questions about ImageMagick

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
PeterPanino Posted - Mar 13 2021 : 16:13:06
Today I have installed ImageMagick-7.0.11-Q16-HDRI in Windows 10 x64.

1. Does the ImageMagick Plug-In which can be downloaded from the ImageEn Downloads page have exactly the same capabilities as this newest version of ImageMagick-7.0.11-Q16-HDRI?

2. The \ImageMagickPlugIn910ForImageEn\Binaries 32bit folder contains 46 files. Is it possible to install them in a separate sub-folder of my app's executable directory?

3. How do I execute a command-line with the ImageMagick ImageEn Plugin Dlls, e.g.:

magick -density 300 clocky.svg -resize 100% test.pdf


4. The ImageMagick-7.0.11-Q16-HDRI installation contains a "ImageMagickObject.dll":
C:\Program Files\ImageMagick-7.0.11-Q16-HDRI\ImageMagickObject.dll
I suppose this is an OLE DLL that can be registered in Delphi as a Type Library? How can this be done and used with ImageEn?
4   L A T E S T    R E P L I E S    (Newest First)
PeterPanino Posted - Mar 15 2021 : 12:44:48
Loading an SVG file using the ImageMagick plug-in loads a rasterized Pixel image. My upcoming app (using ImageEn for many features) will be able to load and render SVG natively with a SVG rendering engine.
xequte Posted - Mar 14 2021 : 23:05:14
Hi Peter

ImageEn does not support ImageMagick command line functionality. You can call ImageMagick directly with your own code if you need that.

Alternatively, in ImageEn, you can load a SVG file using the ImageMagick plug-in, then save it using the native PDF file support.


Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Mar 14 2021 : 11:44:39
The command-line from question #3 converts an SVG to PDF by setting a density parameter. How can I achieve this with the ImageMagick Plug-In?
xequte Posted - Mar 14 2021 : 01:18:50
Hi Peter

1. Yes, it should (from ImageEn's perspective).

2. No, they need to go into the EXE folder.

3. That is not possible from within ImageEn.

4. No, that would not provide any functionality to ImageEn.



Nigel
Xequte Software
www.imageen.com