hi, i have noticed that if in a text i have the $ sign followed by a number it doesn't render,
anybody else with this problem? what should i do if i need to render something like $15 , $10 in text?
if $ is by itself is not prob, prob happens if its followed by numbers
thanks a lot
Jav
Search found 180 matches
- 2012-10-27T19:46:33-07:00
- Forum: Users
- Topic: $ sign on text not rendering if followed by numbers
- Replies: 4
- Views: 8696
- 2012-10-27T17:53:57-07:00
- Forum: Users
- Topic: blurred shadow and edges of image
- Replies: 3
- Views: 7563
Re: blurred shadow and edges of image
the shadow is applied in my command in this way
$command =$this -> config['magic'].' -background none -fill "'.$thecolor.'" -font '.$font_selection.' -pointsize '.($thesize).' -gravity '.$thealign.' label:"'.$thetext.'" \( -clone 0 -background black -shadow "'.$shadowvalue.'" \) -compose DstOver ...
$command =$this -> config['magic'].' -background none -fill "'.$thecolor.'" -font '.$font_selection.' -pointsize '.($thesize).' -gravity '.$thealign.' label:"'.$thetext.'" \( -clone 0 -background black -shadow "'.$shadowvalue.'" \) -compose DstOver ...
- 2012-10-27T17:52:07-07:00
- Forum: Users
- Topic: blurred shadow and edges of image
- Replies: 3
- Views: 7563
blurred shadow and edges of image
hi :)
when i perform a quite blurred drop shadow on a text (with something like -shadow 100x5+2+2 ) and i produce a PNG of it,
im having the problem that the drop shadow that gradually fades out abruptly ends on the edges of the image,
how can i somehow extend the edges of the image to make sure all ...
when i perform a quite blurred drop shadow on a text (with something like -shadow 100x5+2+2 ) and i produce a PNG of it,
im having the problem that the drop shadow that gradually fades out abruptly ends on the edges of the image,
how can i somehow extend the edges of the image to make sure all ...
- 2012-10-26T15:03:23-07:00
- Forum: Users
- Topic: rendering web font on IM and web browser, align and shadow
- Replies: 1
- Views: 4535
rendering web font on IM and web browser, align and shadow
Dear friends of ImageMagick,
happy to be back again after sometime,
so im working on a little app and im stuck on a problem,
basically in the web app, users use web fonts on the browser to design and then at the end with imagemagick i reconstruct what they do in big size,
so basically i need to make ...
happy to be back again after sometime,
so im working on a little app and im stuck on a problem,
basically in the web app, users use web fonts on the browser to design and then at the end with imagemagick i reconstruct what they do in big size,
so basically i need to make ...
- 2012-07-06T16:42:49-07:00
- Forum: Users
- Topic: library issues 6.7.7-9 rendering text and others
- Replies: 4
- Views: 16618
Re: library issues 6.7.7-9 rendering text and others
help please
how do i manage to have all these delegates installed alongside imagemagick?
DELEGATES bzlib freetype gs jpeg jng lcms png tiff x11 zlib
how do i manage to have all these delegates installed alongside imagemagick?
DELEGATES bzlib freetype gs jpeg jng lcms png tiff x11 zlib
- 2012-07-06T16:34:21-07:00
- Forum: Users
- Topic: installing imagemagick in CENTOS 6
- Replies: 3
- Views: 12418
Re: installing imagemagick in CENTOS 6
help please
how do i manage to have all these delegates installed alongside imagemagick?
DELEGATES bzlib freetype gs jpeg jng lcms png tiff x11 zlib
how do i manage to have all these delegates installed alongside imagemagick?
DELEGATES bzlib freetype gs jpeg jng lcms png tiff x11 zlib
- 2012-07-06T16:26:20-07:00
- Forum: Users
- Topic: installing imagemagick in CENTOS 6
- Replies: 3
- Views: 12418
Re: installing imagemagick in CENTOS 6
why freetype etc appear in configuration of the build but not in delegates?
do i need to uninstall first the previous installed version before i rebuild it all?
and if so, how do i uninstall imagemagick completely in centos 6?
thank u so much
do i need to uninstall first the previous installed version before i rebuild it all?
and if so, how do i uninstall imagemagick completely in centos 6?
thank u so much
- 2012-07-06T16:19:49-07:00
- Forum: Users
- Topic: library issues 6.7.7-9 rendering text and others
- Replies: 4
- Views: 16618
Re: library issues 6.7.7-9 rendering text and others
i have tried now again with this
./configure --prefix=/usr/local --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes
make clean
make
make install
but they still dont appear in the delegates, why ...
./configure --prefix=/usr/local --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes
make clean
make
make install
but they still dont appear in the delegates, why ...
- 2012-07-06T16:19:26-07:00
- Forum: Users
- Topic: installing imagemagick in CENTOS 6
- Replies: 3
- Views: 12418
Re: installing imagemagick in CENTOS 6
i have tried now again with this
./configure --prefix=/usr/local --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes
make clean
make
make install
but they still dont appear in the delegates, why ...
./configure --prefix=/usr/local --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes
make clean
make
make install
but they still dont appear in the delegates, why ...
- 2012-07-06T16:00:23-07:00
- Forum: Users
- Topic: installing imagemagick in CENTOS 6
- Replies: 3
- Views: 12418
installing imagemagick in CENTOS 6
dear friends, i have centos6 and built imagemagick from source following instructions, i just found out that im missing freetype etc see below,
i followed the instructions to install in CENTOS and i didnt get any errors during installation
please could you give me full instructions to install ...
i followed the instructions to install in CENTOS and i didnt get any errors during installation
please could you give me full instructions to install ...
- 2012-07-06T15:59:41-07:00
- Forum: Users
- Topic: library issues 6.7.7-9 rendering text and others
- Replies: 4
- Views: 16618
Re: library issues 6.7.7-9 rendering text and others
i just found out that im missing freetype etc see below,
i followed the instructions to install in CENTOS and i didnt get any errors during installation
please could you give me full instructions to install imagemagick in CENTOS 6 so that all delegate
libraries freetype and everything are included ...
i followed the instructions to install in CENTOS and i didnt get any errors during installation
please could you give me full instructions to install imagemagick in CENTOS 6 so that all delegate
libraries freetype and everything are included ...
- 2012-07-06T15:52:51-07:00
- Forum: Users
- Topic: library issues 6.7.7-9 rendering text and others
- Replies: 4
- Views: 16618
library issues 6.7.7-9 rendering text and others
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 ...
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 ...
- 2012-02-13T17:21:26-07:00
- Forum: Users
- Topic: imagemagick for mobile phones
- Replies: 1
- Views: 7197
imagemagick for mobile phones
Dear community,
I've been using imagemagick for some time, really enjoying it,
now we are beginning some apps for mobile phones and I'm trying to find out if there is a C or Java Imagemagick library for iphone or android or
something similar, basically do you have any advice about which libraries ...
I've been using imagemagick for some time, really enjoying it,
now we are beginning some apps for mobile phones and I'm trying to find out if there is a C or Java Imagemagick library for iphone or android or
something similar, basically do you have any advice about which libraries ...
- 2011-06-19T10:43:13-07:00
- Forum: Users
- Topic: composing while distorting multiple images
- Replies: 2
- Views: 6721
Re: composing while distorting multiple images
thank you very much Anthony, will give it a try
and see how it goes
thank u
and see how it goes
thank u

- 2011-06-18T23:09:46-07:00
- Forum: Users
- Topic: composing while distorting multiple images
- Replies: 2
- Views: 6721
composing while distorting multiple images
quick question if possible,
im doing succesfully a distortion of an image combined with many others, like this
$command= 'convert '.$base.' ( '.$source1.' -matte -virtual-pixel transparent +distort Perspective "'.$points.'" ) ( '.$source2.' -matte -virtual-pixel transparent ) ( '.$source3.' -matte ...
im doing succesfully a distortion of an image combined with many others, like this
$command= 'convert '.$base.' ( '.$source1.' -matte -virtual-pixel transparent +distort Perspective "'.$points.'" ) ( '.$source2.' -matte -virtual-pixel transparent ) ( '.$source3.' -matte ...