evanw / thumbhash

A very compact representation of an image placeholder
https://evanw.github.io/thumbhash/
MIT License
3.49k stars 69 forks source link

C# port based on Java version #6

Open mvantzet opened 1 year ago

mvantzet commented 1 year ago

Also added a utility class that works with System.Drawing.Image to take care of various image formats (tested it with JPG, PNG and GIF images)

evanw commented 1 year ago

Thanks for your PR! However, I have decided to link to third-party implementations instead of hosting them within this repo. Can you move this code into another repo and change this PR to link to your code from this repo's README?

forki commented 1 year ago

@mvantzet are you planning to put it on NuGet?

mvantzet commented 1 year ago

@forki no plans for that, no, but feel free of course!