Search found 8 matches

by thaysen13
2017-12-27T07:33:47-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

Thanks for the answer I got it know!
by thaysen13
2017-12-27T06:46:45-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

This is what i got: convert fotog.jpeg -pointsize 15 -gravity south -background white \ -fill black label: lksdfjfdjsfs \ -gravity southwest label: datum -append foto35.jpeg the result is: https://imgur.com/Nt33j51 I tried this also convert fotog.jpeg -pointsize 15 -gravity south -background white \...
by thaysen13
2017-12-27T05:39:10-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

snibgo wrote: 2017-12-27T05:38:05-07:00
thaysen13 wrote:The only thing that isn't working is the background
"-background" is relevant for "label:" (which creates a new image), but not for "-annotate" (which modifies an image that already exists).
Thanks i am trying to do it with stroke
by thaysen13
2017-12-27T01:56:35-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

Create two images from your text with transparent backgrounds using label:. The composite them one at a time using -gravity and -geometry to place them where you want. Alternately, write the text using -draw or two sets of -annnotate to put the text directly on your image. Can you give me an exampl...
by thaysen13
2017-12-27T01:52:49-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

I want to make somthing like this but with 2 labels. http://www.imagemagick.org/Usage/annotating/#annotating (first example) And all the picture I have are different sizes convert foto3.jpeg -pointsize 12 -background Khaki -fill black -gravity southwest-annotate0 "date" \ -gravity south -a...
by thaysen13
2017-12-27T01:17:32-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

Thanks guys i am using the imagemagick 6.2 i think
by thaysen13
2017-12-26T14:47:39-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

Re: [HOWTO]Labeling picture (date and costum label)

Can you post an example command how to do it please?
by thaysen13
2017-12-26T13:13:48-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 8721

[HOWTO]Labeling picture (date and costum label)

Hi I want to label my pictures. I have found that with th command identify I know the date the picture was taken. and with convert you can add labels to you image. But how can you set the date on the left of a picture and the costum label in the middle. I have already this as code https://imgur.com/...