Is it possible to create a CAPTCHA on your experience?

It will be lika a 100×100 pixels image. It will contain 10000 frames in total.
These frames will be colored to create an image.

They will. But it will be hard to trace them.
For example, imagine if we have image of a banana.

  • We tilt it to random color. It will not be possible to recognize it by color in code.
  • We distort the edges. The shape’s form will be distorted.
  • We add random noise in image. Random colored pixels all over the image.

Even if it’s recognizable. We move the shape a bit to the left, and we can’t hard code check if the shape will be to the left or not, because the shape will be next time to the right. There is just infinite possibilities.