Options (5)
booleanSet the horizontal alignment of the overlay
Example:
pamcomp {{[-ali|-align]}} {{left|center|right|beyondleft|beyondright}} {{[-x|-xoff]}} {{x_offset}} {{path/to/overlay.pam}} {{path/to/underlay.pam}} > {{path/to/output.pam}}-xbooleanSet the horizontal alignment of the overlay
Example:
pamcomp {{[-ali|-align]}} {{left|center|right|beyondleft|beyondright}} {{[-x|-xoff]}} {{x_offset}} {{path/to/overlay.pam}} {{path/to/underlay.pam}} > {{path/to/output.pam}}booleanSet the vertical alignment of the overlay
Example:
pamcomp {{[-va|-valign]}} {{top|middle|bottom|above|below}} {{[-y|-yoff]}} {{y_offset}} {{path/to/overlay.pam}} {{path/to/underlay.pam}} > {{path/to/output.pam}}-ybooleanSet the vertical alignment of the overlay
Example:
pamcomp {{[-va|-valign]}} {{top|middle|bottom|above|below}} {{[-y|-yoff]}} {{y_offset}} {{path/to/overlay.pam}} {{path/to/underlay.pam}} > {{path/to/output.pam}}-obooleanSet the opacity of the overlay
Example:
pamcomp {{[-o|-opacity]}} {{0.7}} {{path/to/overlay.pam}} {{path/to/underlay.pam}} > {{path/to/output.pam}}Examples (4)
Overlay two images such with the overlay blocking parts of the underlay
pamcomp path/to/overlay.pam path/to/underlay.pam > path/to/output.pamSet the horizontal alignment of the overlay
pamcomp [-ali|-align] left|center|right|beyondleft|beyondright [-x|-xoff] x_offset path/to/overlay.pam path/to/underlay.pam > path/to/output.pamSet the vertical alignment of the overlay
pamcomp [-va|-valign] top|middle|bottom|above|below [-y|-yoff] y_offset path/to/overlay.pam path/to/underlay.pam > path/to/output.pamSet the opacity of the overlay
pamcomp [-o|-opacity] 0.7 path/to/overlay.pam path/to/underlay.pam > path/to/output.pammade by @shridhargupta | data from tldr-pages