C# - bmp to jpg
-
Anyone know of a simple way to convert bmp to jpg without any expensive conversion library (www.catenary.com ..etc) ?? Thanks Matt
-
Anyone know of a simple way to convert bmp to jpg without any expensive conversion library (www.catenary.com ..etc) ?? Thanks Matt
See here.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Anyone know of a simple way to convert bmp to jpg without any expensive conversion library (www.catenary.com ..etc) ?? Thanks Matt
I don't know if you're using .NET, but .NET bitmaps support both formats, so you can just write your bmp to a file with a jpg extension, and .NET will automatically do the conversion for you.