I must be missing something :sign0085:
I've been playing with the Imagelib - you'll be able to work out why
I have 2 questions:
You'll note that there is a workaround for the first problem in place. Change the if pixel = cBlack then to if form1.getpixel(x,y) = cBlack then to see the difference
I've been playing with the Imagelib - you'll be able to work out why
I have 2 questions:
- Why does the form1.getpixel value change when I use exactly the same coordinates but from a sub?
- Why do i get an error if I change the "false" to "true" in drawer1.new1("Form1", false)?
You'll note that there is a workaround for the first problem in place. Change the if pixel = cBlack then to if form1.getpixel(x,y) = cBlack then to see the difference