-
Notifications
You must be signed in to change notification settings - Fork 176
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
Insert image to canvas via "Add image" tool, Select, Move and Scale the image #4897
Comments
Drag-n-Drop is out of scope! New feature need to be created. |
It doesn't make a lot of sense to deal with SVG as with raster. Let's either exclude it from scope (add with a separate ticket) or support as a vector. |
In case some images are not working due to size\format they are out of scope |
"stick to the mouse" - if too complex - out of scope. |
Team Agreement:
|
Missed AC:
|
Points below are discovered during exploratory testing on 08.07.24, need to be fixed:
|
Ketcher is not support file insert from the system clipboard. This functionality may be implemented in scope of separate issue. |
Points from the previous comment are fixed.
|
Points from the previous comment are fixed.
|
Change requests:
|
Points from the previous comment except #5118 and #5097 are fixed.
Remaining open defects have high priority and will be fixed in scope of next releases:
|
… 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
Tested. Desktop:
Ketcher version |
As a User, I want to be able to insert, select, scale and move images on the canvas so that I can enhance my chemical structure diagrams with relevant visuals and adjust them to fit my needs.
Acceptance Criteria:
TBD: Design of the image selection and UI elements for scaling.
#4897 (comment)
The text was updated successfully, but these errors were encountered: