// This macro demonstrates how to add points to // an overlay. It requires ImageJ 1.52i or later. newImage("New", "RGB ramp", 512, 512, 1); makePoint(80, 80, "tiny yellow hybrid add"); makePoint(118, 161, "small yellow hybrid add"); makePoint(157, 250, "large yellow hybrid add"); makePoint(203, 325, "extra large yellow hybrid add"); makePoint(60, 80, "tiny red cross add"); makePoint(90, 161, "small red cross add"); makePoint(130, 250, "large white circle add"); makePoint(170, 325, "extra large cyan dot add label"); Overlay.drawLabels(false);