From: Ooker <gan...@gm...> - 2014-07-25 06:19:45
|
Hi Jared, thanks for your efford. Just to add more information, if you have to do it many times, you'd better overlay the border by a script. You can use ImageMagick or GraphicMagick to do that. composite -gravity center overlay.png base.png base_with_border.png: See http://www.imagemagick.org/script/composite.php For how to erase the extra outline, see this thread I'm asking in the ImageMagick forum: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=25970&p=113686#p113686 It's quite complicate though. |