FineDiv
Workbench
Use this form to play with the values:
radius
Corner radius in pixel
c60f4f52797a4be507735de33ece0bd5.gif
c60f4f52797a4be507735de33ece0bd5.css
varname
include 'class_finediv.php'; // only once, please
/**
* Put this into the <head> section of the page
*/
$fd_normal = new finediv( 'css' ); // change folder
$fd_normal->radius=10;
$fd_normal->color='EEEEEE';
$fd_normal->bgcolor='FFFFFF';
$fd_normal->textcolor='000000';
$fd_normal->borderwidth=1;
$fd_normal->bordercolor='C00000';
$fd_normal->factor=5;
$fd_normal->numpalettecolors=7;
$fd_normal->format='gif';
$fd_normal->quality=85;
$fd_normal->install();
color
Colour of body
bgcolor
Colour of outside background
textcolor
Colour of text
borderwidth
Width of border in pixel
bordercolor
Colour of border
- - - Tweaking section - - -
factor
5
10
15
20
25
30
Enlargement before resampling
numpalettecolors
Count of palette colours
format
gif
jpg
png
File format of image
quality
For jpg image only (max=100)