A better compact image placeholder hash

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. lqip-modern

    Modern approach to Low Quality Image Placeholders (LQIP) using webp and sharp.

    I open sourced a version of what Evan calls the "webp potato hash" awhile back: https://github.com/transitive-bullshit/lqip-modern

    I generally prefer using webp to BlurHash or this version of ThumbHash because it's natively supported and decoded by browsers – as opposed to requiring custom decoding logic which will generally lock up the main thread.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ssimulacra2

    SSIMULACRA 2. Perceptual metric.

    I was thinking about that too. Can't answer the question, but I did come across this just the other day: https://github.com/cloudinary/ssimulacra2 Supposedly good for comparing image similarity. Might depend on your use-case, I think it's geared towards image quality moreso than similar photos.

  4. Primitive Pictures

    Reproducing images with geometric primitives.

    Looks like it's made with https://github.com/fogleman/primitive

  5. unpic-placeholder

    Pure-CSS image placeholders

    Small heads-up, you might want to look at the PRs (I've opened the single open PR) :D

    Take a look here: https://github.com/ascorbic/unpic-placeholder. Recently created by a Principal Engineer of Netlify, which kind of server-side-renders BlurHash images, so that they don't tax the mainthread. Maybe the same can be done for ThumbHash (I've opened an issue in that repo to discuss it)

  6. UTEX.js

    A fast tiny tool for working with compressed textures

    Wow, nice! I wrote a BC1 encoder in JS, it is quite simple :) https://github.com/photopea/UTEX.js/blob/master/UTEX.js#L198

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: What is the best online Vectorizer (.Png to .Svg)?

    1 project | news.ycombinator.com | 28 Sep 2024
  • Vtracer: Next-Gen Raster-to-Vector Conversion

    3 projects | news.ycombinator.com | 22 Nov 2023
  • Forest

    1 project | /r/generative | 20 May 2023
  • I wrote a tool in Go to write Sequence Diagrams in Go

    5 projects | news.ycombinator.com | 27 Apr 2023
  • Golang library similar to Python's pillow

    2 projects | /r/golang | 16 Apr 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?