-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save/Load image to/from KET file to canvas #4911
Comments
* Loading image from ket file to canvas * Saving image from struct to ket * operations to move image during paste\replace
* Loading image from ket file to canvas * Saving image from struct to ket * operations to move image during paste\replace
#5105 was created |
Change requests:
|
I try to use attached file in (.ket) format. It passes the validation but doesn't display any image on the canvas. |
This feature will be released in scope of Ketcher 2.24.0-rc.1 and it has some dependencies to #4897 |
New exploratory testing iteration after implementation of change requests on the Nightly env (4902 [Version 2.23.0-rc.1] Build at 2024-07-12; 10:06:35) is completed, points below are covered, tests are updated:
Remaining open defects have low priority and will be fixed later:
|
… Scale the image (#5002) * #4911 - insert image from ket to canvas * Loading image from ket file to canvas * Saving image from struct to ket * operations to move image during paste\replace * #4911 - Fixing re rasterImage import * #4911 - Fixed PR comments: string const, show, variable naming * #4897 - adding image to canvas via addRasterImage tool * #4897 - removed absolete console call from structLayout * #4897 - fixed negative width\height * #4897 - removed extra if * #4897 - updated image properties, added lasso, closest selection * #4897 - reset input value on load to allow user to upload the same image again * #4897 - updated image tool text * #4897 fixed selection function and updated image rendering logic * #4897 updated tests snapshots * #4897 - updated macromolecule mode snapshots * #4902 - created selection for images * #4902 - delete image, fixed image selection, moved text consts * #4902 - image validation and selection fixes * #4902 - updated closest logic to grab items under images easily * #4902 - added gif to images allow list * #4902 - raster image selection and movement on select and image tools * #4902 - updated raster image validation * #4902 - fixed import build errors * #4902 - fixed rasterImages selection, templates, added testid * #5039 - updated help.md and added image tool screenshot * #4897 - changed images to render after the rest of the canvas items * #4897 - changed images to render after the rest of the canvas items * #4897 - updated supported formats * #4897 - updated screenshot from merge conflict
The data structure of the image in .ket will be changed - #5172, epam/Indigo#2168 |
Tested. Desktop:
Ketcher version |
As a User, I want the ability to save and load images to and from a KET file so that I can store or retrieve my image-enhanced chemical structures in a consistent and reusable format.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: