Search found 4 matches

by sorcer1
2014-07-07T06:33:55-07:00
Forum: Users
Topic: How to set an offset with a background picture
Replies: 3
Views: 1807

Re: How to set an offset with a background picture

it doesn't work.

but i found a solution :

Code: Select all

convert -size 960x576 xc:black -draw "image over 290,-20 730,410 'background.jpg'" -draw "image over 0,0 960,576 'front.png'" result.png
by sorcer1
2014-07-07T03:24:54-07:00
Forum: Users
Topic: How to set an offset with a background picture
Replies: 3
Views: 1807

Re: How to set an offset with a background picture

I read again the doc, and my problem is to change the position of the background picture.

Doc :
"It's position is fixed and usually forms the canvas which you are building, thus the name background. Remember this!"
by sorcer1
2014-07-07T02:47:33-07:00
Forum: Users
Topic: How to set an offset with a background picture
Replies: 3
Views: 1807

How to set an offset with a background picture

Hello, Il want to do something like that (it is a tempalte and not the real pictures) : http://img4.hostingpics.net/pics/923070image002.png The black picture (the blue is the transparent color) have a background (the green picture). So i use this in command line : convert ( background.jpg -resize ...
by sorcer1
2010-01-18T03:28:43-07:00
Forum: Users
Topic: Resizing and overlay in the same command line
Replies: 1
Views: 3844

Resizing and overlay in the same command line

Hello, I know how to resize an image and how to overlay two images but if there is possible to do the 2 functions in same command line ? This is my example : convert.exe -resize 100x100! BIG_IMAGE.PNG -composite -gravity center LITTE_IMAGE.PNG FINAL_IMAGE.PNG I don't have errors but the the result ...