Thumb generator.
It can take up to 5 minutes before your request is processed...
If you want to generate thumbs for all your 'links' take a look at the sample script:
tooltip.js
Or for a jQuery based script:
jquery.createThumbs.js
$("a").createThumbs({ width: 120, height: 120 });
URL Format:
Option 1:
http://thumbs.vdburgh.net/v1/get/width/height/[0|1]/url
or:
http://thumbs.vdburgh.net/v1/get/0/0/0/url
to get a full size image.
e.g. http://thumbs.vdburgh.net/v1/get/0/0/0/http://tweakers.net
Option 2:
http://thumbs.vdburgh.net/v1/get/width/height/[0|1]/?url=http://url
or:
http://thumbs.vdburgh.net/v1/get/0/0/0/?url=http://
to get a full size image.
e.g. http://thumbs.vdburgh.net/v1/get/0/0/0/?url=http://tweakers.net
Image 1: 120x120, full site: (size is used as a bounding box)
Image 2: 120x120, Cropped: (image is cropped to fit the size)