Hi,
Thank you for this great work!!
But i still have an issue when trying to use 'pango'
I'm trying to render an rtl text ( arabic text ) with imagmagick. I read many topics about this issue and how ImageMagick handle RTL langauages ( using reverse, and direction options), but this does not solve the main problem and text outputted still not the right one and if we try to mix rtl and ltr language, the problem become more visible.
And when i read this fork, i see the pango solution.
Trying to make some tests picked from this page :
http://www.imagemagick.org/Usage/text/#pango , i had many errors as shown here :
convert -background lightblue pango:"Anthony Thyssen" pango.gif
convert: pas de délégué pour décoder ce format d'image `Anthony Thyssen' @ error/constitute.c/ReadImage/533.
convert: nom de fichier d'image absent `pango.gif' @ error/convert.c/ConvertImageCommand/3017.
I will translate this text : convert: no delegate to access this image format : `Anthony Thyssen' @ error/constitute.c/ReadImage/533
convert: missed image filename 'pango.gif' @ error/convert.c/ConvertImageCommand/3017
Note: i just installed ImageMagick 6.7.6-5 with perl enabled and rsvg delegation.
Image Magick work fine and standard command 'convert' work fine also.
This is the output of the command: convert -list configure:
Path: /usr/local/lib/ImageMagick-6.7.6/config/configure.xml
Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99 -std=gnu99
CFLAGS -fopenmp -g -O2 -Wall -pthread
CODER_PATH /usr/local/lib/ImageMagick-6.7.6/modules-Q16/coders
CONFIGURE ./configure '--with-rsvg=yes' '--with-perl=/usr/bin/perl'
CONFIGURE_PATH /usr/local/etc/ImageMagick/
COPYRIGHT Copyright (C) 1999-2012 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX g++
CXXFLAGS -pthread
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib fontconfig freetype jpeg jng lcms png rsvg tiff x11 xml zlib
DISTCHECK_CONFIG_FLAGS --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath= --with-wmf=no --with-perl=/usr/bin/perl
DOCUMENTATION_PATH /usr/local/share/doc/ImageMagick/
EXEC-PREFIX /usr/local
EXECUTABLE_PATH /usr/local/bin
FEATURES OpenMP
FILTER_PATH /usr/local/lib/ImageMagick-6.7.6/modules-Q16/filters
HOST i686-pc-linux-gnu
INCLUDE_PATH /usr/local/include/ImageMagick
LDFLAGS -L/usr/local/lib -L/usr/lib
LIB_VERSION 0x676
LIB_VERSION_NUMBER 6,7,6,5
LIBRARY_PATH /usr/local/lib/ImageMagick-6.7.6
LIBS -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lpng12 -lfontconfig -lXext -lXt -lSM -lICE -lX11 -lbz2 -L/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lz -lm -lgomp -lpthread
NAME ImageMagick
PCFLAGS -fopenmp
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 2012-04-16
SHARE_PATH /usr/local/share/ImageMagick-6.7.6
SVN_REVISION 7385
TARGET_CPU i686
TARGET_OS linux-gnu
TARGET_VENDOR pc
VERSION 6.7.6
WEBSITE
http://www.imagemagick.org
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
NAME ImageMagick
Any help please?
Thank you
Najeh