Search found 2 matches

by Qcent
2015-11-03T07:12:25-07:00
Forum: Users
Topic: Noob help : fewer writes to disk
Replies: 3
Views: 1627

Re: Noob help : fewer writes to disk

Thank you for pointing me in the right direction. i re-read those sections more carefully and came up with this: convert -size 1920x1418 xc:skyblue \ \( /path/to/bot.png'[1920x1080]' -crop 1920x1017+0+0 \) -gravity SouthWest -composite -gravity NorthWest \ \( /path/to/top.png'[1920x1080]' -crop ...
by Qcent
2015-11-02T06:44:43-07:00
Forum: Users
Topic: Noob help : fewer writes to disk
Replies: 3
Views: 1627

Noob help : fewer writes to disk

In a perl script I need to take 2 images crop them. position them on a canvas and then overlay a third image. i have accomplished this with 5 system calls and a 6th one to clean up the files. ### Crop Bottom system("/usr/local/bin/convert path/to/bot.png'[1920x1080]' -crop 1920x1017+0+0 path/to/b ...