Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily broken? #2

Open
majid4466 opened this issue Mar 7, 2014 · 1 comment
Open

Easily broken? #2

majid4466 opened this issue Mar 7, 2014 · 1 comment

Comments

@majid4466
Copy link

If you extract all frames and AND their set pixels, some of noise pixels cancel themselves out. That results in a less noisy image which is easier to recognize, not harder (compared to providing a single frame, non-animated image).

To overcome this weak point, I think for each frame, we have to move the text a bit randomly. An alternative method for 'snow' would be XORing the noise pixels with the base image; i.e. if the noise pixel falls on a set pixel in the original image, unset it.

@PHPGangsta
Copy link
Owner

Hi Majid,

it totally makes sense what you say, would you be interested in creating a patch for your suggestion? I think it would enhance the robustness against graphic-analyizing bots.

Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants