// 测试打开一个文件
var fileref = new File
("/E/work/没有图片提交/2014/2014.5.19/G20/部件渲染测试/png/tianji_1-41001_bujian35.png")
var
docref = app.open (fileref)
// 打印路径
// 打印路径
//alert(app.path)
// 实现对图片的设置 设置为 400 * 400 像素
//docref.resizeImage (400,400)
// 这里是启动的作用是裁切到 400 部件大小不变
//docref.resizeCanvas (400,400)
// 测试这里是实现物件最大化裁切
//docref.trim (TrimType.TOPLEFT ,true ,false ,true
,false)
// 对部件实现最大化裁切
//docref.trim (TrimType.TOPLEFT ,true ,true ,true ,true)
app.preferences.rulerUnits = Units.PIXELS
docref.crop (new Array
(100,200,400,500,),45,20,20)
docref.flipCanvas (Direction.HORIZONTAL)
导入通道图 进行自适应裁切图片,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/gaitian00/p/3732669.html