library issues 6.7.7-9 rendering text and others
Posted: 2012-07-06T15:52:51-07:00
dear friends,
i have been using imagemagick for a long time,
i just moved to a new server, i had this version before
[root@mediaserver ~]# convert -version
Version: ImageMagick 6.6.8-5 2011-03-18 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
and now i have this new version
[root@ns236697 120707]# convert -version
Version: ImageMagick 6.7.7-9 2012-06-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
i am using CENTOS 6, i had to build from source the library,
i didnt get any errors, but seeing these errors below now sounds as if something was missing maybe
im calling imagemagick from PHP
If i execute simple commands from PHP it works all great,
like resizing images etc,
but if i call more complex commands involving rendering text they fail,
and this used to work all great,
i tried to execute those commands from command line in linux and i get these errors
[root@ns236697 120707]# /usr/local/bin/convert -background none -fill "#ffffff" -pointsize 70 label:"newtext" result.png
convert: delegate library support not built-in `none' (Freetype) @ warning/annotate.c/RenderFreetype/1526.
convert: Postscript delegate failed `/tmp/magick-sGP5tawA': No such file or directory @ error/ps.c/ReadPSImage/832.
convert: no images defined `result.png' @ error/convert.c/ConvertImageCommand/3044.
[root@ns236697 120707]#
[root@ns236697 120707]# /usr/local/bin/convert -background none -fill "#ffffff" -font ../../../upload-photo-retouching/site/type/blade/blade_normal.ttf -pointsize 70 -gravity West label:"newtext" -compose DstOver -composite -compose Over -rotate 0 result.png
convert: delegate library support not built-in `../../../upload-photo-retouching/site/type/blade/blade_normal.ttf' (Freetype) @ warning/annotate.c/RenderFreetype/1526.
convert: Postscript delegate failed `/tmp/magick-MKbniAI2': No such file or directory @ error/ps.c/ReadPSImage/832.
convert: no images defined `result.png' @ error/convert.c/ConvertImageCommand/3044.
[root@ns236697 120707]#
i am using CENTOS 6, i had to build from source the library,
i didnt get any errors, but seeing these errors now sounds as if something was missing?
any ideas or tips?
thanks SO much
Jav
i have been using imagemagick for a long time,
i just moved to a new server, i had this version before
[root@mediaserver ~]# convert -version
Version: ImageMagick 6.6.8-5 2011-03-18 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
and now i have this new version
[root@ns236697 120707]# convert -version
Version: ImageMagick 6.7.7-9 2012-06-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
i am using CENTOS 6, i had to build from source the library,
i didnt get any errors, but seeing these errors below now sounds as if something was missing maybe
im calling imagemagick from PHP
If i execute simple commands from PHP it works all great,
like resizing images etc,
but if i call more complex commands involving rendering text they fail,
and this used to work all great,
i tried to execute those commands from command line in linux and i get these errors
[root@ns236697 120707]# /usr/local/bin/convert -background none -fill "#ffffff" -pointsize 70 label:"newtext" result.png
convert: delegate library support not built-in `none' (Freetype) @ warning/annotate.c/RenderFreetype/1526.
convert: Postscript delegate failed `/tmp/magick-sGP5tawA': No such file or directory @ error/ps.c/ReadPSImage/832.
convert: no images defined `result.png' @ error/convert.c/ConvertImageCommand/3044.
[root@ns236697 120707]#
[root@ns236697 120707]# /usr/local/bin/convert -background none -fill "#ffffff" -font ../../../upload-photo-retouching/site/type/blade/blade_normal.ttf -pointsize 70 -gravity West label:"newtext" -compose DstOver -composite -compose Over -rotate 0 result.png
convert: delegate library support not built-in `../../../upload-photo-retouching/site/type/blade/blade_normal.ttf' (Freetype) @ warning/annotate.c/RenderFreetype/1526.
convert: Postscript delegate failed `/tmp/magick-MKbniAI2': No such file or directory @ error/ps.c/ReadPSImage/832.
convert: no images defined `result.png' @ error/convert.c/ConvertImageCommand/3044.
[root@ns236697 120707]#
i am using CENTOS 6, i had to build from source the library,
i didnt get any errors, but seeing these errors now sounds as if something was missing?
any ideas or tips?
thanks SO much
Jav