Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imgly/pesdk-server-build
A fully customizable photo editor for your app.
https://github.com/imgly/pesdk-server-build
batch-processing canvas image-manipulation img javascript node nodejs photo-editor photoeditor-sdk photoeditorsdk sdk server webgl
Last synced: 3 months ago
JSON representation
A fully customizable photo editor for your app.
- Host: GitHub
- URL: https://github.com/imgly/pesdk-server-build
- Owner: imgly
- License: other
- Created: 2017-09-22T10:12:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:07:54.000Z (10 months ago)
- Last Synced: 2024-04-15T04:33:18.974Z (9 months ago)
- Topics: batch-processing, canvas, image-manipulation, img, javascript, node, nodejs, photo-editor, photoeditor-sdk, photoeditorsdk, sdk, server, webgl
- Language: JavaScript
- Homepage: https://www.photoeditorsdk.com
- Size: 33.9 MB
- Stars: 4
- Watchers: 17
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## PhotoEditor SDK for the Server/NodeJS
The PhotoEditor SDK for Server is a **fully customizable** photo editor which you can integrate into your NodeJS application within minutes.
It contains the most important photo editing tools such as;
Auto-Enhance, Crop, Rotate, Focus, Brightness, Contrast, Saturation, and more.
It also features state-of-the-art photo filters, designed and calibrated with a lot of love.Visit [our website](https://img.ly/) for tutorials on how to integrate and customize the editor.
## Setup Instructions
### Mac OSX
```shell
$ xcode-select --install
$ brew install libtiff jpeg libpng cairo libsvg librsvg giflib pango node
$ npm install
```### Ubuntu
```shell
$ sudo apt-get install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++
$ npm install
```### AWS EC2 / Headless Server
A tutorial on how to deploy the PhotoEditor SDK Server to AWS EC2 using WebGL or Canvas is available [here](AWS.md).## Documentation
Visit our [docs](https://docs.photoeditorsdk.com)## Examples
Visit our [website](https://img.ly/).## License
Please see [LICENSE](https://github.com/imgly/pesdk-server-build/blob/master/LICENSE.md) for licensing details.## Authors and Contributors
Made 2013-2023 by [img.ly](https://img.ly/)## Support and License
Use our [service desk](https://img.ly/support) for bug reports or support requests. To request a commercial license, please use the [license request form](https://img.ly/pricing) on our website.