GithubHelp home page GithubHelp logo

goodhatsllc / thumbhashswift Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evanw/thumbhash

0.0 0.0 0.0 50 KB

๐Ÿ‘ A very compact representation of an image placeholder โ€” for SPM.

Home Page: https://evanw.github.io/thumbhash/

License: MIT License

Swift 100.00%

thumbhashswift's Introduction

ThumbHash Swift

This is a simple library which wraps ThumbHash's Swift implementation for use through Swift Package Manager.

//...
dependencies: [
  .package(url: "https://github.com/GoodHatsLLC/ThumbHashSwift.git", from: "1.0.0"),
]
//...
  dependencies: [
    .product(name: "ThumbHash", package: "ThumbHashSwift")
  ]
//...

ThumbHash's original README describes it as follows:

A very compact representation of a placeholder for an image. Store it inline with your data and show it while the real image is loading for a smoother loading experience. It's similar to BlurHash but with the following advantages:

  • Encodes more detail in the same space
  • Also encodes the aspect ratio
  • Gives more accurate colors
  • Supports images with alpha

Despite doing all of these additional things, the code for ThumbHash is still similar in complexity to the code for BlurHash. One potential drawback compared to BlurHash is that the parameters of the algorithm are not configurable (everything is automatically configured).

A demo and more information is available here: https://evanw.github.io/thumbhash/.

thumbhashswift's People

Contributors

evanw avatar daibhin avatar srwiez avatar markhenrick avatar adam-zethraeus avatar codenoid avatar mauke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.