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
 SVG loading - issue

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
graph_man Posted - Mar 22 2018 : 14:42:14
There is "imagemagick.dll" in the program folder.

I use:
IEAutoLoadIOPlugins();
ImageEnView1->IO->LoadFromFileAuto("file.svg");

ImageEnView1 is empty

16   L A T E S T    R E P L I E S    (Newest First)
graph_man Posted - Mar 27 2018 : 05:00:44
Thanks.
I have sent you a message.
xequte Posted - Mar 26 2018 : 16:34:21
Hi

There's a bug when loading SVG with ImageMagick (may not load due to new SVG internal format).

Please email me for a fix.


Notes:
- Demos\InputOutput\ImageMagick demo shows ImageEn supporting all formats of ImageMagick installed on the system (need to actually install, and installer needs to match bitness of your exe)
- There is no demo for the ImageMagick dll on our registered user page. It does not need to be installed (just copy to your exe folder and call IEAddExtIOPlugIn('imagemagick.dll'); ) but it is old DLL that may not support new image format features


Nigel
Xequte Software
www.imageen.com
w2m Posted - Mar 26 2018 : 15:45:01
It has been so long since I installed it I do not know. Probably should visit the website and read install instructions.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - Mar 26 2018 : 15:17:51
I start ImageMagick.exe file in this folder
w2m Posted - Mar 26 2018 : 15:03:02
Try the full exe file.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - Mar 26 2018 : 15:01:28
I placed your file into "ImageEn\Demos\InputOutput\ImageMagick" folder
and see "32-bit plugin not found"
w2m Posted - Mar 26 2018 : 14:58:48
Here is the full ImageMagic download in case you want all of the ImageMagic files I am using:
https://www.dropbox.com/s/16sko2ydij53kl5/ImageMagick-7.0.3-10-Q16-x86-dll.exe?dl=0


Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
w2m Posted - Mar 26 2018 : 13:56:52
Well, just try my copy and see if it works. If it works here, it should work for you.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - Mar 26 2018 : 13:53:40
My "imagemagick.dll" has "Xequte Software" digital sign.
Size is 3834KB
w2m Posted - Mar 26 2018 : 13:50:59
Probably from the link in the demo but a few years ago. I cannot remember exactly.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - Mar 26 2018 : 13:49:29
Where was obtained this file?
w2m Posted - Mar 26 2018 : 13:46:46
Here is a copy of the imagemagic dll that works for me. It is 32-bit. Try placing this dll in the projects exe folder and compile as 32-bit. If this does not work then Nigel will have to respond as I have run out of ideas.
attach/w2m/2018326134617_imagemagickdll32-bit.zip
1600.59 KB

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - Mar 26 2018 : 09:41:16
This demo isn't compatible with "imagemagick.dll" downloaded from this site.
w2m Posted - Mar 26 2018 : 09:29:03
Try the imagemagic plugin demo: C:...\ImageEn\Demos\InputOutput\ImageMagick.

I tested the demo here and it functions as expected.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - Mar 22 2018 : 15:09:46
the same result
w2m Posted - Mar 22 2018 : 14:44:20
Maybe try ImageEnView1->IO->LoadFromFile("file.svg");

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development