All pastes #572018 Raw Edit

Miscellany

public text v1 · immutable
#572018 ·published 2007-06-17 13:34 UTC
rendered paste body
$i = imagecreatefromjpeg("user_puzzles/i/0.jpg");
ob_start();
imagejpeg($i);
$image = ob_get_contents();
ob_end_clean();

$image = base64_encode($image);

?>
<IMG SRC="/-/data:image/jpg;base64,<?php echo $image; ?>>