J
JezB
I'm embedding images into the project's resources (eg.
Properties.Resources.SaveImage). At run time I want to extract the image and
save it to disk, but I want to retain the type of the original image (gif,
jpg, etc) and any transparency set in it. How can I do this? I can't seem to
obtain the type of the embedded image resource - the RawFormat property
gives something quite cryptic.
Properties.Resources.SaveImage). At run time I want to extract the image and
save it to disk, but I want to retain the type of the original image (gif,
jpg, etc) and any transparency set in it. How can I do this? I can't seem to
obtain the type of the embedded image resource - the RawFormat property
gives something quite cryptic.