Re: Getting an image from a file on windows

2015-05-28 Thread IronManMark20
On Thursday, May 28, 2015 at 5:37:07 PM UTC-7, MRAB wrote: > On 2015-05-29 01:03, IronManMark20 wrote: > > Hello, > > > > I have been working on a function that gets a bitmap of the thumbnail > > for a file. I have had problems getting a large image (256x256) and I > > was wondering if someone coul

Re: Getting an image from a file on windows

2015-05-28 Thread IronManMark20
On Thursday, May 28, 2015 at 5:37:07 PM UTC-7, MRAB wrote: > On 2015-05-29 01:03, IronManMark20 wrote: > > Hello, > > > > I have been working on a function that gets a bitmap of the thumbnail > > for a file. I have had problems getting a large image (256x256) and I > > was wondering if someone coul

Re: Getting an image from a file on windows

2015-05-28 Thread MRAB
On 2015-05-29 01:03, IronManMark20 wrote: Hello, I have been working on a function that gets a bitmap of the thumbnail for a file. I have had problems getting a large image (256x256) and I was wondering if someone could help me on one object initialization that is driving me nuts. I have code h

Getting an image from a file on windows

2015-05-28 Thread IronManMark20
Hello, I have been working on a function that gets a bitmap of the thumbnail for a file. I have had problems getting a large image (256x256) and I was wondering if someone could help me on one object initialization that is driving me nuts. I have code here: https://gist.github.com/IronManMark20