[inactive migration from GitLab] GIMPShot: A tool to make a screenshot and load it into GIMP directly
Go to file
2022-07-13 19:56:35 +02:00
.settings add code 2022-07-13 19:56:35 +02:00
bin add code 2022-07-13 19:56:35 +02:00
gradle/wrapper add code 2022-07-13 19:56:35 +02:00
src/main/java/de/tudbut/gimpshot add code 2022-07-13 19:56:35 +02:00
.classpath add code 2022-07-13 19:56:35 +02:00
.gitignore add code 2022-07-13 19:56:35 +02:00
.project add code 2022-07-13 19:56:35 +02:00
build.gradle add code 2022-07-13 19:56:35 +02:00
gradlew add code 2022-07-13 19:56:35 +02:00
gradlew.bat add code 2022-07-13 19:56:35 +02:00
README.md add code 2022-07-13 19:56:35 +02:00
settings.gradle add code 2022-07-13 19:56:35 +02:00

GIMPShot

A screenshot tool which opens GIMP (or any other image editor) with a shot of the entire screen.

Why java?

I originally wanted to use rust for this, however, screenshot-rs is completely broken and I don't feel like fixing it because I don't have much experience with rust.