-
This code works on the live server but on the local server giving me this error, even if I give 777 permission to file, still get the same error.
The local file URL like http://127.0.0.1:8000/storage…
-
Hi @KSemenenko
I'm trying to follow your suggestion in the prior [issue](https://github.com/KSemenenko/ColorThief/issues/8):
> create proxy for ColorThief platform specific implementation using …
-
`.getPalette()` not always give quantity requested
Exemple 1:
``` javascript
var colorThief = new ColorThief();
console.log( colorThief.getPalette(img,2).length ); // 3
```
Exemple 2:
htt…
-
Sorry, I am a bit newbisch and trying to implement ngColorThief in a Ionic project. I am adding
```
app.config(function ($colorThiefProvider) {
// Set the default quality
$colorThiefProvider.set…
-
I'm trying to use Color-Thief without making use of the `` element.
So, given a image url, width and height I have tried this
``` javascript
function getColorsNoCanvas(imageURL, imageHeight, imageWi…
-
Hello,
I am running into issues in trying to use ColorThief with Xamarin.Forms 5.0.0.2337. The Android libraries (I am not sure about ios) that the currently used by ColorThief are not compatable wi…
-
Hi, i have seen very slight differences, 1-3 pixels from the output from `colorthief-py` and `color-theif`
For example:
```
(201, 160, 118)
(202, 160, 118)
[(30, 169, 166), (179, 51, 55…
-
I've tried and pycharm will not recognize or install via 'pip install colorthief` and i've already tried via conda but it will not install `color-thief-py`, `color-thief`, or `colorthief`
The r…
-
I tried your lib with a 7,8MB image. the operation I did was:
```
int[] result = ColorThief.getColor(bufferedImage, 0, true)
```
Here is the error I get:
```
Line | Method
->> 252 | getPixels…
-
https://sentry.io/nyasoft/albireo-scheduler-prod/issues/546320403/
```
IOError: image file is truncated
File "utils/image.py", line 18, in get_dominant_color
(r, g, b) = color_thief.get_color(q…