Description of problem: Many text rendering examples from IMs own site are broken, e.g. http://www.imagemagick.org/Usage/text/#label_lines . My particular use case is converting text to PBM format for a label printer. AFAICT IM is only rendering the top line of pixels. Version-Release number of selected component (if applicable): ImageMagick-6.9.10.86-1.fc31.x86_64 How reproducible: Execute an example from the IM link above, e.g. convert -background lightblue -fill blue -font Ravie -pointsize 20 \ label:'ImageMagick\nRules - OK!' label_multiline.gif I had to remove the font argument as that particular font wasn't installed on my machine. Alternatively, my script is: echo LABEL TEXT | convert -size x64 label:@- -font Courier -rotate 270 -gravity center -compress none pbm:- | tail -n +3 | tr -d ' ' This usually outputs 0s and 1s in a vertical representation of the label, 64 digits wide. Actual results: $ convert -size x64 label:HI -font Courier -rotate 270 -gravity center -compress none pbm:- | tail -n +3 | tr -d ' ' 0 0 1 0 0 1 0 0 0 0 0 1 0 Expected results: Something like... 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000101010110010101011001100101010110010101011000000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111100000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111100000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000000000000000000000000001111100000000000000000000000000000000 0000011111111111111111111111111111111111111111111100000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111100000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111100000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000001010101010101010101010100101010101010101010100000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111100000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000011111111111111111111111111111111111111111111110000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000
FEDORA-2020-919dfa6b5f has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-919dfa6b5f
FEDORA-2020-dd40c160dd has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-dd40c160dd
FEDORA-2020-dd40c160dd has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-dd40c160dd` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-dd40c160dd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-919dfa6b5f has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-919dfa6b5f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-919dfa6b5f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-919dfa6b5f has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-dd40c160dd has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.