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
 Loading svg? Any support?

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
nwscomps Posted - Feb 13 2012 : 10:12:45
I have checked the list of file formats supported at this page: http://www.xequte.com/imageen/info/Index.html

svg is mentioned in this list, but I was not able to load a svg(vector) file. Is there anything I am missing?
Thanks for your answer

Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library
8   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 27 2023 : 15:51:57
Also note that SVG loading is now automatically supported on Delphi 12 and newer if you add Vcl.Skia to the uses clause of any unit in your project.

Nigel
Xequte Software
www.imageen.com
xequte Posted - Feb 15 2012 : 01:12:00
Hi Uwe

Thanks for the info. I'll remove AVS, MTV and PALM from the supported formats list.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Uwe Posted - Feb 14 2012 : 22:13:27
Nigel

My apologies regarding the SVG format - it seems that since I've talked to Fabrizio last about this subject, quite a few things have changed when it comes to the support of ImageMagick. A few file formats that couldn't be loaded in the past can now be successfully opened, while others are still not working even if ImageMagick supports them.

I did a quick test now with a slightly modified "PhotoEn v2" demo, and here is what I've found (haven't checked all formats, though):

ART, AVS, MTV, OTB, PALM, PDB and PTIF file formats cannot be opened by ImageEN.

Hope that helps
Uwe
nwscomps Posted - Feb 14 2012 : 17:47:12
Nigel it's great to know that the svg works with imagemagick. I wonder if it possible to read the transparency information as well. I explain myself: the idea is to use the svg as a layer where the non-rendered part is the transparency (the alpha channel). I still haven't tried the integration of imagemagick, which demo should I check to help me get faster started?

Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library
xequte Posted - Feb 14 2012 : 17:41:14
Hi Uwe

Can you give me more information on this.

I have not had any problems displaying SVG files with ImageEn.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Uwe Posted - Feb 14 2012 : 09:12:53
That a format is supported by ImageMagick doesn't necessarily mean that it is also supported by ImageEN - even if you link in the imagemagick.dll. SVG is such a format, and as far as I know, MTV, PALM, MNG and a whole bunch of others are, too. I had been discussing this issue with Fabrizio probably two years ago already.


Uwe
xequte Posted - Feb 13 2012 : 14:52:12
Hi Francesco

Yes, that is correct. You need the ImageMagick plug-in to load the following formats (saving is not supported):

PCD, CUT, AVS, CIN, DOT, DPX, FITS, FPX, HDF, MAT, MIFF, MTV, PALM, PCL, PICT, PIX, PWP, RLA, SGI, SUN, SVG, TTF, VIFF, XBM, XCF, XPM


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
nwscomps Posted - Feb 13 2012 : 12:21:23
Just realized that I need ImageMagick.dll to do that. Nevermind.

Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library