Uses of Class
org.miaixz.bus.extra.captcha.provider.GifProvider
Packages that use GifProvider
Package
Description
Provides implementations for image CAPTCHA generation and verification.
-
Uses of GifProvider in org.miaixz.bus.extra.captcha
Methods in org.miaixz.bus.extra.captcha that return GifProviderModifier and TypeMethodDescriptionstatic GifProviderCaptchaBuilder.ofGif(int width, int height) Creates a GIF CAPTCHA.static GifProviderCaptchaBuilder.ofGif(int width, int height, int codeCount) Creates a GIF CAPTCHA.static GifProviderCaptchaBuilder.ofGif(int width, int height, int codeCount, int thickness, float sizeBaseHeight) Creates a GIF CAPTCHA with circle interference. -
Uses of GifProvider in org.miaixz.bus.extra.captcha.provider
Methods in org.miaixz.bus.extra.captcha.provider that return GifProviderModifier and TypeMethodDescriptionGifProvider.setMaxColor(int maxColor) Sets the maximum color range.GifProvider.setMinColor(int minColor) Sets the minimum color range.GifProvider.setQuality(int quality) Sets the image's color quantization (conversion quality to the maximum 256 colors allowed by the GIF specification).GifProvider.setRepeat(int repeat) Sets the number of times the GIF frames should be played.