Wood tiles overlay with multiply, offset & density
Posted: 2013-11-04T11:03:57-07:00
Hello,
I struggling with this issue. I have two files:
I need to scale down the tile to 20 DPI too, but I can't find a way of doing that.
Next to that problem I need to offset the tiles from the left and upper side.
How do I do this? I hope you guys can help me out here. Thanks in advance.
Below are the resources:
I struggling with this issue. I have two files:
- Source image (landscape) created with "convert" with -units PixelsPerInch at a density of 20
- Wood vertical tile image @ 150 DPI
Code: Select all
composite \
-compose Multiply \
-tile wood.jpg \
source.jpg \
source.jpg
Next to that problem I need to offset the tiles from the left and upper side.
How do I do this? I hope you guys can help me out here. Thanks in advance.
Below are the resources:
- Wood: https://dl.dropboxusercontent.com/u/303 ... ood-px.jpg
- Source: https://dl.dropboxusercontent.com/u/303 ... source.jpg
- After composite command: https://dl.dropboxusercontent.com/u/303 ... ltiply.jpg