Copy current photoshop selection bounds to x,y,width,height to As3 code


/ Published in: ActionScript 3
Save to your folder(s)

This script allow you copy to the clipboard current layer properties in format:

&selectionBounds.x = &layerx; &selectionBounds.y = &layery; // &selectionBounds.width = &layerwidth; // &selectionBounds.height = &layerheight;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.