-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add save button to twix #1665
Add save button to twix #1665
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition! Still need to test but looks good to me
Oh and you need to increase the minor version in twix 😉 You can find it in the twix Cargo.toml :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice :)
Please enable merge when ready to merge the PR. |
@oleflb all comments have to be resolved to have this PR merged |
resolved now. still waiting for merge when ready @Franziska-Sophie |
* add save button to twix for saving camera image as png/jpeg * fix imports * update twix version to 0.9.3 * moved implementation of saving a jpeg image to an impl block of JpegImage * wip * removed some comments * format 'jpeg.rs'
Why? What?
Adds a "Save" button to twix in the image pannel that saves the camera image as PNG/JPEG file. The images are then stored in /tmp/twix.
How to Test
Open the image pannel in twix and click on the save button (with and without the JPEG box checked). Check in /tmp/twix if the image was saved.