Skip to content

Performance

LeaFrock edited this page Apr 8, 2021 · 13 revisions

The performance of CaptchaN benefits a lot from the underlying project ImageSharp.

This page will show how to use CaptchaN in a perf-friendly way.

PainterOption

Width/Height

Point

Line

Bubble

Interfer Chars

Color

File format of image

Web API sample

The Web API sample will produce an image with a size around 3K each call. And intervals of most calls are below 15ms. It should be a good reference to take.

Clone this wiki locally