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
 IEvolution: using the built in ImageMagick plugins

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
eljainc Posted - Aug 07 2014 : 09:57:01
Hello,


I have been using the old method for loading the ImageMagick.dll file.
The new method in the FAQ is as follows:

2. ImageMagick Installation

ImageEn can support inherit support for all ImageMagick formats if it has been installed on the destination machine.

To do so you must call (once in your application):

TIEMiscPluginsImageMagick.RegisterPlugin(); (or IEAutoLoadIOPlugins)



However, I cannot see how this is done in IEvolution. I do not see either the TIEMiscPluginsImageMagick.RegisterPlugin or the IEAutoLoadIOPlugins methonds. In fact I do not see the TIEMiscPluginsImageMagick class at all. I have IEvolution 4.4.0.0 installed.

1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 10 2014 : 17:19:10
Hi

I have responded to your email with an updated download.

After installing ImageMagick and Ghostscript, you can load PDF files as follows:

// Rasterize page 5 of mybook.pdf at 200dpi 
MiscPluginsImageMagick.RegisterPlugin();
ieViewer1.Image.IOParams.ImageIndex = 5; 
ieViewer1.Image.IOParams.Dict.Insert("PDF:Density", 200); 
ieViewer1.Image.LoadImage("mybook.pdf”);



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com