Dummie's problem...
Posted: 2009-07-08T10:35:44-07:00
Hello
this is my first try with ImageMagick
I'm trying to past a logo on images
I'm using Webdna so it is a shell request with only spaces between commands
I'm converting Very large images to medium size and then to thumbnails.
First the large files are resised to 1000px Widh, then I do the thumbnails and after I wish to past the logo.
The difficult part is to change the logo size, I want to past the logo on different image size, so I wish to change the logo size deppending on the image size (Setting the size using Webdna is easy)
So I have been trying many things and thought that this would be the right code, but it isn't...
Composite LogoSV_base.png -geometry 50x50 -gravity NorthWest -append Sourcefoto.jpg myfinalephoto.jpg
How can I set ONLY the size of the first file?
Thanks in advance for your help
Lawrence
this is my first try with ImageMagick
I'm trying to past a logo on images
I'm using Webdna so it is a shell request with only spaces between commands
I'm converting Very large images to medium size and then to thumbnails.
First the large files are resised to 1000px Widh, then I do the thumbnails and after I wish to past the logo.
The difficult part is to change the logo size, I want to past the logo on different image size, so I wish to change the logo size deppending on the image size (Setting the size using Webdna is easy)
So I have been trying many things and thought that this would be the right code, but it isn't...
Composite LogoSV_base.png -geometry 50x50 -gravity NorthWest -append Sourcefoto.jpg myfinalephoto.jpg
How can I set ONLY the size of the first file?
Thanks in advance for your help
Lawrence