<?php
/**
 * WarmLink created by Joey Day
...

PHP Warm linker

by Joey Day, January 22, 2011 18:46, 2 refactorings, tagged with image, php, cache

I was looking for a way to ...

Efd9b80fdfb3c174d630effdf58d4ae3 Talk
function redim_img(apodimg)
{
...

JavaScript pb resize image

by mr6686, January 19, 2010 18:47, 8 refactorings, tagged with image, resize

As a noob in js I ask help ...

3a09c0954a8ee7951398becbb5553f37 Talk
<?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...

D3bd7339e1941bc25c05110b69a82721 Talk
<?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...

D3bd7339e1941bc25c05110b69a82721 Talk
#!/usr/bin/python
# -*- coding: utf-8 -*-

...

Python Base64 image encoding and i...

by kael, August 25, 2008 19:05, 3 refactorings, tagged with image, python, hash, base64, sha224

Is this a correct a way to ...

Ec5a58db4acc016568e0293d283cbc2d Talk
/**
 * Scale an image according to input canvas dimensions. 
 * No cropping will occur, the scaled image is "centered" to canvas.
...

PHP Resize image to canvas

by Juha Hollanti, August 13, 2008 11:50, 5 refactorings, tagged with image, php

The built in image function...

A623216a5d2384489e012478c555d167 Talk
<?php

function imagetrim(&$im){
...

PHP Trim an image vertically

by hubfactor, March 30, 2008 20:25, 1 refactoring, tagged with image, php

Originally from http://zava...

Ed9c50a6db8b5e078b5ef84306a8477c Talk
require 'net/http'
require 'uri'
require 'strscan'
...

Ruby Display jpg image url from ...

by Gregory Barborini, January 30, 2008 04:47, 5 refactorings, tagged with image, regex

This code display jpg image...

C1ed5a3bfbb74ac76594077b1db30041 Talk
/*
 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...

Db11d496fa96adac53b422feb6efd493 Talk
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...

Db11d496fa96adac53b422feb6efd493 Talk
var Fenster = null;
function neuesFenster(meineSeite,meinName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
...

JavaScript Unobstrusive changing of im...

by doroda.myopenid.com, November 06, 2007 08:50, 2 refactorings, tagged with image, loadspeed

I am pretty new to javascri...

C7f0f836bc69eeeaa3ab061ac2b6d8d7 Talk