I\'d like to try using ColorMatrix, but am only able to find examples that co开发者_运维问答nvert an image to grayscale. And even then, they tend to be presented as a chunk of \'magic numbers\' code w
I store information about images in a database - also their ImageFormat (jpeg, png etc). Console开发者_StackOverflow中文版.WriteLine(System.Drawing.Imaging.ImageFormat.Jpeg.Guid);
I have a TIFF file in memory, which I obtained by a variant of the following code: Image myImage = Image.FromFile(\"somefile.tiff\");