我正在为我的学生创建一个练习,我想在 Linux 上将特定图像作为缩略图插入到另一个图像中。
目标是将具有特定元数据的图像添加到另一图像中作为缩略图。
好的,制作红色背景图片:
convert -size 300x200 xc:red bg.png
拍摄Ladram Bay 420x500的照片:
版权所有 © Mark Setchell - Ladram Bay
调整其大小并从右下角偏移:
convert LadramBay.jpg -resize 80x80 -gravity Southeast -geometry +10+40 bg.png +swap -composite result.png