Bug #1015
grdimage -Q with grayscale images fails
Status: | Closed | Start date: | 2016-12-09 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: |
Description
When using -Q on grayscale images we first allocate a 1-byte image array then later realize we need 3-bytes (since the transparent color is red) but we already allocated just 1-byte. Fixed in my work version at sea but not able to connect and submit.
Associated revisions
Fix issue #1015