Thread Description für JPEG's ? (17 answers)
Opened by Froschpopo at 2007-05-04 03:11

Gast Gast
 2007-05-08 16:02
#76429 #76429
Das Amateurding kann sehr wohl Strings verarbeiten und hat genau für Deine Anwendung passende Methoden:

Code: (dl )
1
2
3
  @blob=$db->GetImage();
$image=Image::Magick->new(magick=>'jpg');
$image->BlobToImage(@blob);


BlobToImage() habe ich bisher (noch) nicht verwendet, aber der umgekehrte Weg ImageToBlob() funktioniert bei mir astrein.

View full thread Description für JPEG's ?