-
I could do a pull request, but I figure this is so simple I can just explain it here.
From the VCCS [paper](http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCsQFjAA…
-
This Delta E calculation is wrong. For some insight I suggest reading [this paper](http://www.ece.rochester.edu/~gsharma/ciede2000/ciede2000noteCRNA.pdf).
Details:
```js
de({l: 60, a: -79.8635510…
ddsol updated
7 years ago
-
This is a general issue for things related to the softproofing branch.
-
@defart would it make sense to switch from fuzz (distance based) to color difference tolerance?
This way setting the tolerance would allow the algorithm to fill pixels by similarity instead of by dis…
-
I saw the discussion here https://github.com/JuliaGraphics/Colors.jl/issues/18 about generating distinguishable colors. However, for me, this does not seem to work right now. For example:
![selection…
-
Tried using the implementation as is for working with images, as was being done in sklearn using KMeans / MiniBatchKMeans / Meanshift clustering. But consistently run into MemoryError (for images as s…
-
Originally reported on Google Code with ID 326
```
I have a jp2 image, it is fail to decompress to bmp when I run opj_decompress exe.
I found that p_colr_header_size == 35 not 7 in opj_jp2_read_co…
-
Hi,
first of all: thanks a lot for your fantastic library!
Sometimes I come across TIFF images, that I try to read with `ImageIO.read(file);`, but can't because of the following exception: `javax.im…
-
Originally reported on Google Code with ID 1313
```
This adds a new feature to the Lab control; it makes it optionally work in Uniform Perceptual
Lab space. This should lead to fewer color shifts whe…
-
We're currently using ImageMagick and the [`MAE` (mean absolute error) metric](http://www.imagemagick.org/script/command-line-options.php#metric) to compare images. However, we often get false positiv…