Search found 3 matches
- 2017-11-27T08:40:29-07:00
- Forum: Users
- Topic: Centering the Label of an Image doesn't work
- Replies: 6
- Views: 3480
Re: Centering the Label of an Image doesn't work
convert -list version leads to following output: convert: unrecognized list type 'version' @ error/convert.c/ConvertImageCommand/2053 the rest of the commands you posted are working now. I installed in the following way after downloading and unzipping: cd ImageMagick-* sudo ./configure sudo make ...
- 2017-11-27T06:52:59-07:00
- Forum: Users
- Topic: Centering the Label of an Image doesn't work
- Replies: 6
- Views: 3480
Re: Centering the Label of an Image doesn't work
Thanks for the fast reply. I had 6.8 installed, now i updated to 6.9.9.23 but my scripts aren't working anymore. Now i get the following Error: montage: no decode delegate for this image format 'JPEG' @error/constitute.c/ReadImage504. montage: missing an image filename '/home/pi/temp.jpg' @error ...
- 2017-11-27T02:55:31-07:00
- Forum: Users
- Topic: Centering the Label of an Image doesn't work
- Replies: 6
- Views: 3480
Centering the Label of an Image doesn't work
Hey, I'm having a problem with labeling an Image. I want to lower the label a little bit, so it sits nice in the center of the "label-box" (canvas?). I tried almost every example on the ImageMagick Text-Handling page (http://www.imagemagick.org/Usage/text/#label), but couldn't get it working. So ...