Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g3th/negative_photo
Create a Negative photo using Kotlin and Java-awt library
https://github.com/g3th/negative_photo
bufferedimage command-line-arguments image-processing java-awt kotlin photography
Last synced: about 10 hours ago
JSON representation
Create a Negative photo using Kotlin and Java-awt library
- Host: GitHub
- URL: https://github.com/g3th/negative_photo
- Owner: g3th
- Created: 2023-10-06T00:58:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T03:23:53.000Z (about 1 year ago)
- Last Synced: 2023-10-07T04:24:42.293Z (about 1 year ago)
- Topics: bufferedimage, command-line-arguments, image-processing, java-awt, kotlin, photography
- Language: Kotlin
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Negative Photo
## Negative Photo creation with command line arguments
### Create a Negative photo using Kotlin and Java.awt libraryUse an existing color image to create a negative copy, by launching the program with the appropriate command line arguments. This is a small part of the 'Seam Carving' Project on Hyperskill.
How to compile on terminal:
```kotlinc negative.kt -include-runtime -d negative.jar```
How to launch:
```java -jar negative.jar -in Photo.png -out Negative.png```