mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
13 lines
734 B
Markdown
13 lines
734 B
Markdown
# ps
|
|
[](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.
|
|
|
|
## Installation
|
|
```bash
|
|
$ go get -u github.com/sbrow/ps
|
|
```
|