add image processing initial features

This commit is contained in:
krrishg
2023-11-30 12:36:09 +05:45
commit f43fcbac56
11 changed files with 608 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
plugins {
id("java")
}
group = "com.krrishg"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
}
dependencies {
implementation 'commons-io:commons-io:2.8.0'
}