paths in composite command
Posted: 2016-04-26T21:59:11-07:00
this works: (with both images in one folder)
composite -gravity NorthWest north.png AX.jpg AXx.jpg
this doesn't: (with each image in a separate subfolder)
composite -gravity NorthWest "C:\TIApic\NORTH_compound\north.png" "C:\TIApic\NORTH_compound\AX.jpg" "C:\TIApic\NORTH_compound\AXx.jpg"
Can composite not handle paths, or am I doing something wrong?
Ideally, I would like to handle the underlying image (AX.jpg) as a wildcard, so that each image in that folder gets the overlay of 'north.png' - along the lines of:
composite -gravity NorthWest "C:\TIApic\NORTH_compound\north.png" "C:\TIApic\NORTH_compound\*.jpg" "C:\TIApic\NORTH_compound\*.jpg"
Is that possible?
composite -gravity NorthWest north.png AX.jpg AXx.jpg
this doesn't: (with each image in a separate subfolder)
composite -gravity NorthWest "C:\TIApic\NORTH_compound\north.png" "C:\TIApic\NORTH_compound\AX.jpg" "C:\TIApic\NORTH_compound\AXx.jpg"
Can composite not handle paths, or am I doing something wrong?
Ideally, I would like to handle the underlying image (AX.jpg) as a wildcard, so that each image in that folder gets the overlay of 'north.png' - along the lines of:
composite -gravity NorthWest "C:\TIApic\NORTH_compound\north.png" "C:\TIApic\NORTH_compound\*.jpg" "C:\TIApic\NORTH_compound\*.jpg"
Is that possible?