Search found 63 matches
- 2019-01-01T03:34:03-07:00
- Forum: Developers
- Topic: Installing Imagemagick on Ubuntu - HEROKU
- Replies: 1
- Views: 9254
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 ...
- 2018-12-21T17:27:34-07:00
- Forum: Developers
- Topic: Positioning element(text,image)
- Replies: 7
- Views: 20342
Re: Positioning element(text,image)
how do I specify the x and y offset of the paragraph
- 2018-12-21T17:18:32-07:00
- Forum: Developers
- Topic: Positioning element(text,image)
- Replies: 7
- Views: 20342
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.
but what if am using the caption image operator, how do i specify the x and y offset of the paragraph.
- 2018-12-18T14:44:44-07:00
- Forum: Developers
- Topic: Positioning element(text,image)
- Replies: 7
- Views: 20342
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 ...
- 2018-12-17T22:42:54-07:00
- Forum: Developers
- Topic: Positioning element(text,image)
- Replies: 7
- Views: 20342
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 before using ...
- 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: 103850
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.
- 2018-11-29T15:31:03-07:00
- Forum: Developers
- Topic: How to set -geometry on each -size
- Replies: 3
- Views: 10417
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
- 2018-11-25T16:14:03-07:00
- Forum: Developers
- Topic: How to set -geometry on each -size
- Replies: 3
- Views: 10417
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 +70+380 ...
- 2018-09-26T10:40:55-07:00
- Forum: Developers
- Topic: How to use custom font
- Replies: 10
- Views: 27801
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 ...
- 2018-09-26T01:33:17-07:00
- Forum: Developers
- Topic: How to use custom font
- Replies: 10
- Views: 27801
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 ...
- 2018-09-25T17:15:30-07:00
- Forum: Developers
- Topic: How to use custom font
- Replies: 10
- Views: 27801
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 ...
- 2018-09-25T17:11:07-07:00
- Forum: Developers
- Topic: How to use custom font
- Replies: 10
- Views: 27801
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 the relative path. that's why am ...
- 2018-09-25T16:25:17-07:00
- Forum: Developers
- Topic: How to use custom font
- Replies: 10
- Views: 27801
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 help ...
- 2018-09-15T17:10:14-07:00
- Forum: Developers
- Topic: Possibilities of ImageMagick
- Replies: 1
- Views: 8609
- 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: 103850
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