View Single Post
Old Jun 5th, 2006, 9:27 AM   #4
dpsleep
Newbie
 
Join Date: May 2006
Posts: 16
Rep Power: 0 dpsleep is on a distinguished road
ok well i got it working now by useing
list($width, $height, $type, $attr) = getimagesize($artwork);
if ($type == "2"){
$albumart = imagecreatefromjpeg($artwork);
}elseif($type == "3"){
$albumart = imagecreatefrompng($artwork);
}
works good, thanks for trying
dpsleep
dpsleep is offline   Reply With Quote