Skip to main content
added 3 characters in body; edited tags; edited title
Source Link
jimmij
  • 48.7k
  • 20
  • 136
  • 141

imagemagick Imagemagick 'convert' text to image: ReadTEXTImage: Assertion

I'm trying the following command to convert text to an image:

$ echo test | convert text:- text_box_trimmed.png convert: ../../coders/txt.c:198: ReadTEXTImage: Assertion `exception->signature == 0xabacadabUL' failed. Aborted 

How can I covertconvert text to an image, using imagemagickImagemagick or something else?

imagemagick 'convert' text to image: ReadTEXTImage: Assertion

I'm trying the following command to convert text to an image:

$ echo test | convert text:- text_box_trimmed.png convert: ../../coders/txt.c:198: ReadTEXTImage: Assertion `exception->signature == 0xabacadabUL' failed. Aborted 

How can I covert text to an image, using imagemagick or something else?

Imagemagick 'convert' text to image: ReadTEXTImage: Assertion

I'm trying the following command to convert text to an image:

$ echo test | convert text:- text_box_trimmed.png convert: ../../coders/txt.c:198: ReadTEXTImage: Assertion `exception->signature == 0xabacadabUL' failed. Aborted 

How can I convert text to an image, using Imagemagick or something else?

Source Link
ealfonso
  • 1k
  • 2
  • 16
  • 21

imagemagick 'convert' text to image: ReadTEXTImage: Assertion

I'm trying the following command to convert text to an image:

$ echo test | convert text:- text_box_trimmed.png convert: ../../coders/txt.c:198: ReadTEXTImage: Assertion `exception->signature == 0xabacadabUL' failed. Aborted 

How can I covert text to an image, using imagemagick or something else?