Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Source image (landscape) created with "convert" with -units PixelsPerInch at a density of 20
Wood vertical tile image @ 150 DPI
I need to overlay the source image with the wooden tiles next to each other in multiply mode, but I can't get it working. The tiles are way too big for the source image:
Don't worry about DPI. ImageMagick works with image sizes in pixels, not DPI.
Offsets are usually done with "-geometry". Can you provide your input images (put them in dropbox.com or somewhere, and paste the links here)? Ideally also a mockup of what you are trying to do.
I just posted the input files above in the original post. The wood image should be exactly on the white lines on source.jpg.
I think I can handle the DPI problem by myself right now, but I don't think "composite" is the right command for my use.
try this. you can adjust the size and offsets as needed. I tried to measure the inside of the pink border, but am not sure if it was perfectly accurate.
Thanks fmw42! That seems to do the trick. Is it also possible to get the width & height of the loaded image source.jpg, instead of manually entering pixel sizes?