Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clamp the hival parameter of Indexed color space to the range [0; 255]
Since this value is used to allocate an array, it makes sense to avoid to use too much memory. From the specs, this value must be in the range [0; 255] (see section 8.6.6.3). This patch removes the unused property 'highVal'.
- Loading branch information