Skip to content

Commit d391de1

Browse files
committed
Add pages for ijp-color project.
1 parent 85c3cd4 commit d391de1

7 files changed

Lines changed: 59 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby "2.5.1"
2+
ruby "2.6.1"
33

44
# Hello! This is where you manage which Jekyll version is used to run.
55
# When you want to use a different version, change it below, save the

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ github_username: ij-plugins
2525
markdown: kramdown
2626
theme: minima
2727
#theme: just-the-docs
28-
#color_scheme: "dark"
28+
color_scheme: "dark"
2929
plugins:
3030
- jekyll-feed
3131

55.2 KB
Loading
349 KB
Loading

docs/ijp-color/color-calculator.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: default
3+
title: IJP Color Calculator
4+
nav_order: 3
5+
parent: IJP-Color
6+
permalink: /docs/ijp-color/color-calculator
7+
---
8+
9+
__IJP Color Calculator__ is an interactive tool for converting individual color values between different color spaces. Inspired by Bruce Lindbloom [CIE Color Calculator](http://www.brucelindbloom.com/index.html?ColorCalculator.html)
10+
11+
![Image Calibrator]({{ site.url }}/assets/images/ijp-color/Color_Calculator_0.6_01.png)

docs/ijp-color/color-calibrator.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: default
3+
title: IJP Color Calibrator
4+
nav_order: 2
5+
parent: IJP-Color
6+
permalink: /docs/ijp-color/color-calibrator
7+
---
8+
9+
__IJP Color Calibrator__ plugin color calibrates images using a color chart. Supported charts:
10+
* GretagMacbeth ColorChecker
11+
* [X-Rite ColorChecker Passport](https://xritephoto.com/colorchecker-passport-photo)
12+
* [Image Science Associates](https://www.imagescienceassociates.com/) ColorGauge
13+
14+
Supports 8, 16, 32 bit per channel color images, including raw.
15+
16+
![Image Calibrator]({{site.url}}/assets/images/ijp-color/Color_Calibrator_0.6_01.png)
17+
18+
## Features
19+
* Interactive placement of color chart (select 4 corners using polygon selection)
20+
* Custom chip margin
21+
* Render colors of the reference chart and display reference values
22+
* Assume that input image is in linear XYZ (e.g raw image) or non-linear (sRGB) color space
23+
* 6 mapping options (linear, linear cross-band, quadratic, quadratic cross-band, cubic, cubic-cross band)
24+
* Automatic computation of the best reference and mapping method ("Suggest Options")
25+
* Displays detailed information about the correction, including errors for each chip, and correction fit scatter plots ("Show extra info")
26+
* Computed calibration can be applied to other images, assuming that images were acquired under the same lighting and cameras settings

docs/ijp-color/ijp-color.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: default
3+
title: IJP-Color
4+
nav_order: 4
5+
has_children: true
6+
permalink: /docs/ijp-color
7+
---
8+
9+
IJP-Color is a set of plugins for ImageJ for color calibration and other operations on color images. The code can also be used as a library outside of ImageJ UI.
10+
11+
* [IJP Color Calibrator]({{ site.url }}/docs/ijp-color/color-calibrator) - can color calibrate an images using an a color chart.
12+
13+
* [IJP Color Calculator]({{ site.url }}/docs/ijp-color/color-calculator) - tool to convecting individual color values between different color spaces.
14+
15+
The source code is located in GitHub [ij-plugins project](https://github.com/ij-plugins/ijp-color)
16+
17+
Information about releases, including download, is available from the [ij-plugins releases](https://github.com/ij-plugins/ijp-color/releases) page.
18+
19+
[![Build Status](https://travis-ci.org/ij-plugins/ijp-color.svg?branch=develop)](https://travis-ci.org/ij-plugins/ijp-color) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-color_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-color_2.12) [![Scaladoc](http://javadoc-badge.appspot.com/net.sf.ij-plugins/ijp-color_2.12.svg?label=scaladoc)](http://javadoc-badge.appspot.com/net.sf.ij-plugins/ijp-color_2.12)
20+

0 commit comments

Comments
 (0)