Skip to main content
Hal.long
Participant
September 11, 2020
Question

How to use scripting to create slices in Photoshop.

  • September 11, 2020
  • 1 reply
  • 578 views

Hi All,

 

I want to know how to use scripting to create slices in Photoshop.

if have an example for use python way that be great.

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
September 11, 2020

Photoshop Scripting supports VBS, Apple Script and Javascript.  Adobe DOM does not cover all of Photoshop Features.  Often Action Manager code need to be used to script things in a Photoshop script.  I would suggest installing Adobe Scriptlistener plug-in and see if it records Action manager coder when you use the slice tools.  I never use those tools I do not develop for the web and have remover those tools in my tool bar. I have never seen a script the has scripted slicing. I never look for one that did.  There is very litle info in Adobe DOM  for slice,

JJMack