I am trying to create an image file which has a text and a transparent background.
I used this command:
convert -background black -fill blue \ -font Arial -pointsize 72 label: \ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam invidunt ut labore . invidunt ut labore . output.png
but it did not create me anything and I got this error / message:
convert.exe: unable to open image '\': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image '\': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'Lorem': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'ipsum': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'dolor': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'sit': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'amet': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'consetetur': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'sadipscing': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'elitr': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'sed': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'diam': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'nonumy': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'eirmod': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'tempor': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'invidunt': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'ut': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'labore': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'et': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'dolore': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'magna': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'aliquyam': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'invidunt': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'ut': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'labore': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image '.': Permission denied @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'invidunt': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'ut': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image 'labore': No such file or directory @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format' @ error/constitute.c/ReadImage/508. convert.exe: unable to open image '.': Permission denied @ error/blob.c/OpenBlob/2695. convert.exe: no decode delegate for this image format
' @ error/constitute.c/ReadImage/508. convert.exe: no images defined `output.png' @ error/convert.c/ConvertImageCommand/3235.