codevise / pageflow-linkmap-page

Hotspot page type
0 stars 7 forks source link

Fix specs depending on color parsing with ImageMagick 6.9 #61

Closed tf closed 5 years ago

tf commented 5 years ago

Apparently ImageMagick now returns 8 digit hex color strings also when alpha channel is 1. The linkmap functionality should not care about this change. Colors are only processed once and basically act as names from then on. Some specs dependent on concrete color codes, though.

Remove trailing FF in 8 digit color strings to return to previous output format.