convert any image format to pnm format in c#

840 Views Asked by At

how to convert any images format to .pnm format ? I see list of image format in System.Drawing.Imaging.ImageFormat, pnm format is not available in there. So, there is any way to convert the image to pnm format in c# ?

1

There are 1 best solutions below

0
On