ggins" <[EMAIL PROTECTED]>
To: "[e]agLØrT" <[EMAIL PROTECTED]>
Sent: Saturday, May 31, 2003 1:46 AM
Subject: Re: reading image files
> [e]agLØrT wrote:
> > i didnt test the code but i think this is exactly whak i look for!
> > thanks a lot... also thanks to
e-1 —
>
>
> As you can see images are embedded in BASE64 encoding:
>
> use MIME::Base64;
> open IMG, "myimage.gif" or die $!;
> binmode IMG;
> my $image = join '', ();
> my $image_encoded = encode_base64($image);
>
>
>
>
>
> -Origina
ncoded = encode_base64($image);
-Original Message-
From: [e]agLOrT [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 12:15 AM
To: [EMAIL PROTECTED]
Subject: reading image files
hi all,
i am writing a program that exports .mht files instead of .htm!!! i am doing this
because th
hi all,
i am writing a program that exports .mht files
instead of .htm!!! i am doing this because the export files have images and i
want the files to be together. as you know, in .mht files, images are converted
to another format which i think is binary format. you know, in .mht files,
ever