{"id":26923013,"url":"https://github.com/ij-plugins/ijp-imageio","last_synced_at":"2025-04-02T00:38:31.862Z","repository":{"id":57744842,"uuid":"53740213","full_name":"ij-plugins/ijp-imageio","owner":"ij-plugins","description":"Read and write [ImageJ](http://rsb.info.nih.gov/ij/) images using Java ImageIO codes","archived":false,"fork":false,"pushed_at":"2023-05-16T23:56:38.000Z","size":24358,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T20:48:58.376Z","etag":null,"topics":["ijp-imageio","image-reader","imageio","imagej"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ij-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-03-12T16:02:54.000Z","updated_at":"2022-05-24T04:41:16.000Z","dependencies_parsed_at":"2023-02-09T21:00:51.437Z","dependency_job_id":"a2c45332-8ab4-465d-8157-a83c2f0802a2","html_url":"https://github.com/ij-plugins/ijp-imageio","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-imageio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-imageio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-imageio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-imageio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ij-plugins","download_url":"https://codeload.github.com/ij-plugins/ijp-imageio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246735377,"owners_count":20825223,"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":["ijp-imageio","image-reader","imageio","imagej"],"created_at":"2025-04-02T00:38:31.288Z","updated_at":"2025-04-02T00:38:31.847Z","avatar_url":"https://github.com/ij-plugins.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿IJP-ImageIO Plugin Bundle for ImageJ\n====================================\n\n[![Scala CI](https://github.com/ij-plugins/ijp-imageio/actions/workflows/scala.yml/badge.svg)](https://github.com/ij-plugins/ijp-imageio/actions/workflows/scala.yml)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp_imageio/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp_imageio)\n[![javadoc](https://javadoc.io/badge2/net.sf.ij-plugins/ijp_imageio/javadoc.svg)](https://javadoc.io/doc/net.sf.ij-plugins/ijp_imageio)\n\n\nOverview\n--------\n\nIJP-ImageIO enable reading and writing images using Java ImageIO codecs. The core ImageIO formats: JPEG, PCX, PNG, PNM,\nBMP, WBMP, and GIF. TIFF supports reading and writing using various compression schemes: LZW, JPEG, ZLib, and Deflate.\nFor more detailed information see [Wiki].\n\n\nPlugins\n-------\n\nIJP-ImageIO install plugins under following ImageJ menu locations:\n\n* File/Save As\n  - PNG ...\n  - PNM ...\n  - Compressed TIFF ...\n  \n* Plugins/Image IO:\n  - Open ...\n  - Open with preview ...\n  - Save as ...\n  \n* Help/About Plugins\n  - IJP-ImageIO ...\n  - IJP-ImageIO readers \u0026 writers ...\n\n\nSystem Requirements\n-------------------\n\nImage I/O plugin bundle requires ImageJ 1.48v or newer and Java 9 or newer.\n\n\nInstallation\n------------\n\n1. Download the latest binary release of ijp-imageio from [Releases](https://github.com/ij-plugins/ijp-imageio/releases)\n   page: `ijp_imageio-\u003cversion\u003e.jar`\n\n2. Copy `ijp_imageio-\u003cversion\u003e.jar` to ImageJ plugins directory. You can find location of ImageJ plugins directory by\n   selecting \"Plugins\"\u003e\"Utilities\"\u003e\"ImageJ Properties\", look for value of tag \"plugins dir\" near the bottom of the\n   displayed Properties' window.\n\n3. Restart ImageJ to load newly installed plugins.\n\n\nUsing as a Stand-alone Library\n------------------------------\n\nYou IJP-ImageIO as a stand-alone library. You will need to add dependency on:\n\n```\ngroupId   : net.sf.ij-plugins\nartifactId: ijp_imageio\nversion   : \u003cversion\u003e\n```\nFor instance, for [SBT] it would be:\n\n```\n\"net.sf.ij-plugins\" % \"ijp_imageio\" % \"\u003cversion\u003e\"\n```\n\nBuilding\n-----------------------------------\n\n### Prerequisites:\n\n* Java compiler, tested with Oracle Java 11 (http://java.oracle.com). Java 9+ is required for TIFF support.\n* [SBT build tool](https://www.scala-sbt.org/)\n    \n### Building\n\nTo rebuild and start included version of ImageJ type:\n```\n$ sbt ijRun\n```\n\nSupport of Additional File Formats\n----------------------------------\n\nYou can use additional image codecs that support Java ImageIO API and service registration. The JAR with the additional\ncodec will need to be added to application class path. For instance, you can get JPEG2000 support by adding JAR\nfrom [jai-imageio-jpeg2000](https://github.com/jai-imageio/jai-imageio-jpeg2000) project.\n\nLicense\n-------\n\nCopyright (C) 2002-2021 Jarek Sacha\n\nThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public\nLicense as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later\nversion.\n\nThis library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied\nwarranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more\ndetails.\n\nYou should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the\nFree Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n\n[Wiki]: https://github.com/ij-plugins/ijp-imageio/wiki","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fij-plugins%2Fijp-imageio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fij-plugins%2Fijp-imageio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fij-plugins%2Fijp-imageio/lists"}