This is what finally worked for me:
    binmode ( STDOUT );
my @blob = $image->ImageToBlob(); ( This means my $var = $file->getData() in your terms )
    print $blob[0];
    exit;

I use it to manipulate Imagedata ( jpegs )

--
mit freundlichem Gruß

Frank Wesemann
Fotofinder GmbH         USt-IdNr. DE812854514
Software Entwicklung    Web: http://www.fotofinder.net/
Potsdamer Str. 96       Tel: +49 30 59006977
10785 Berlin            Fax: +49 30 59006959

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to