mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
Fixed
- close() / quit() Added functionality - setlayervisibility() Made SaveOptions into an enum for better readibility
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
set App = CreateObject("Photoshop.Application")
|
||||
set Doc = App.activeDocument
|
||||
Doc.Close
|
||||
Doc.Close(CInt(wScript.Arguments(0)))
|
||||
Reference in New Issue
Block a user