Re: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- From: "Rick Mogstad" <Rick.Mogstad@xxxxxxxxxxxxxxxx>
- Date: Tue, 17 Jan 2006 11:23:15 -0800
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
>
>
>
>
.
- Follow-Ups:
- Re: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- From: Lau Lei Cheong
- Re: 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?
- References:
- Does Image.FromFile alway produce a bitmap no mater the format of the file?
- From: **Developer**
- Does Image.FromFile alway produce a bitmap no mater the format of the file?
- Prev by Date: Does Image.FromFile alway produce a bitmap no mater the format of the file?
- Next by Date: create a clone of an existing Bitmap without using the clone method.
- Previous by thread: 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
|