I am using ImageMagick's overall order to compose a large image to a larger compose. As a result the image should be of the size of the background image (bigger one) In addition to this, I want to have a smaller size.
At this time I have a simple charge like this:
composite -gravity SouthWest watermark.png photo.jpg picture .jpg The problem is that I get different sizes of watermarks for different photos and I do not know how to fix this fixed size. I tried -Rez-gatemetry and size options but all of these resulted in changing the size of the image and not the watermark.
I had a similar problem and with mixed command to try different options of all types After all, I had to switch to using the Convert command, and it had to be changed with gravity again:
photo.jpg- Convert- Severe Southwest- Draw "image greater than 0.02,200,200 watermarks .png" Photo.jpg - numerical for dura Left Aramitr, top, width, height meet. So this solution no longer uses the overall command, but hopefully what you want.
Comments
Post a Comment