Background
You can find out the background information on this tool here. There is also a video demonstrating its use.
Steps
- The tool can be found in the CairoUtilityToolsKit package. In there, you will find a class called CairoPNGImageTool.
- Select the windowSpec method on the class side and then press the Open button on the Visual tab of the class browser.
- Alternatly, you can also look for the class side method openInWindow. Evaluate (Do it) the line between the quotes “CairoPNGImageTool openInWindow” to launch the tool.
- Load your PNG image by pressing the Load PNG Image From File.
- In the Class Name: input field, enter the name of the class where you want to install the image . If your class is part of a namespace, you will need to preceed your class name with the namespace (e.g. myNamespaceName.myClassName).
- In the Selector: input field, enter your method name.
- Press the Install On Class button to install your image.
