Search found 63 matches

by dt59
2019-01-01T03:34:03-07:00
Forum: Developers
Topic: Installing Imagemagick on Ubuntu - HEROKU
Replies: 1
Views: 7819

Installing Imagemagick on Ubuntu - HEROKU

Hello, please have been stuck on this error for a long time now. and since I don't have the administrative privilege, I find it difficult to resolve the problem myself, I have read all I could but all to no avail. HERE IS THE ERROR. identify: error while loading shared libraries: libdjvulibre.so.21:...
by dt59
2018-12-21T17:27:34-07:00
Forum: Developers
Topic: Positioning element(text,image)
Replies: 7
Views: 17676

Re: Positioning element(text,image)

fmw42 wrote: 2018-12-21T17:23:33-07:00
dt59 wrote: 2018-12-21T17:18:32-07:00 Hi Fred, I later got a way round the problem I was trying to solve, yes. thanks sir.
but what if am using the caption image operator
What is your exact question regarding caption:?
how do I specify the x and y offset of the paragraph
by dt59
2018-12-21T17:18:32-07:00
Forum: Developers
Topic: Positioning element(text,image)
Replies: 7
Views: 17676

Re: Positioning element(text,image)

Hi Fred, I later got a way round the problem I was trying to solve, yes. thanks sir.
but what if am using the caption image operator, how do i specify the x and y offset of the paragraph.
by dt59
2018-12-18T14:44:44-07:00
Forum: Developers
Topic: Positioning element(text,image)
Replies: 7
Views: 17676

Re: Positioning element(text,image)

Thanks Fred, your post has really educated me. Here is what am trying to achieve, Please use the link below(uploaded image) https://drive.google.com/file/d/1mcYrBEm2MyzdoUqmlpnBNXTJjXc5udfL/view?usp=sharing Version: ImageMagick 7.0.6-3 Q16 x64 2017-07-24 http://www.imagemagick.org Copyright: Copyrig...
by dt59
2018-12-17T22:42:54-07:00
Forum: Developers
Topic: Positioning element(text,image)
Replies: 7
Views: 17676

Positioning element(text,image)

Please, how do I specify the x and y offset(that is top left) of an element(-annotate, xc, -draw -label), absolutely to the size of the background am putting the element. the element may be like these: -annotate +x+y "My text is here" but I will want to first apply the x and y offset befor...
by dt59
2018-12-15T15:54:26-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 91017

Re: hw to offset text from the top of an image and give it a text alignment of center

hello moderator, please is these forum topic still open, i will want to ask some questions base on my previous questions. permitted ?? or i should create a new topic.
by dt59
2018-11-29T15:31:03-07:00
Forum: Developers
Topic: How to set -geometry on each -size
Replies: 3
Views: 8986

Re: How to set -geometry on each -size

I want to avoid using the -smush command because it's give me margin top but what i want is margin left and i believe i can achieve these using -geometry but i don't know how to go about it. please help
by dt59
2018-11-25T16:14:03-07:00
Forum: Developers
Topic: How to set -geometry on each -size
Replies: 3
Views: 8986

How to set -geometry on each -size

hello, please smebody should help me. ): am try to have -geometry on each -size, example magick inputimage.png ( ( -size 200\x50 xc:none -fill white -font C:/xampp/htdocs/namewish/storage/app/public/fonts/The-Kids-Mraker.ttf -pointsize 30 -gravity west -annotate +0+0 "Reguards," -geometry ...
by dt59
2018-09-26T10:40:55-07:00
Forum: Developers
Topic: How to use custom font
Replies: 10
Views: 24014

Re: How to use custom font

Sorry, but I use a Mac. So I do not know how to install delegates on Linux. I think you must install the delegate, then recompile Imagemagick. But some Linux distros usually come with all the nominal needed delegates installed with Imagemagick. See https://www.freedesktop.org/wiki/Software/fontconf...
by dt59
2018-09-26T01:33:17-07:00
Forum: Developers
Topic: How to use custom font
Replies: 10
Views: 24014

Re: How to use custom font

What is your command line? Perhaps you have specified it wrong. There should be no reason that you could not use the path to the font. What platform are you on? Is this your server/computer or a hosted server? You are missing fontconfig from your delegates. Try installing that and then run your com...
by dt59
2018-09-25T17:15:30-07:00
Forum: Developers
Topic: How to use custom font
Replies: 10
Views: 24014

Re: How to use custom font

What platform? What version of Imagemagick? See https://imagemagick.org/script/resources.php for a list of locations where you can put it. I am not sure if that works properly with PHP Imagick. The Perl script needs to be run from a terminal window. I do not know much else about using it, especiall...
by dt59
2018-09-25T17:11:07-07:00
Forum: Developers
Topic: How to use custom font
Replies: 10
Views: 24014

Re: How to use custom font

@dt59: Please also say how you want to use the font, eg with "-annotate" or "label:" or "pango:" or an SVG input. with -annotate and -font . though i have try to specify the absolute path but is not working and due to the architecture of my application i can not use th...
by dt59
2018-09-25T16:25:17-07:00
Forum: Developers
Topic: How to use custom font
Replies: 10
Views: 24014

How to use custom font

Have been trying to use a custom font and after some research i found "creating a type.xml file and using the imagemagick_type_gen script " my question where do i put these the type.xml file in my php project and how do i run the perl script(imagemagick_type_gen), note am using PHP. Please...
by dt59
2018-09-15T17:10:14-07:00
Forum: Developers
Topic: Possibilities of ImageMagick
Replies: 1
Views: 7465

Possibilities of ImageMagick

Image

https://drive.google.com/open?id=1D2Kw ... eZeN0qa-v



Can I use Imagemagick to achieve these effect.
by dt59
2017-08-29T00:11:18-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 91017

Re: hw to offset text from the top of an image and give it a text alignment of center

thanks Fred, is now working perfectly well as i expected. Am still learning anyway