how to convert images through C++
-
Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.
-
Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.
Howdy. Best you get cracking then - or find a "ken I hav the codez plz" site. If you had the slightest inkling of what you're doing, you'd realize that about a man-year's worth of work goes into a typical jpeg encoder. With that said, your option of (1) get (image file) format specification documents (2) Write appropriate code, will not work in a timely fashion. You'll need to find libraries that are suitable for you, in terms of (a) price and (b) compatibility with your code and other libraries. Have fun young jedi!
-
Howdy. Best you get cracking then - or find a "ken I hav the codez plz" site. If you had the slightest inkling of what you're doing, you'd realize that about a man-year's worth of work goes into a typical jpeg encoder. With that said, your option of (1) get (image file) format specification documents (2) Write appropriate code, will not work in a timely fashion. You'll need to find libraries that are suitable for you, in terms of (a) price and (b) compatibility with your code and other libraries. Have fun young jedi!
Spot-on, Spartan! Marked as "correct answer". :)
"Real men drive manual transmission" - Rajesh.
-
Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.
-
Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.
-
Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.
-
Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.
what is a "raw" image ?