This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Based on Adobe Community Forums member BlipAdobe's script: | |
// http://forums.adobe.com/message/3908198#3908198 | |
#target photoshop | |
// Constants | |
var QUANTIZE_PIXELS = 1; // The number of whole pixels we wish the path points to be quantized to | |
var PIXEL_RATIO = app.activeDocument.resolution / 72; // Standardize pixels and points | |
// Some helpers |