Projects tagged ‘captcha’ and ‘gd’


[3 total ]

0 Users

tamil-captcha system uses unicode tamil fonts to generate captcha's. this offers additional layer of security and only people with knowledge on reading and writing tamil can pass through it. this ... [More] project aims to give a localized captcha system for tamil sites/blogs. it makes use of GPL TTF fonts like TSCu_Veeravel to generate random tamil strings. this project is the first of its kind to offer a captcha system in a vernacular language! [Less]
Created 12 months ago.

0 Users

Wordpress Captcha Plugin for User Registration and Comments 06.15.2007 - ReleaseCapCC Version 1.0 is released! :)
Created 12 months ago.

0 Users

PHP ImagePHP Image is an image class framework to help create images with PHP and GD2. Pretty much any common task is achievable through the use of simple plugins. The code is PHP 5 only, it is ... [More] extensively unit tested, and it's completely free. A simple thumbnail exampleCreating a thumbnail of an image is very easy indeed. $image = new Image("image.jpg"); $image->attach(new image_fx_resize(200)); $image->imagePng();A simple CAPTCHA exampleCreating a captcha is also straightforward. $image = new Image(); $image->createImageTrueColor(206,96,"FF0000"); $captcha = new image_draw_captcha("captcha"); $captcha->addTTFFont("fonts/arial.ttf"); $image->attach($captcha); $image->imagePng(); [Less]
Created 12 months ago.