Giter VIP home page Giter VIP logo

Comments (6)

AlfredJKwack avatar AlfredJKwack commented on July 3, 2024 2

Breaking this down a little more.

Below are 4 different CodePen implementations with your images. None of them show exactly what you would expect though one does get pretty close.

As you can see you have some options.

Not all libraries are created equal. Each has its pros and cons. To my knowledge there is no other library like Adaptive Backgrounds built on top of either the Color-Thief or the RgbQuant libraries.

Those two libraries also have a slightly different aim from RGBaster, on top of which Adaptive Backgrounds is built. RgbQuant for instance is not built to give you a palette, that's a side effect more than anything else. It's aim is to quantize images through different algorythms. Color-Thief is probably closer to what you're aiming for given your input images.It doesn't handle the background-coloring work for you though, you'd have to build it.

Some further options you could look into are:

Hope this helps.

from jquery.adaptive-backgrounds.js.

AlfredJKwack avatar AlfredJKwack commented on July 3, 2024

This should now be fixed.

There was an issue with the underlying RGBaster.js library which:

The latter issue is of no bearing to AD

Would you mind checking and validating if the issue still exists.

from jquery.adaptive-backgrounds.js.

f1ss1on avatar f1ss1on commented on July 3, 2024

I'm having same issue.
Website
I have the latest version being used.

from jquery.adaptive-backgrounds.js.

AlfredJKwack avatar AlfredJKwack commented on July 3, 2024

Hi @f1ss1on,

I can't seem to reproduce the issue. Chrome and Safari give the same rendering for the page on Mac OS... could you be a little more explicit.

from jquery.adaptive-backgrounds.js.

f1ss1on avatar f1ss1on commented on July 3, 2024

Hi @AlfredJKwack,

If you look at the link I provided, the color of the cars seem to be the most prominent colors. For some reason though only black and white are pulling as the dominant colors.

Chrome, Firefox, Edge, Explorer on Windows are all returning same color.

Sample Page

Is there a way to adjust this to where it picks up more of a dominant color?

capture
capture2
capture3

from jquery.adaptive-backgrounds.js.

AlfredJKwack avatar AlfredJKwack commented on July 3, 2024

Hi @f1ss1on

This is going to take a little explaining but essentially the most prominent colours are not what you think. There's a difference between what the eye percieves (the highlights) and the actual image.

The underlying library that actually determines the dominant color looks at each pixel and keeps track how often each color appears. It then orders that list and the color with the most pixels wins out. I've tested your images with a couple of libraries and they all pretty much give the same result as you saw here.

Sorry I can't be of any further help.

from jquery.adaptive-backgrounds.js.

Related Issues (20)

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.