graphicsmagick - tips for optimizing montage and composite?
问题 for a little photo booth application have this problem: I have 4 pictures, which i would like to tile together, using montage . The result get a 150px border using a transparent PNG and composite . But because the "frame" is larger than the base image, I have to add an additional convert to add artificial 150px border around the tiled image. This is functional but very slow and seems not very elegant: gm montage -geometry +20+20 -tile 2x2 /home/pi/dev/*.jpg miff:- | gm convert -border 150x150