Skip to content

ImageVeil Lib is an extendable Kotlin library which can anonymise images. It has a command line interface and a Kotlin API.

License

Notifications You must be signed in to change notification settings

zoku/image-veil-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageVeil lib

This is the library behind image-veil.net.

Build

mvn clean install

Usage

Command line

java -jar image-veil-lib-X.Y.Z.jar PATH/TO/IMAGE.jpg PATH/TO/OUTPUT.jpg

Kotlin

See example usage in src/main/kotlin/imageveil/lib/ImageVeil.kt

ImageVeil can take a File or InputStream.

Development

You can create your own Transformers by extending Transformer and later adding them to the queue with imageVeilInstance.addTransformerToQueue()

About

ImageVeil Lib is an extendable Kotlin library which can anonymise images. It has a command line interface and a Kotlin API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages