How to get ordered path list from image?
We have got image 100×100 pixels. In this image red line is a path. When i parse this image to pixel colors i get red pixel in random order (in fact i get pixels from image line by line from top to bottom). But i want get a list of ordered dots of the path from point A to point B. How to do it.