On Mon, Aug 27, 2012 at 3:26 AM, Jim Michaels wrote:
> how convert png/tif/jpg/gif to bmp?
> I need to do this on a regular basis, or be able to process/manipulate
> images.
> I couldn't tell that there were any built-in libraries for doing this in
> mingw-w64, and this is the compiler I wish to s
All these libraries are not 'built in' since MinGW-w64 is a compiler,
not a library collection, but they are compatible with MinGW-w64, you
just have to use MSYS to compile them. You can find quite a few of
them precompiled for MinGW-w64 in the blender lib folder
(https://svn.blender.org/svnroot/bf
how convert png/tif/jpg/gif to bmp?
I need to do this on a regular basis, or be able to process/manipulate images.
I couldn't tell that there were any built-in libraries for doing this in
mingw-w64, and this is the compiler I wish to stay with.
I have heard of libpng,libtiff, etc, don't know if l