Skip to content

nikolaybespalov/imageio-ozf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageio-ozf

Build Status Codacy Badge Codacy Badge Maven Central

ImageIO plugin that allows you to use OziExplorer raster files(ozf2/ozf3) in your Java application.

OziExplorer

It's as easy as reading any other image file

    BufferedImage ozfImage = ImageIO.read(new File("image.ozf3"));

Just add dependency to your pom.xml

    <dependency>
        <groupId>com.github.nikolaybespalov</groupId>
        <artifactId>imageio-ozf</artifactId>
        <version>${imageio.ozf.version}</version>
        <scope>runtime</scope>
    </dependency>

Or to your build.gradle

    dependencies {
        runtime("com.github.nikolaybespalov:imageio-ozf:${imageio.ozf.version}")
    }

And your project will be able to work with .ozf files!

Look at gt-ozi if you build your app on GeoTools stack.

About

ImageIO plugin that allows you to use OziExplorer raster files(ozf2/ozf3) in your Java application.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages