Skip to content

fifoc/kotlin-decoder

Repository files navigation

FIF Kotlin Decoder

Build
Decodes fif images into png

Using

First grab one of the releases or build one yourself

Run java -jar kotlin-decoder.jar INPUT OUTPUT --option value

Options:
--frame-mode enables frame mode, decodes fif as a sequence of frames and treats OUTPUT as a folder instead
--zero-padding sets amount of zeros to pad to frame sequence names. Default is 4

Building

Building requires jdk 8 or higher installed on the machine

Build using ./gradlew build
Then grab the built jar from build/libs/kotlin-decoder.jar

License

This project is licensed under the AGPL-3.0 License - see the LICENSE file for details