We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey guys first time on the forum :) so i started play around with processing 1 week ago and i am now building a Axidraw copycat with an arduino and i want to be able to load black and white images and then get the coordinates of the black pixels so i can send them over serial to arduino. Sending coordinates to arduino part is complete i just need to convert image to coordinates is this possible
thanks :)
Answers
@NewStudent -- welcome, and good to hear. Regarding your Axidraw-with-Arduino project, yes, it sounds possible.
get()
? https://processing.org/reference/get_.htmlThank you so much jeremydouglass i checked the reference Page and thats exactly what i was looking for :) also images are already Black and white and there is no grey pixels