Crop to first pixels

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

lukasz

Crop to first pixels

Post by lukasz »

is there a way to detect first top bottom left and right pixels then crop an image to the first pixels?

solutions I found doesn't work with odd shapes like circles

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

larsen67

Crop to first pixels

Post by larsen67 »

Code: Select allapp.activeDocument.trim(TrimType.TRANSPARENT,true,true,true,true);