Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp? - no COM libs!

2012-09-10 Thread Kai Tietz
Hi Jim, on our trunk-version we provide this library. We synchronized this library with Wine and Jacek told me on IRC that this library is present and is containing the CLSIDs. Is that the library you are missing, or does this library misses some exports for you? Regards, Kai --

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp? - no COM libs!

2012-09-10 Thread Pau Garcia i Quiles
), would would be the latest version > available which seems to work well. > > > > > From: Jim Michaels > To: "mingw-w64-public@lists.sourceforge.net" > > Sent: Monday, September 3, 2012 9:56 PM > Subject: Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp? - no COM libs!

2012-09-10 Thread Kai Tietz
Hmm, I assume that in that library are just the GUIDs. Does our libuuid.a not contain the relevant GUIDs? Cheers, Kai -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp? - no COM libs!

2012-09-05 Thread Jim Michaels
rs), would would be the latest version available which seems to work well. > > From: Jim Michaels >To: "mingw-w64-public@lists.sourceforge.net" > >Sent: Monday, September 3, 2012 9:56 PM >Subject: Re: [Mingw-w64-publ

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-09-03 Thread Jim Michaels
 EXACTLY what I needed. thanks! Jim > > From: Kai Tietz >To: mingw-w64-public@lists.sourceforge.net >Sent: Tuesday, August 28, 2012 1:47 PM >Subject: Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp? > >Hi, > >AFAIR t

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-08-28 Thread Kai Tietz
Hi, AFAIR there is a way to do some of this with WIC-DCOM interfaces. See http://msdn.microsoft.com/en-us/library/windows/desktop/ee719655%28v=vs.85%29.aspx as reference. Nevertheless I would prefer something like imagemagic (or equivalent). Kai

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-08-28 Thread Jim Michaels
). Jim Michaels > > From: Vincent Torri >To: mingw-w64-public@lists.sourceforge.net >Sent: Sunday, August 26, 2012 9:44 PM >Subject: Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp? > >On Mon, Aug 27, 2012 at 3:26 AM, Jim Michaels wrote: >> how conve

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-08-26 Thread Vincent Torri
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

Re: [Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-08-26 Thread Antony Riakiotakis
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

[Mingw-w64-public] how convert png/tif/jpg/gif to bmp?

2012-08-26 Thread Jim Michaels
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