You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have identified a requirement to expand the Color Palette Table (CPT) support classes and to provide a demo application to show how to use them. In particular, the CPT classes should be capable of parsing the sample files given in Generic Mapping Tools project space at https://github.com/GenericMappingTools/gmt/tree/master/share/cpt.
Work is in progress. Preliminary code is available in the current development space. A demo application is available at org.gridfour.demo.utils.palette.ColorPaletteTableRender.java
Here's an example output from the Generic Mapping Tools files:
The text was updated successfully, but these errors were encountered:
I am considering the addition of a package called org.gridfour.imaging to store utilities related to the production of images. If I do, I will probably move the color-palette-table package to a new location org.gridfour.image.cpt.
Code that addresses this issue is included in the Gridfour Core 1.0.2 release now available via the Maven Central Repository or (as always) through Github. You may read the Javadoc at The Gridfour Application Notes Page.
I will be leaving this issue open until I prepare some example application code.
The latest version of the CPT API is available in the Core module of the Gridfour API.
The CPT classes depend on the Java AWT. In the future, we may move them to a separate package in order to remove dependencies on the AWT from the Core package. This change will allow the core Gridfour API to operate under Android OS (which does not support the Java AWT).
I have identified a requirement to expand the Color Palette Table (CPT) support classes and to provide a demo application to show how to use them. In particular, the CPT classes should be capable of parsing the sample files given in Generic Mapping Tools project space at https://github.com/GenericMappingTools/gmt/tree/master/share/cpt.
Work is in progress. Preliminary code is available in the current development space. A demo application is available at org.gridfour.demo.utils.palette.ColorPaletteTableRender.java
Here's an example output from the Generic Mapping Tools files:
The text was updated successfully, but these errors were encountered: