Share

Slicing

[Slices][Desktop Automation]

In Slices, Lua script files are loaded via Prepare > Run Lua script. In addition to the functions of [Desktop Automation], the default slice object in the realm of the script provides convenient access to the currently loaded slice stack.

There are four main objects regarding slices:

  • Slice: Represents a slice stack
  • SliceInput with its OptionItem object: a helper object to set up a slice conversion method more comfortably than the Slice object methods that perform the conversion right away
  • Slice layer: An individual layer in a slice stack with its vector data
  • Slice image exporter: a helper object to set up export of slice data to a bitmap image format

Was this information helpful?