{"id":25932762,"url":"https://github.com/cosium/jai-imageio-core","last_synced_at":"2025-03-04T00:39:05.633Z","repository":{"id":57718486,"uuid":"78287652","full_name":"Cosium/jai-imageio-core","owner":"Cosium","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-07T17:18:14.000Z","size":14317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-25T20:41:19.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cosium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-07T15:46:03.000Z","updated_at":"2017-01-07T15:46:33.000Z","dependencies_parsed_at":"2022-09-02T12:30:24.732Z","dependency_job_id":null,"html_url":"https://github.com/Cosium/jai-imageio-core","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosium%2Fjai-imageio-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosium%2Fjai-imageio-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosium%2Fjai-imageio-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosium%2Fjai-imageio-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cosium","download_url":"https://codeload.github.com/Cosium/jai-imageio-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241763757,"owners_count":20016161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-04T00:39:05.007Z","updated_at":"2025-03-04T00:39:05.593Z","avatar_url":"https://github.com/Cosium.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"jai-imageio-core (standalone)\n=============================\n\n[![Build Status](https://travis-ci.org/Cosium/jai-imageio-core.svg?branch=master)](https://travis-ci.org/Cosium/jai-imageio-core)\n\nNOTE: This is a fork of the\n[original jai-imageio-core](https://java.net/projects/jai-imageio-core/)\n(which is no longer maintained).\n\n\nThis project adds read/write support for the following file types to \nJava's [ImageIO](http://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.html):\n \n* wbmp\n* bmp\n* pcx\n* pnm\n* raw\n* tiff\n* gif (write)\n\nThe classes of this projects are not generally used directly, but through\nthe SPI plugin mechanism of ImageIO. See the \n[ImageIO guide](http://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html)\nfor details.\n\nThis project is called 'standalone' as unlike the [original\njai-imageio-core](https://java.net/projects/jai-imageio-core/) \nit has removed dependencies to jai-core packages (`javax.media.jai`) and JPEG\n2000 (`jj2000`).  This version also does not include the C\nimplementations from libJIIO, meaning that this version is platform independent\nand fully redistributable under the 3-clause BSD license in\n[LICENSE.txt](LICENSE.txt) (and thus is Apache and GPL compatible).\n\nJPEG 2000 support is available as an additional module \n[jai-imageio-jpeg2000](https://github.com/jai-imageio/jai-imageio-jpeg2000)\nas it has a different (non-GPL compatible) license.\n\n\nIf you are not concerned about GPL compatibility or source code\navailability, you might instead want to use\nhttps://github.com/geosolutions-it/imageio-ext/ which is actively\nmaintained and extends the original imageio with many useful features,\nbut depends on the [binary distribution of jai\\_core](\nhttp://download.osgeo.org/webdav/geotools/javax/media/jai_core/1.1.3/).\n\n\nContribute\n----------\n\nYou are encouraged to raise a \n[Github Pull Request](https://github.com/jai-imageio/jai-imageio-core/pulls)\nwith any suggested improvements.\n\nYou can also raise an\n[issue](https://github.com/jai-imageio/jai-imageio-core/issues) - your stacktrace\nmight still be of use to someone else.\n\nCurrent committers and contributors:\n\n* [Stian Soiland-Reyes](http://orcid.org/0000-0001-9842-9718)\n* [John Hewson](http://jahewson.com/)\n* [Peter Hull](https://github.com/peterhull90)\n* [Mark Carroll](https://github.com/mtbc)\n* [Robin Stevens](https://github.com/PissedCapslock)\n* [Yannick De Turck](https://github.com/yannickdeturck)\n\n\n\nUsage\n-----\n\nThis project requires Java 5 or newer.  To build this project, use [Apache\nMaven](https://maven.apache.org/download.cgi) \n2.2.1 or newer and run:\n\n    mvn clean install\n\nTo use jai-imageio-core from a Maven project, add:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.jai-imageio\u003c/groupId\u003e\n        \u003cartifactId\u003ejai-imageio-core\u003c/artifactId\u003e\n        \u003cversion\u003e1.3.1\u003c/version\u003e\n    \u003c/dependency\u003e\n\nTo find the latest `\u003cversion\u003e` above, see \n[jai-imageio-core at BinTray](https://bintray.com/jai-imageio/maven/jai-imageio-core-standalone)\n\njai-imageio-core is [mirrored to Maven Central](https://repo1.maven.org/maven2/com/github/jai-imageio/jai-imageio-core/). \n\nAlternatively (e.g. right after a new release), you can use this\nexplicit [bintray repository](https://dl.bintray.com/jai-imageio/maven/):\n\n    \u003crepositories\u003e\n      \u003crepository\u003e\n        \u003cid\u003ebintray-jai-imageio\u003c/id\u003e\n        \u003cname\u003ejai-imageio at bintray\u003c/name\u003e\n        \u003curl\u003ehttps://dl.bintray.com/jai-imageio/maven/\u003c/url\u003e\n        \u003csnapshots\u003e\n          \u003cenabled\u003efalse\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n      \u003c/repository\u003e\n    \u003c/repositories\u003e\n\nThe Maven repository include additional artifact types such as `javadoc` and\n`sources` which should be picked up by your IDE's Maven integration.\n\n\nDownload\n--------\n\nTo download the binary JAR, see the \n[Downloads at BinTray](https://bintray.com/jai-imageio/maven/jai-imageio-core-standalone/view)\nor the [GitHub releases](https://github.com/jai-imageio/jai-imageio-core/releases)\n\n\nJavadoc\n-------\n\nStandalone [Javadoc for jai-imageio-core](http://jai-imageio.github.io/jai-imageio-core/javadoc/) is also\nprovided.\n\n\n\nCopyright and licenses\n----------------------\n\n* Copyright © 2005 Sun Microsystems\n* Copyright © 2010-2014 University of Manchester\n* Copyright © 2010-2015 Stian Soiland-Reyes\n* Copyright © 2015 Peter Hull\n* Copyright © 2015 Yannick De Turck\n* Copyright © 2015 Robin Stevens\n* Copyright © 2015 Mark Carroll\n\nThe source code for the jai-imageio-core project is copyrighted code that\nis licensed to individuals or companies who download or otherwise\naccess the code.\n\nThe complete copyright notice for this project is in\n[COPYRIGHT.txt](COPYRIGHT.txt)\n\nThe source code license for this project is **BSD 3-clause** with an\nadditional nuclear disclaimer, see\n[LICENSE.txt](LICENSE.txt)\n\n\nChangelog\n---------\n\n* 1.3.1 - Available as OSGi bundle (issue #13). \n      Fixed memory leak in TIFFImageWriter (issue #14).\n* 1.3.0 - Java package changed to com.github.jaiimageio (issue #10).\n    MANIFEST.MF metadata corrected.\n* 1.2.1 - Version 1.2.1 released. Pushing to Maven Central and BinTray. \n      Workaround for OpenJDK8 libjpeg bug (issue #6).\n      groupId changed from net.java.dev.jai-imageio to com.github.jai-imageio.\n      Fix for PNM ASCII write (issue #7).\n* 1.2-pre-dr-b04-2014-09-13 - Removed last jpeg2000 plugin. Javadoc now includes overview.      \n* 1.2-pre-dr-b04-2014-09-12 - Separated out [JPEG 2000](https://github.com/jai-imageio/jai-imageio-core/issues/4)\n      support from [jai-imageio-core](http://github.com/jai-imageio/jai-imageio-core)\n      for [licensing reasons](https://github.com/jai-imageio/jai-imageio-core/issues/4).\n      Re-enabled junit test (issue #5).\n* 1.2-pre-dr-b04-2013-04-23 - Updated README and pom, newer maven plugins, removed\n  broken links to dev.java.net. Javadocs included and published at\n  http://jai-imageio.github.com/jai-imageio-core/\n* 1.2-pre-dr-b04-2011-07-04 - Avoid Maven many build warnings. Fixed character set.\n* 1.2-pre-dr-b04-2010-04-30 - Initial Maven version, based on CVS checkout from\n  dev.java.net, but with Maven pom.xml and only code covered\n  by open source license.\n\n\n\nMore info\n---------\n\n* https://github.com/jai-imageio/jai-imageio-core\n* http://jai-imageio.github.io/jai-imageio-core/javadoc/\n* https://java.net/projects/jai-imageio-core/\n* http://www.oracle.com/technetwork/java/current-142188.html\n* http://download.java.net/media/jai/builds/release/1_1_3/\n* http://docs.oracle.com/javase/8/docs/api/javax/imageio/ImageIO.html\n* http://docs.oracle.com/javase/8/docs/technotes/guides/imageio/index.html \n* http://docs.oracle.com/javase/8/docs/technotes/guides/imageio/spec/imageio_guideTOC.fm.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosium%2Fjai-imageio-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosium%2Fjai-imageio-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosium%2Fjai-imageio-core/lists"}