Search found 4 matches
- 2015-08-18T12:05:58-07:00
- Forum: Bugs
- Topic: Hexidecimal error found on color #8A8A8D
- Replies: 5
- Views: 2428
Re: Hexidecimal error found on color #8A8A8D
That is exactly what it was..sorry for that.
- 2015-08-18T12:03:22-07:00
- Forum: Bugs
- Topic: Hexidecimal error found on color #8A8A8D
- Replies: 5
- Views: 2428
Re: Hexidecimal error found on color #8A8A8D
You know what... After looking a bit more closely I bet the hexadecimal is missing in the database for this color... Human error on insertion of the hex value.
Sorry and Thanks for the quick support!
-Nick
Sorry and Thanks for the quick support!
-Nick
- 2015-08-18T12:00:46-07:00
- Forum: Bugs
- Topic: Hexidecimal error found on color #8A8A8D
- Replies: 5
- Views: 2428
Re: Hexidecimal error found on color #8A8A8D
Exact command: $im->opaquePaintImage(new ImagickPixel("#72CFEB"), new ImagickPixel("$color1"), 10000, false, Imagick::CHANNEL_ALL); $im->opaquePaintImage(new ImagickPixel("#EE4C9B"), new ImagickPixel("$color2"), 10000, false, Imagick::CHANNEL_ALL); Keep in mind that I use Imagick religiously for ...
- 2015-08-18T11:51:27-07:00
- Forum: Bugs
- Topic: Hexidecimal error found on color #8A8A8D
- Replies: 5
- Views: 2428
Hexidecimal error found on color #8A8A8D
I am running the newest Imagick version and am receiving this error: ( ! ) Fatal error: Uncaught exception 'ImagickPixelException' with message 'unrecognized color `8A8A8D' @ warning/color.c/GetColorCompliance/1046' in /XXXXXXXXXXXX/digicamo.php on line 38 ( ! ) ImagickPixelException: unrecognized ...