Skip to content
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

Adding Favorite Images Collection #18

Open
anhduy1202 opened this issue Nov 3, 2022 · 0 comments
Open

Adding Favorite Images Collection #18

anhduy1202 opened this issue Nov 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anhduy1202
Copy link
Owner

Description

  • Adding a favorite images collection feature to help saving user's favorite images if they want
  • Probably use SQLite as database for simplicity cause it's a desktop application
  • Store image as BLOB data type in the database
  • When user wants to save the image to their desktop, convert BLOB to JPG using base64.decodebytes

Resources

Store images as BLOB in SQLite

BLOB to JPG/PNG

@anhduy1202 anhduy1202 added the enhancement New feature or request label Nov 3, 2022
@anhduy1202 anhduy1202 self-assigned this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant