Skip to content Skip to sidebar Skip to footer
Showing posts with the label Photoshop

Photoshop Move Layer Along Y-axis

I'm working on a script that will move a layer, right, left, up, or down. This depends upon whi… Read more Photoshop Move Layer Along Y-axis

C# Equivalent To This Code

var xPos = new UnitValue( 0.5,'px') ; var yPos = new UnitValue( 0.5,'px'); var pixP… Read more C# Equivalent To This Code

How To Write Text To A Text File By Photoshop Javascript?

I took a look at Photoshop CS5 Scripting Guide and Photoshop CS5 JavaScript Reference, but I couldn… Read more How To Write Text To A Text File By Photoshop Javascript?