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
 C# svg editing

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
percramer Posted - Dec 20 2019 : 16:45:40
Hi,

i am really interrested in the .net version. But i need to be able to work with svg files. I tried the demo with the ImageMagick plugin. That seems to be able to read svg files, but how are they imported then? Are the rasterized? Or do it stay polygons? Because i need them to stay polygon shapes.

Regards,

Per
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 26 2019 : 20:29:36
Hi Per

Not on our .net version at this time, I'm afraid.

Nigel
Xequte Software
www.imageen.com
percramer Posted - Dec 23 2019 : 04:26:50
Hi Nigel,

but does the native format support curves? Is the native format open? Because i could then write a svg > native convertor maybe.

Regards,

Per
xequte Posted - Dec 23 2019 : 04:09:13
Hi

Only our native vector file format supports exporting and importing at this time. For this reason, SVG importation is on the to-do list.

Nigel
Xequte Software
www.imageen.com
percramer Posted - Dec 21 2019 : 13:00:33
Aaah that is a pity:-( But I actually am not fixed to SVG files. Are there any other vector formats that are supported? In my editors the user gets a library of vector based items which they can then drag to the drawing area. So another format is also ok for me.
xequte Posted - Dec 21 2019 : 12:43:30
Hi

I'm afraid at this time, Bezier curves are not supported. SVG is only supported for exporting (when importing an SVG it is rasterized.

Nigel
Xequte Software
www.imageen.com
percramer Posted - Dec 20 2019 : 17:51:40
And if it is not possible. Can i create pathshapes with Bézier curves in the .net version? Because then I could write my own importer. I already used SVG.net in the past to read SVG files.