mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Updates, Improvements, and Fixes
* Moved scripts / runner to separate package
allows future replacement with PS Plugin.
* Fixed issues with Refresh and removed "layer" function.
* Added github documentation via godocdown.
* Reduced number of calls to Panic.
* Updated Tests
* Updated documentation.
* Fixed warnings.
* .gitignore now ignores .test and .out files.
This commit is contained in:
13
README.md
13
README.md
@@ -1,2 +1,13 @@
|
||||
# ps
|
||||
Interface from Golang to Adobe Photoshop (CS5)
|
||||
[](https://godoc.org/github.com/sbrow/ps) [](https://travis-ci.org/sbrow/ps) [](https://coveralls.io/github/sbrow/ps?branch=master) [](https://goreportcard.com/report/github.com/sbrow/ps)
|
||||
|
||||
Package ps is a rudimentary API between Adobe Photoshop CS5 and Golang. The
|
||||
interaction between the two is implemented using Javascript/VBScript.
|
||||
|
||||
Currently only supports Photoshop CS5 Windows x86_64. go:generate godocdown
|
||||
-output=README.md
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
$ go get -u github.com/sbrow/ps
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user