blurhash icon indicating copy to clipboard operation
blurhash copied to clipboard

How to download an image from a URL and then create a blurhash for it?

Open k-lombard opened this issue 1 year ago • 0 comments

Is it possible to blurhash an io stream from URI.open(image_url) do |f|? I'd prefer to not have to download and save an image locally, then blurhash it, then delete the downloaded image.

k-lombard avatar Jul 27 '23 15:07 k-lombard