Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupino/process-image
An image process system.
https://github.com/lupino/process-image
haskell image-processing
Last synced: about 1 month ago
JSON representation
An image process system.
- Host: GitHub
- URL: https://github.com/lupino/process-image
- Owner: Lupino
- License: bsd-3-clause
- Created: 2017-06-09T11:50:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T12:43:31.000Z (about 1 year ago)
- Last Synced: 2024-04-14T15:57:36.845Z (9 months ago)
- Topics: haskell, image-processing
- Language: Haskell
- Homepage: http://www.jianshu.com/p/2c2194dcb32d
- Size: 119 KB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# process-image
An image process system.
# Build
Recommand build `process-image` with [`stack`](https://docs.haskellstack.org/en/stable/README/)
git clone https://github.com/Lupino/process-image.git
cd process-image
mkdir bin
echo 'local-bin-path: bin' >> stack.yaml
stack build
stack installBuild `upload-file.go`
export GOPATH=`pwd`
cd app
go get -d
go build upload-file.go
mv upload-file ../bin
cd ..Install `periodicd`
wget https://github.com/Lupino/haskell-periodic/releases/download/v1.1.4.0/periodic-linux-v1.1.4.0.tar.bz2
cd bin
tar xvf ../periodic-linux-v1.1.4.0.tar.bz2
cd ..# Quick start
./bin/periodicd
./bin/process-image config.yml
./bin/upload-file -bucket youbucket -accessKey youkey -accessID youid# Process an image
periodic submit save icon.png -w @icon.png