-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Add image dithering filter to build low-tech websites #8598
Comments
We could add this if we could do it by not adding another dependency. I think the standard library has a simple dithering filter, which I think should be good enough for this. |
I want to solve this issue |
hi @bep Is any cache mechanism in hugo for last code in shortcode or layout? |
Ok, Please explain the features of the dithering image. If any input and output images will be very helpful. |
I don't have any stake in this other than that I'll most likely end up maintaining what's added. But I was originally thinking about using |
hi bep, Could I use thanks |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It would be great to be able to select a filter to dither image and reduce final website size in image processing. The lowtech magazine use a filter to dither images. We could have the same in hugo by using this library and it could be selecting in image processing filters.
The text was updated successfully, but these errors were encountered: