Rank: Advanced Member
Groups: Guest
Joined: 3/3/2008(UTC) Posts: 185
Thanks: 8 times
|
Hi,
We need to create some "clip art" that to be used inside Aurigma multilayer viewer. Example is, we would like the user able to draw "callout" on the design area, where they can just resize the rectangle (Just like adding a vector circle or rectangular to it). It will be kind of difficult for us to make "drawing" in pure programming. Just wondering is there anyway that we can convert the data from AI?
Any manual approach will do. Perhaps we could request our designer to do the drawing and let us convert it into coding.
Please advice.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello, As far as I understand, you need to create designes and allow users to modify some parts of them interactively. To perform your task you need three things: - Create a format to store your designed, it can be xml format or whatever you like.
- Implement a loader (module in your appicatin) which takes a design saved to your format and loads it to Aurigma Vector Objects.
- Export designes created by your designers to your format.
The format should be rather simple: it should allow to describe both raster and vector objects. Loader should parse them and create corresponding objects in MultiLayerViewer via API. All you need is to export all your designes to your internal format. Unfortunately Aurigma Graphics Mill does not understand AI format, so you will need to export them manually or implement some for it. |
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 3/3/2008(UTC) Posts: 185
Thanks: 8 times
|
Dmitry wrote:Hello, As far as I understand, you need to create designes and allow users to modify some parts of them interactively. To perform your task you need three things: - Create a format to store your designed, it can be xml format or whatever you like.
- Implement a loader (module in your appicatin) which takes a design saved to your format and loads it to Aurigma Vector Objects.
- Export designes created by your designers to your format.
The format should be rather simple: it should allow to describe both raster and vector objects. Loader should parse them and create corresponding objects in MultiLayerViewer via API. All you need is to export all your designes to your internal format. Unfortunately Aurigma Graphics Mill does not understand AI format, so you will need to export them manually or implement some for it. Is there any sample for the "designer" ? Or, is there any possible way to read from XAML? As now Blend could take in Illustrator and convert them into XAML...
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 3/9/2008(UTC) Posts: 554
Was thanked: 1 time(s) in 1 post(s)
|
Hi ChingYen,
Unfortunately, we do not have appropriate sample. Actually, it is very difficult task.
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.