{"id":13716845,"url":"https://github.com/ij-plugins/ijp-color","last_synced_at":"2025-04-02T00:38:33.707Z","repository":{"id":16473112,"uuid":"19225332","full_name":"ij-plugins/ijp-color","owner":"ij-plugins","description":"Plugins for ImageJ - color space conversions and color calibration","archived":false,"fork":false,"pushed_at":"2024-01-15T22:13:57.000Z","size":3213,"stargazers_count":23,"open_issues_count":7,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-13T18:47:29.527Z","etag":null,"topics":["ijp-color","imagej","sbt-imagej","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mrcoles/original-facebook-graph-api-explorer","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":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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-04-28T02:59:09.000Z","updated_at":"2024-10-10T09:24:41.000Z","dependencies_parsed_at":"2024-02-03T05:40:22.477Z","dependency_job_id":"eb0dff21-25df-45b4-96b6-e4f781d4b203","html_url":"https://github.com/ij-plugins/ijp-color","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ij-plugins%2Fijp-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ij-plugins","download_url":"https://codeload.github.com/ij-plugins/ijp-color/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246735376,"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-color","imagej","sbt-imagej","scala"],"created_at":"2024-08-03T00:01:15.027Z","updated_at":"2025-04-02T00:38:33.687Z","avatar_url":"https://github.com/ij-plugins.png","language":"Scala","funding_links":[],"categories":["Image restoration and quality assessment"],"sub_categories":[],"readme":"ijp-color\n=========\n\nOperations on color spaces and color images. Can be used as a stand-alone library or a plugin\nfor [ImageJ](http://rsb.info.nih.gov/ij)\n\n[![Actions Status](https://github.com/ij-plugins/ijp-color/workflows/Scala%20CI/badge.svg)](https://github.com/ij-plugins/ijp-color/actions)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-color_3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-color_3)\n[![Scaladoc](https://javadoc.io/badge2/net.sf.ij-plugins/ijp-color_3/scaladoc.svg)](https://javadoc.io/doc/net.sf.ij-plugins/ijp-color_3)\n\n\n\u003c!-- TOC --\u003e\n\n* [ImageJ Plugins](#imagej-plugins)\n    * [IJP Color Calibrator](#ijp-color-calibrator)\n    * [IJP Color Calculator](#ijp-color-calculator)\n    * [IJP Color Chart ROI Tool](#ijp-color-chart-roi-tool)\n    * [IJP White Balance](#ijp-white-balance)\n* [Test Images](#test-images)\n* [Installing Plugins in ImageJ](#installing-plugins-in-imagej)\n    * [ImageJ](#imagej)\n        * [Option 1](#option-1)\n        * [Option 2](#option-2)\n    * [ImageJ2/FIJI](#imagej2fiji)\n    * [Troubleshooting](#troubleshooting)\n* [Stand-alone Library](#stand-alone-library)\n* [Development Setup](#development-setup)\n    * [Command line](#command-line)\n    * [IntelliJ](#intellij)\n\n\u003c!-- TOC --\u003e\n\nImageJ Plugins\n--------------\n\n### IJP Color Calibrator\n\nColor calibrates images using a color chart. Supported charts:\n\n* GretagMacbeth ColorChecker\n* X-Rite Passport\n* Image Science Associates ColorGauge\n* Custom charts - provide your own layout and CIE L\\*a\\*b\\* color values\n\nSupports 8, 16, 32 bit per channel color images, including raw.\n\n![Image Calibrator](https://github.com/ij-plugins/ijp-color/wiki/assets/Color_Calibrator_quick_usage.png)\n\nMore details in [project Wiki] under [Color Calibrator]\n\n### IJP Color Calculator\n\nTool for converting individual color values between different color spaces. Inspired by Bruce\nLindbloom [CIE Color Calculator](http://www.brucelindbloom.com/index.html?ColorCalculator.html)\n\n![Image Calibrator](https://github.com/ij-plugins/ijp-color/wiki/assets/Color_Converter_0.6_01.png)\n\nMore details in [project Wiki] under [Color Calculator]\n\n### IJP Color Chart ROI Tool\n\nConverts color chart ROI to individual chip ROIs. Measures color of each chip.\n\n![Chart Tool](https://github.com/ij-plugins/ijp-color/wiki/assets/Chart_Tool_0.9_01.png)\n\nMore details in [project Wiki] under [Color Chart ROI Tool]\n\n### IJP White Balance\n\nPerforms White Balance of an RGB image.\n\n![Chart Tool](https://github.com/ij-plugins/ijp-color/wiki/assets/White_Balance_0.12_01.png)\n\nMore details in [project Wiki] under [White Balance]\n\nTest Images\n-----------\n\nYou can test the calibrator plugin using images in [test/data](test/data).\n\nInstalling Plugins in ImageJ\n----------------------------\n\n### ImageJ\n\n#### Option 1\n\nPrebuild binaries are published with each [Release](https://github.com/ij-plugins/ijp-color/releases).\n\n1. Look for in the asset section for an \"ijp-color_plugins_\\*\\_win.zip\" file assuming you are using Windows,\n   or \"ijp-color_plugins_\\*\\_mac\\*.zip\" for MacOS. Do now download the \"Source code\".\n2. Download and unzip into ImageJ's `plugins` directory. It should create subdirectory \"ij-plugins\". There should be\n   several files with extension `*.jar`\n3. Restart ImageJ\n\n#### Option 2 (less frequently updated)\n\nIJP Color is also a part of the ij-plugins-bundle. You can download from\nits [Release](https://github.com/ij-plugins/ij-plugins-bundle/releases) page.\n\n### ImageJ2/FIJI\n\nNOTE: no recent updates with this method, due to issues with FIJI and JavaFX updates.\n\nIJP Color is a part of the ij-plugins-bundle that is also distributed for FIJI/ImageJ2\nas [IJ-Plugins Update Site](https://sites.imagej.net/IJ-Plugins/): \"https://sites.imagej.net/IJ-Plugins/\"\n\n### Troubleshooting\n\nDepending on your ImageJ installation there may be issues properly loading the ijp-color plugin components,\nsee [Troubleshooting Wiki] for some hints. Please post your experience or ask questions in\nthe [Troubleshooting Discussions].\n\n\nStand-alone Library\n-------------------\n\n`ijp-color` was designed to be easily used as a stand-alone library. Examples of use are provided in\nthe [ijp-color/test](ijp-color/src/main/test/scala/net/ij/ij_plugins/color) directory.\n\n\nDevelopment Setup\n-----------------\n\nThe minimum requirement to build an run the plugin in development environment is [Java](java.oracle.com)\nand [SBT](http://www.scala-sbt.org/). SBT will download all needed dependencies. Key libraries:\n[ImageJ](https://imagej.nih.gov/ij/), [Scala](https://www.scala-lang.org/), and [ScalaFX](http://www.scalafx.org/).\n\n### Command line\n\nYou can build the `ij-color` plugins and run it within ImageJ using SBT task `ijRun` from the `experimental` module:\n\n```\nsbt ijRun\n```\n\n### IntelliJ\n\nYou will need to install Scala plugin then import the project from `build.sbt` file. To run the `ij-color` plugins in\nImageJ, setup \"Run Configuration\" for \"SBT Task\" and add task `experimental/ijRun`.\n\n[project Wiki]: https://github.com/ij-plugins/ijp-color/wiki\n\n[Discussions]: https://github.com/ij-plugins/ijp-color/discussions\n\n[Color Calculator]: https://github.com/ij-plugins/ijp-color/wiki/Color-Calculator.md\n\n[Color Calibrator]: https://github.com/ij-plugins/ijp-color/wiki/Color-Calibrator.md\n\n[Color Chart ROI Tool]: https://github.com/ij-plugins/ijp-color/wiki/Color-Chart-ROI-Tool.md\n\n[White Balance]: https://github.com/ij-plugins/ijp-color/wiki/White-Balance.md\n\n[Troubleshooting Wiki]: https://github.com/ij-plugins/ijp-color/wiki/ImageJ-Launcher-Troubleshooting\n\n[Troubleshooting Discussions]: https://github.com/ij-plugins/ijp-color/issues/71","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fij-plugins%2Fijp-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fij-plugins%2Fijp-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fij-plugins%2Fijp-color/lists"}