Search found 180 matches

by javismiles
2012-10-27T19:46:33-07:00
Forum: Users
Topic: $ sign on text not rendering if followed by numbers
Replies: 4
Views: 7499

$ sign on text not rendering if followed by numbers

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
by javismiles
2012-10-27T17:53:57-07:00
Forum: Users
Topic: blurred shadow and edges of image
Replies: 3
Views: 6543

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.'...
by javismiles
2012-10-27T17:52:07-07:00
Forum: Users
Topic: blurred shadow and edges of image
Replies: 3
Views: 6543

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...
by javismiles
2012-10-26T15:03:23-07:00
Forum: Users
Topic: rendering web font on IM and web browser, align and shadow
Replies: 1
Views: 3916

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...
by javismiles
2012-07-06T16:42:49-07:00
Forum: Users
Topic: library issues 6.7.7-9 rendering text and others
Replies: 4
Views: 15260

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
by javismiles
2012-07-06T16:34:21-07:00
Forum: Users
Topic: installing imagemagick in CENTOS 6
Replies: 3
Views: 11246

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
by javismiles
2012-07-06T16:26:20-07:00
Forum: Users
Topic: installing imagemagick in CENTOS 6
Replies: 3
Views: 11246

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
by javismiles
2012-07-06T16:19:49-07:00
Forum: Users
Topic: library issues 6.7.7-9 rendering text and others
Replies: 4
Views: 15260

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? Ima...
by javismiles
2012-07-06T16:19:26-07:00
Forum: Users
Topic: installing imagemagick in CENTOS 6
Replies: 3
Views: 11246

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? Ima...
by javismiles
2012-07-06T16:00:23-07:00
Forum: Users
Topic: installing imagemagick in CENTOS 6
Replies: 3
Views: 11246

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 imagem...
by javismiles
2012-07-06T15:59:41-07:00
Forum: Users
Topic: library issues 6.7.7-9 rendering text and others
Replies: 4
Views: 15260

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? ...
by javismiles
2012-07-06T15:52:51-07:00
Forum: Users
Topic: library issues 6.7.7-9 rendering text and others
Replies: 4
Views: 15260

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: OpenM...
by javismiles
2012-02-13T17:21:26-07:00
Forum: Users
Topic: imagemagick for mobile phones
Replies: 1
Views: 6342

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 ar...
by javismiles
2011-06-19T10:43:13-07:00
Forum: Users
Topic: composing while distorting multiple images
Replies: 2
Views: 5864

Re: composing while distorting multiple images

thank you very much Anthony, will give it a try
and see how it goes
thank u :)
by javismiles
2011-06-18T23:09:46-07:00
Forum: Users
Topic: composing while distorting multiple images
Replies: 2
Views: 5864

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....