PhotoScape 提供了「版型」這個選項,讓使用者可以將多張相片排列成一張圖片。這陣子以來,這個功能也是我時常使用的一個,讀者可以參閱《使用 PhotoScape 製作活動記錄或花絮合輯》這篇文章。
然而,使用一段時間之後,總覺得 PhotoScape 預設提供的版型選項有點不足。於是,我便開始在 Google 上尋找如何製作版型的相關文章或討論。終於讓我找到了《[實用] PhotoScpae自製版型》這篇文章。在該篇文章裡以一個較簡單的例子說明了如何製作版型;而這裡我則乾脆找一個複雜點的版型,再說明一下吧!
首先,所有的版型都會被放置在 PhotoScape 安裝目錄內的 page 目錄下。由於我的 Windows 是 64 位元的,所以可以在 C:\Program Files (x86)\PhotoScape\page 找到所有的版型檔案。這時可以看到版型的副檔名為 .pgt,這其實只是一個純文字檔案而已。所以,使用者可以很輕易地用「記事本 (Notepad.exe)」這個軟體,或使用 VIM 打開。
接著,來看一個我比較常用的版型。
- 這個版型可放置 16 張相片。
- 版型檔案的主檔名 (main_e_02) 和檔案裡描述的 title 相符。
- 版型預設大小為 400X400,所以在版型的檔案裡描述了
page_size=400 400
。
基本上,搞懂這些後,就可以製作一個版型囉!
最後,來看一個自製的版型效果,同時我也將這個版型的內容附上來供大家參考。
version=1.0 title=7X8_32_1 page_type=blank page_size=700 800 page_entity=photo rect 0 0 200 200 page_entity=photo rect 200 0 100 100 page_entity=photo rect 300 0 100 100 page_entity=photo rect 400 0 100 100 page_entity=photo rect 500 0 200 200 page_entity=photo rect 200 100 100 100 page_entity=photo rect 300 100 200 200 page_entity=photo rect 0 200 100 100 page_entity=photo rect 100 200 200 200 page_entity=photo rect 500 200 100 100 page_entity=photo rect 600 200 100 100 page_entity=photo rect 0 300 100 100 page_entity=photo rect 300 300 100 100 page_entity=photo rect 400 300 200 200 page_entity=photo rect 600 300 100 100 page_entity=photo rect 0 400 100 100 page_entity=photo rect 100 400 100 100 page_entity=photo rect 200 400 100 100 page_entity=photo rect 300 400 100 100 page_entity=photo rect 600 400 100 100 page_entity=photo rect 0 500 100 100 page_entity=photo rect 100 500 200 200 page_entity=photo rect 300 500 100 100 page_entity=photo rect 400 500 100 100 page_entity=photo rect 500 500 200 200 page_entity=photo rect 0 600 100 100 page_entity=photo rect 300 600 200 200 page_entity=photo rect 0 700 100 100 page_entity=photo rect 100 700 100 100 page_entity=photo rect 200 700 100 100 page_entity=photo rect 500 700 100 100 page_entity=photo rect 600 700 100 100
沒有留言:
張貼留言