This is a photo editing application, written in pure Javascript and HTML5.
To use the tool the latest version of node.js needs to be installed.
Clone / Download and unpack the project.
Create dependencies by opening a terminal in directory and run "npm install"
Then start the server with "npm start" and browse to "localhost:1337"
- assets/js: contains javascript functions, starting point: photo.js
- assets/data: contains json output for displaying the gallery
- api/controllers: contains FileController, responsible for image uploading and JSON processing
- views: contains views used in our project
- config/routes.js: handles routing for our application
This project is part of a university course and is maintained by nicostuhlfauth and benediktrauch. The task was to create a photo editing application in Javascript using HTML 5 Canvas, but without using the build-in Javascript functions like rotate/transform etc.
Upload new Images
View and pick images for edit
Apply filters
We used sails.js-Framework, licensed MIT, the materializecss-package, licensed MIT and Material Design Icons. Thanks.