Hi,
I am attaching an encrypted image.In this image the pixel containing the value 255 is the line reference pixel.That is i need to map the first 255 at 0,0 and the next 255 at 1,1501 and so on.Most importantly if the difference between 2 succucive 255 is not 1500(one line) then i need to fill a value of 200 to complete the line.eg: if i get 255 at 0,0 and the next at 0,1000 then i need to fill the value 200 500 times to complete the value of one line and then map the next 255 at 1,1501.Please Help.