PhotoScape实用技巧
的有关信息介绍如下:打算用PhotoScape编辑一张8张的证件照,可是找了半天没找到8张的页面只好自己想办法了
PhotoScape是不错的图片处理软件,经常使用它处理图片,今天打算用它做一张8长的证件照可是找了半天没找到8张的页面模板,经过研究发现可以通过修改文件实现8张模板效果
打开软件在软件的页面工具中右侧显示的就是相关的页面模板,经过查找只有6张照片的模板经过观察发现模板的名字叫做down_3_3
打开软件的安装文件夹在page文件夹找到down_3_3.pgt文件用代码编辑软件打开,这个是6张页面的模板代码如下
version=1.0
title=down_3_3
page_type=blank
page_size=400 400
page_entity=photo rect 0 0 133 200
page_entity=photo rect 133 0 133 200
page_entity=photo rect 266 0 134 200
page_entity=photo rect 0 200 133 200
page_entity=photo rect 133 200 133 200
page_entity=photo rect 266 200 134 200
将上面的代码改为
version=1.0
title=down_3_3
page_type=blank
page_size=534 400
page_entity=photo rect 0 0 133 200
page_entity=photo rect 133 0 133 200
page_entity=photo rect 266 0 134 200
page_entity=photo rect 399 0 135 200
page_entity=photo rect 0 200 133 200
page_entity=photo rect 133 200 133 200
page_entity=photo rect 266 200 134 200
page_entity=photo rect 399 200 135 200
修改完成后另存为新文件down_3_4.pgt
修改完成后在文件夹会多出一个down_3_4.pgt文件,回到软件重新进入页面工具在看右面的模板中是不是多了一个新的模板
通过对page文件夹下的文件修改会实现多种照片拼贴效果实现对PhotoScape模板的自定义