Re: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- From: " **Developer**" <REMOVEdeveloper@xxxxxxxxxx>
- Date: Tue, 17 Jan 2006 15:07:13 -0500
Thanks a lot
"Rick Mogstad" <Rick.Mogstad@xxxxxxxxxxxxxxxx> wrote in message
news:OcWF4t5GGHA.648@xxxxxxxxxxxxxxxxxxxxxxx
> All image files are represented as Bitmap objects in memory. File formats
> are determined when the file is saved. You can use a memorystream to save
> a compressed file in memory, but to work with it, you must decode it into
> a bitmap.
>
>
> " **Developer**" <REMOVEdeveloper@xxxxxxxxxx> wrote in message
> news:u2ji1q5GGHA.1180@xxxxxxxxxxxxxxxxxxxxxxx
>> If the files not a metafile does
>> Dim zz As Image = Image.FromFile(imageFileName) '
>>
>> always produce a bitmap no mater the format of the file?
>>
>>
>>
>>
>>
>> thanks
>>
>>
>>
>>
>
>
.
- References:
- Does Image.FromFile alway produce a bitmap no mater the format of the file?
- From: **Developer**
- Re: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- From: Rick Mogstad
- Does Image.FromFile alway produce a bitmap no mater the format of the file?
- Prev by Date: Re: Why so much trouble with ellipses?
- Next by Date: Re: Changing Font mid line
- Previous by thread: Re: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- Next by thread: Re: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- Index(es):
Relevant Pages
|