Login  Register

Hexadecimal Code and image tools

Posted by P Roman on Mar 14, 2017; 4:40pm
URL: http://imagej.273.s1.nabble.com/Hexadecimal-Code-and-image-tools-tp5018295.html

Hi all,

I am just starting using imageJ and do some macros. However I have some doubts about how to customize the ImageJ toolbar. I have read that in order to create a tool for a certain macro you have to know its hexadecimal code, like in this case:

macro "Adjust Brightness and Contrast Action Tool - C037D04D05D06D07D08D09D0aD0bD0cD14D18D1cD24D28D2cD34D38D3cD45D46D47D49D4aD4bD6bD6cD76D77D78D79D7aD84D85Da6Da7Da8Da9DaaDb5DbbDc4DccDd4DdcDe5DebDf6Dfa" {
        run("Brightness/Contrast...");
   }


Nevertheless, I am not sure about how I can create a tool icon for other types of functions in imageJ such as Make Binary or Watershed, or where can I find the hexadecimal code correspondent to a macro.

Any advice about how can I create tool icons would be great

Thanks in advace