<?php /** ...
PHP GDLib Progressbar Class
by gwrtheyrn,
January 13, 2010 21:07,
No refactoring, tagged with image, php, png, progressbar, gdlib
A quick progressbar class u...
<?php /** ...
PHP GDLib Progressbar Class
by gwrtheyrn,
January 13, 2010 21:06,
No refactoring, tagged with image, php, OOP Class, progressbar, gdlib
A quick PHP progressbar cla...
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Python Base64 image encoding and i...
Is this a correct a way to ...
/** * Scale an image according to input canvas dimensions. * No cropping will occur, the scaled image is "centered" to canvas. ...
PHP Resize image to canvas
The built in image function...
require 'net/http' require 'uri' require 'strscan' ...
Ruby Display jpg image url from ...
This code display jpg image...
/*
Example Usage:
new ImagePreloader({
...
JavaScript Image Preloader
by getopenid.com/deleteme,
December 26, 2007 20:34,
No refactoring, tagged with javascript, image, preloader, images
I'm looking at the 'createI...
Element.addMethods({
pngHack: function(el){
var el = $(el);
...
JavaScript pngHack
by getopenid.com/deleteme,
November 15, 2007 03:40,
1 refactoring, tagged with rails, image, png, img, prototype, hack
Makes 32 bit PNG's transpar...
var Fenster = null;
function neuesFenster(meineSeite,meinName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
...
JavaScript Unobstrusive changing of im...
I am pretty new to javascri...
I was looking for a way to ...