https://github.com/gto76/fun-photo-time
Image filtering fun for everyone!
https://github.com/gto76/fun-photo-time
image-editor image-filters image-processing
Last synced: about 1 year ago
JSON representation
Image filtering fun for everyone!
- Host: GitHub
- URL: https://github.com/gto76/fun-photo-time
- Owner: gto76
- License: gpl-2.0
- Created: 2013-11-19T19:19:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T00:51:55.000Z (about 9 years ago)
- Last Synced: 2025-03-18T09:51:35.516Z (about 1 year ago)
- Topics: image-editor, image-filters, image-processing
- Language: Java
- Size: 1.35 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fun Photo Time
==============
#### Image filtering fun for everyone!

How To Run on…
--------------
### Windows
1. [Download ZIP](https://github.com/gto76/fun-photo-time/archive/master.zip)
2. Extract it
3. Double click run.bat
### UNIX
```
$ git clone https://github.com/gto76/fun-photo-time.git
$ cd fun-photo-time
$ ./run
```
Features
--------
* Written in Java.
* A lot of filters.
* Arithmetic and logic operations between images (add, subtract, and, or...)
* No undo! Every operation opens new frame with processed image.
* _Tile all_ command that nicely tiles all frames inside main frame.
* Single key shortcuts for all commands.