Hi sir / mem im creating a desktop application in java Swing for doctor.I want every pixel value not to be counted between two points. Suppose I have one point (100,145), and the second point (173 190), and I want to get a pixel between these two points. Each pixel (x, y) has a value between these two points. How can i do this?
source
share