P
Peter Oliphant
The Image class allows loading a bitmap from a graphic file. So far I've
gotten it to work with JPG and BMP files.
What other graphic file formats are supported in this way? Is this fixed
based on the .NET Framework used (e.g., the Image class defines which
formats can be used), or can different file formats be added after-the-fact
(end-user capability in contrast to developer implementation)?
Also, is it possible to save an image in BMP or JPG or etc. graphic formats
natively (part of the language in contrast to written code or 3rd party
stuff)?
Thanks in advance for responses!
[==Peter==]
gotten it to work with JPG and BMP files.
What other graphic file formats are supported in this way? Is this fixed
based on the .NET Framework used (e.g., the Image class defines which
formats can be used), or can different file formats be added after-the-fact
(end-user capability in contrast to developer implementation)?
Also, is it possible to save an image in BMP or JPG or etc. graphic formats
natively (part of the language in contrast to written code or 3rd party
stuff)?
Thanks in advance for responses!
[==Peter==]