SergioRibera / super_clipboard

Manage your clipboard history with a beautiful and simple interface
MIT License
24 stars 2 forks source link

Better image management #4

Open SergioRibera opened 9 months ago

SergioRibera commented 9 months ago

We need a way to handle the images from a path instead of storing the bytes, this is for performance and file size issues where the images are saved and stored.

In this branch, there is an implementation I've been working on, but it has issues when displaying images in the application. Perhaps it's just a matter of fixing that error, and we can merge the feature into the main branch.

If you want to contribute to the images feature branch, then I request that you check if there are any other potential issues to address.

If you have a better solution or want to add this feature/solution on your own, it is very welcome, and I will be happy to review it.