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

[Feature Request]: Option to control cached thumbnail file compression #802

Open
3 tasks done
kitsumed opened this issue Feb 16, 2025 · 0 comments
Open
3 tasks done
Labels
Priority: Low Doesn't require immediate attention Type: Enhancement New feature or request Type: Performance An issue or change related to performance Type: UI/UX User interface and/or user experience
Milestone

Comments

@kitsumed
Copy link
Contributor

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

Description

Currently Thumbnail caching #694 cache thumbnails with the default compression settings of PIL for webp. While the thumbnail caching feature already implements some features to reduces the file size like resizing the picture, caching may still grow big on large library.

Solution

Having an option to control compression levels or directly increase compression would make the cache size even smaller. As thumbnails are displayed in low resolution in the preview box, compression on images would be less notified anyway while reducing size, write and read operations (yes, probably a reduction in kb, but imagine a very large library with lots of cache, that's still an good improvement).

Alternatives

No response

@kitsumed kitsumed added the Type: Enhancement New feature or request label Feb 16, 2025
@CyanVoxel CyanVoxel added Type: UI/UX User interface and/or user experience Priority: Low Doesn't require immediate attention Type: Performance An issue or change related to performance labels Feb 16, 2025
@CyanVoxel CyanVoxel moved this to 🍀 Backlog in TagStudio Development Feb 16, 2025
@CyanVoxel CyanVoxel added this to the Alpha v9.6 milestone Feb 16, 2025
@CyanVoxel CyanVoxel changed the title [Feature Request]: Thumbnail caching, option to control file compression. [Feature Request]: Option to control cached thumbnail file compression Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low Doesn't require immediate attention Type: Enhancement New feature or request Type: Performance An issue or change related to performance Type: UI/UX User interface and/or user experience
Projects
Status: 🍀 Backlog
Development

No branches or pull requests

2 participants