再把以下代码同样操作试试。(我加入一个好玩的练习画布)
; Version of the file
2
; "Custom" will always get added first
; Followed by a separator
; Default document size --- Photoshop will calculate sizes
; based on the current system locale. This label indicates
; where in the menu the default size will go
"默认 Photoshop 大小"
; Standard screen sizes
"640 x 480" 640 480 pixels
screen dpi RGB 8 1.0
"800 x 600"
"好玩的画布 720 x 480(带有参考线)" 720 480 pixels
screen dpi RGB 8 0.9 white "working" 5.0 h 10.0 h 90.0 h 95.0 h 5.0 v 10.0 v 90.0 v 95.0
v 800 600 pixels
screen dpi RGB 8 1.0
"1024 x 768" 1024 768 pixels screen
"separator"
[教程]photoshopCS自助中文手册_3
|