ITF Chartizate
Description
This is an image to char coder, with a spin off to the current available ones ITF comes from image train filters and the idea is to use this library in many other projects. However the idea was to create a train of filters where each wagon would transform the image. It should work much like the chain of responsibility pattern.
Example:
There are more available libraries to use in different environments. Please take a look at the itf-chartizate-modules project.
Tools
$ git push --delete origin 2.0.0
$ git tag --delete 2.0.0
gpg --keyserver hkp://keyserver.ubuntu.com --send-keys <your GPG key>
gpg --list-keys
export GPG_TTY=$(tty)
mvn clean deploy -Prelease
mvn nexus-staging:release -Prelease
Maven
<dependency>
<groupId>org.jesperancinha.itf</groupId>
<artifactId>itf-chartizate</artifactId>
<version>5.0.1</version>
<type>pom</type>
</dependency>
References
- Definitive Guide To Java 12
- Publish AAR to jCenter and Maven Central
- Publishing Android Library to Bintray with Gradle + Buddy.Works
- How to distribute your own Android library through jCenter and Maven Central from Android Studio
- Creating .asc signature files with GPG
- Publish java library to JFrog Bintray and OSS Sonatype with Gradle
- Enjoy Bintray and use it as pain-free gateway to Maven Central
- Android Library Publishing Maven Artifacts via gradle
- Gradle generate javadoc for Android
- A Complete Guide to Create and Publish an Android Library to Maven Central
- Publish a Java Project to Maven Central with Gradle
- Sign and publish on Maven Central a Project with the new maven-publish Gradle plugin
- How to Upload an Open-Source Java Library to Maven Central
- Nexus Sonatype
- Working with PGP Signatures
Deprecated
The following are libraries available in JFrog. I am not maintaining them anymore because of the major refactoring I had to do to support my other project Image train filters. You can find the releases in this repo and also in JFrog. The coming versions will be more stable and thought out to the general public.