Making watermarked image
Posted: 2010-01-02T12:04:45-07:00
Hi,
I'm trying to make a watermarked image using as 'overly' image 'trans195.gif' and as background image 'transparentbackground.png'.
The trans195.gif image is RGB image with dimensions 100x100 px.
I created in GIMP this empty, grayscale transparentbackground.png image and it's dimensions are 100x100 px.
I'm trying the following command to get the watermarked.png:
but then I get an empty image.
Why?
I'm trying to make a watermarked image using as 'overly' image 'trans195.gif' and as background image 'transparentbackground.png'.
The trans195.gif image is RGB image with dimensions 100x100 px.
I created in GIMP this empty, grayscale transparentbackground.png image and it's dimensions are 100x100 px.
I'm trying the following command to get the watermarked.png:
Code: Select all
$ composite -watermark 30% trans195.gif transparentbackground.png watermarked.png
Why?