epam / ketcher

Web-based molecule sketcher
https://lifescience.opensource.epam.com/ketcher/demo.html
Apache License 2.0
441 stars 158 forks source link

Save images to KET file #4898

Open yauhen-karmyzau opened 1 week ago

yauhen-karmyzau commented 1 week ago

As a User, I want the ability to save images to a KET file so that I can store my image-enhanced chemical structures in the application-specific format for future use and sharing.

Acceptance Criteria:

  1. A user should be able to save the current state of the canvas, including any inserted images, to a KET file. This can be achieved through a 'Save Structure' function.
  2. The saved KET file 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. When a KET file is loaded, the canvas should be updated to reflect the state saved in the file, including the placement, size, and orientation of all elements and images.
vanoprenko commented 1 week ago

Sec. 3 is to be implemented in scope of #4911 , not as part of this task