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
 IEvolution: using the built in ImageMagick plugins
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

eljainc

23 Posts

Posted - Aug 07 2014 :  09:57:01  Show Profile  Reply
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.

xequte

39053 Posts

Posted - Aug 10 2014 :  17:19:10  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: