Search found 18 matches

by utbl
2018-02-28T01:51:40-07:00
Forum: Users
Topic: Imagemagick Permission issue on windows server
Replies: 1
Views: 1731

Imagemagick Permission issue on windows server

Hi, so we have a Microsoft Windows Server 2012 R2 Standard running. The server is used for a webapplication which uses imagemagick ffmpeg and another windows tool. The server / webapplication does not work all the time. First I gave the imagemagick executables 777 permission, if the executables have...
by utbl
2016-12-20T08:17:27-07:00
Forum: Users
Topic: Multiple labels in one command
Replies: 1
Views: 2684

Multiple labels in one command

How can I create multiple label commands (with specific option) into one convert command.

For example these commands into one:

Code: Select all

convert -size 500x500 -font Helvetiva -pointsize 20 label:"test1" test.png
convert -size 500x500 -font Helvetiva -pointsize 20 label:"test2" test.png
by utbl
2016-12-02T09:37:50-07:00
Forum: Users
Topic: -size makes the command load for minutes
Replies: 2
Views: 2618

-size makes the command load for minutes

The following commands works fine and creates the image instantly convert -background none -bordercolor none -gravity west -fill white img1.png -font "Helvetica-LT-55-Roman" -pointsize 14 label:"01" +swap -append label:"Test 1" -border 0x2 -append -write miff:- +delete ...
by utbl
2016-12-01T03:34:07-07:00
Forum: Users
Topic: Imagemagick change label font
Replies: 7
Views: 6004

Re: Imagemagick change label font

I think the correct term would be Squashed the text
by utbl
2016-12-01T03:10:13-07:00
Forum: Users
Topic: Crop Label width
Replies: 2
Views: 3249

Re: Crop Label width

Sorry for that late reply I want to crop the label / text width.

My IM version: ImageMagick 6.9.3-7 Q16 x64 2016-03-06 http://www.imagemagick.org

OS: Windows 10
by utbl
2016-12-01T02:47:23-07:00
Forum: Users
Topic: Imagemagick change label font
Replies: 7
Views: 6004

Re: Imagemagick change label font

Thanks for your post, I tried the command now without quotes and with double quoates but it still looks the same, could you post your image which you created with the command. I am just wondering.
by utbl
2016-11-30T09:33:16-07:00
Forum: Users
Topic: Imagemagick change label font
Replies: 7
Views: 6004

Re: Imagemagick change label font

Hi GeeMack I already know that, sorry I forgot to mention that,

if I convert -list font

I does show me the Helvetiva which I want to use, but it still does not work properly.

Does the command work an your system?
by utbl
2016-11-30T05:36:08-07:00
Forum: Users
Topic: Imagemagick change label font
Replies: 7
Views: 6004

Imagemagick change label font

Is it possible to change the font of a label? I have following command: convert -background none -bordercolor none -gravity west -fill white img1.png label:"1" -border 0x5 +swap -append label:"Kapitel 1" -border 0x5 -append -write miff:- +delete img2.png label:"2" -bord...
by utbl
2016-11-24T01:38:48-07:00
Forum: Users
Topic: Crop Label width
Replies: 2
Views: 3249

Crop Label width

I want to crop the label / text width in this command: convert -background none -bordercolor none -gravity west 1.png label:"1" +swap -append label:"text 1" -append -write miff:- +delete 2.png label:"2" +swap -append label:"text 2" -append -write miff:- +delet...
by utbl
2016-11-22T05:04:23-07:00
Forum: Users
Topic: Command with font Helvetiva gives error
Replies: 5
Views: 4929

Re: Command with font Helvetiva gives error

snibgo I tried your suggestion so far, but I still get the errors.
by utbl
2016-11-22T03:48:35-07:00
Forum: Users
Topic: Command with font Helvetiva gives error
Replies: 5
Views: 4929

Re: Command with font Helvetiva gives error

Whoops I missed that I will correct that and try it again
by utbl
2016-11-22T02:36:40-07:00
Forum: Users
Topic: Center Images next to each other
Replies: 2
Views: 4064

Center Images next to each other

I have following command: convert -background none -bordercolor none -gravity west -fill white img1.png label:"1" -border 0x5 +swap -append label:"Kapitel 1" -border 0x5 -append -write miff:- +delete img2.png label:"2" -border 0x5 +swap -append label:"Kapitel 2&quo...
by utbl
2016-11-22T02:21:22-07:00
Forum: Users
Topic: Command with font Helvetiva gives error
Replies: 5
Views: 4929

Command with font Helvetiva gives error

I am trying to create a text with this font : HelveticaNeueLTStd-Roman The font is listed in my Imagick if I do this: identify -list font ... Font: HelveticaNeueLTStd-Roman family: HelveticaNeueLTStd-Roman style: Normal stretch: Normal weight: 400 glyphs: c:\windows\fonts\helveticaneueltstd-roman_0....
by utbl
2016-09-27T07:18:41-07:00
Forum: Users
Topic: Stick images next to each other
Replies: 6
Views: 4936

Re: Stick images next to each other

Great thank you, your command works if I write in down in the command line. The problem is that I need to do this in the windows powershell, if I write it down in my powershell it gives me an error which tells me that img2.jpg could not be found as a name of the cmdlet, a function or scriptfile ... ...
by utbl
2016-09-27T06:44:35-07:00
Forum: Users
Topic: Stick images next to each other
Replies: 6
Views: 4936

Re: Stick images next to each other

I am working on a windows machine (windows 10) with ImageMagick 7.0.2-0 Q16 x64