Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Aurigma user  
#1 Posted : Monday, November 4, 2019 11:27:30 PM(UTC)
Aurigma user

Rank: Newbie

Groups: Member
Joined: 11/4/2019(UTC)
Posts: 2

Thanks: 1 times
Hi,

is it possible to use the html editor from graphics mill when using the image editor function from aurigma uploader?
if yes then how?

what i want achieve is within the editor from the uploader (see below) i can also use the editor from graphics mill (especially the drawing of rectangles).
Untitled.png
i couldn't find anything in documentation or samples.

thanks
Andrew  
#2 Posted : Tuesday, November 5, 2019 4:48:01 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Graphics Mill does not have any image editing interface. It is a server-side image processing library which may draw rectangles programmatically. So you have to build your own client-side user interface to do drawing.

We have a separate image editor product called Customer's Canvas:

https://customerscanvas.com/

Using the editor application for your scenario may be a bit overkill, however, you might be interested to consider Design Atoms SDK from it to build your own editor interface.

Hope this makes sense.
thanks 1 user thanked Andrew for this useful post.
Aurigma user on 11/5/2019(UTC)
Aurigma user  
#3 Posted : Tuesday, November 5, 2019 5:07:24 AM(UTC)
Aurigma user

Rank: Newbie

Groups: Member
Joined: 11/4/2019(UTC)
Posts: 2

Thanks: 1 times
thanks for the response.

it's not what i had hoped.
can this be a feature or can custom controls be allowed?

thanks

Edited by user Tuesday, November 5, 2019 5:08:44 AM(UTC)  | Reason: Not specified

Andrew  
#4 Posted : Tuesday, November 5, 2019 9:15:36 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Well, extending Upload Suite with functionality like this is not that easy, as it is based on an outdated JS framework (Google Closure). I would say it would be easier creating a new JS application based on some modern frontend framework (like Angular, Vue or React).

As for the image editor control, you have two options:

1. Build it yourself based on an HTML5 canvas (or use some ready solution like FabricJS). You may submit the result to the server as an SVG file. You may use Graphics Mill to convert it to the other file format. If you need the design to be editable, you will have to store canvas states somewhere, etc.
2. Use Design Atoms - it includes the component called Viewer which allows manipulating elements on a screen. The server-side part of Design Atoms helps to manipulate designs created on the front end - render an image (including PDF files), save/restore designs, process designs (e.g. populate it with some data, add/remove elements programmatically, etc).

Hope this helps.
Users browsing this topic
Guest
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.