-
Hello, my knowledge of JS script is not so good, I had read the documentation but I couldn't understand it, could please give some simples to pick the colors from the image inside the JS, like this ex…
-
Hi, I get this error in Xamarin.Forms 3 .net Standard 2 project, What should I do?
Severity Code Description Project File Line Suppression State
Error Exception while loading assemblies: System.I…
-
I have a base64 encoded string : "data:image/png;base64..."
Is there an easy way to get a color palette without having to implement a listener or promise?
If not, please accept this as a feature…
-
Hello,
I am using color thief js locally and using remote image URL to find the color, I am getting this error `Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been t…
-
Sometimes the default from `ColorThief.getColor()` isn't really what you would think is the best color for that image.
-
Would it be possible to get some sort of dominance percentage for each color returned in the palette, so I can choose the second most dominant color for example?
SeBsZ updated
8 months ago
-
`dominant_color = ColorThief(image).get_palette(color_count=3, quality=10)`
returns
`[(47, 36, 65), (171, 176, 180), (139, 153, 171), (122, 134, 165)]`
(with this particular image).
-
I wanted to try out your script but when I launch it it returns:
`Traceback (most recent call last):
File "puck.py", line 8, in
import urllib.request
ImportError: No module named request`
As I…
-
Feature: Add libvips support for image processing.
https://github.com/libvips/libvips
https://github.com/libvips/php-vips
It would be convenient, because now I have to use GD or Imagick to work w…
-
I am getting this issue. Is this package is not implemented in Xamarin.Forms ? I think it is because readme.md says it.
![image](https://user-images.githubusercontent.com/6497827/29712715-d472b69…