Skip to content

Create a Negative photo using Kotlin and Java-awt library

Notifications You must be signed in to change notification settings

g3th/Negative_Photo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Negative Photo

Negative Photo creation with command line arguments

Create a Negative photo using Kotlin and Java.awt library

Use 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

Releases

No releases published

Packages

No packages published

Languages