zhoukk / stb-imv

Automatically exported from code.google.com/p/stb-imv
GNU General Public License v2.0
0 stars 0 forks source link

Is there any way to convert jpeg to bmp effectively? #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
just based around stb_image?

Thanks.

Original issue reported on code.google.com by rlib2014@gmail.com on 27 Jan 2013 at 1:09

GoogleCodeExporter commented 9 years ago
Are you a programmer? You can load an image with stb_image.c, and write a BMP 
with stb_image_write.h.

If you're just looking for a program that can do this, look at imagemagick.

Original comment by nothings...@gmail.com on 27 Jan 2013 at 1:24

GoogleCodeExporter commented 9 years ago
Thanks for your quick reply!

But how can I find stb_image_write.h?

Original comment by rlib2014@gmail.com on 27 Jan 2013 at 1:34

GoogleCodeExporter commented 9 years ago
thanks, I found it.

Original comment by rlib2014@gmail.com on 27 Jan 2013 at 1:38