Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Improve Speed on image colors rebuild #8

Open
dotmh opened this issue Jul 13, 2020 · 1 comment
Open

Improve Speed on image colors rebuild #8

dotmh opened this issue Jul 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@dotmh
Copy link
Owner

dotmh commented Jul 13, 2020

I don't think much can be done about the initial image color build as it just has to look at every image and determine the colors. However we could make it so that a user can pass it some GLOBS to scan rather than every image file.

The bigger improvement would be to redesign the cache routines so that when an image is added or changes only that image is rescanned. Currently it just ignores the cache and starts the rescan again rebuilding the cache.

@dotmh dotmh added the enhancement New feature or request label Jul 13, 2020
@dotmh
Copy link
Owner Author

dotmh commented Jul 13, 2020

This could be looked at in tandem with #9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant