epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
290 stars 99 forks source link

Image rendering in Indigo #2029

Open yauhen-karmyzau opened 3 days ago

yauhen-karmyzau commented 3 days ago

As a User, I want the ability to save images in the supported graphical formats (SVG and PNG) so that I can utilize and share my work with other applications or users.

Acceptance Criteria:

  1. A user should be able to save the current state of the canvas, including any inserted images, the supported graphical formats. This can be achieved through a 'Save Structure' function. Currently we support SVG and PNG formats.
  2. The saved image should accurately represent the state of the canvas at the time of saving, including the placement, size, and orientation of all elements and images.
  3. In cases, if unsupported format will be chosen, warning "image will be lost" should appear.

Image