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 blurhash to image_details. #5227

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Adding blurhash to image_details. #5227

wants to merge 3 commits into from

Conversation

dessalines
Copy link
Member

@dessalines dessalines commented Nov 25, 2024

Leaving this as draft until a new version of pictrs is released, with blurhash, and tests can be added.

The actual response from pictrs is blurhash: String , but we should leave this as an option for at least a few versions, in order to not break image details running older pictrs versions.

@Nutomic
Copy link
Member

Nutomic commented Jan 10, 2025

This is now available in pictrs v0.5.17-pre.8

@dessalines dessalines marked this pull request as ready for review January 10, 2025 18:01
@dessalines
Copy link
Member Author

dessalines commented Jan 10, 2025

K I updated to that pictrs, and tested this manually. Its correctly setting the blurhash DB column for uploaded images.

I'm not sure whether to have a default blurhash, or just leave it as is with the blurhash column optional. Proxied images can't get blurhashes anyway, only uploaded ones can, so its probably fine to leave optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include Blurhash in ImageDetails
2 participants