PHPImageResize: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    25 February 2009

    • curprev 13:4413:44, 25 February 2009Michael Murtaugh talk contribs 602 bytes +602 New page: <source lang="php"> // scale src image to fit given w / h $sw = imagesx($src); $sh = imagesy($src); // try "fit width" ($nw = $tw) $center = true; $sdx = 0; $sdy = 0; $nw = ...