I have a file with many points' coordinate. The file's content looks like this :
Code: Select all
color 1224,257 point color 1224,259 point color 1050,256 point color 1057,256 point color 1058,256 point...
I hope I described the problem clearly, please ask me anything that can make it more understandable.
Really thanks for any help !
-----------------------------
Update: my file is "Pixel.txt" which contains fixed pixels' coordinates, and "X.png" can be ANY image. That I hope I can use it like this :
Code: Select all
convert X.png -colorspace gray -draw @Pixel.txt X.png