Search code examples
apiimagej

How can I tint an image using the ImageJ API


I am new to ImageJ and I am seeking to tint an image using the programmatic API of ImageJ.

  • Is it possible? If so how?
  • Where is the relevant documentation/Javadocs regarding image tinting with ImageJ?

Solution

  • Image > Adjust > Color Balance… is a good starting point; it's discussed in §28.2.3 Color Balance….