2011-08-05 png画像をphpを使ってbase64に変換する echo base64_encode(file_get_contents("image.png")); image.pngを任意の画像に置き換えてあげればオッケーです。