Re: Generating thumbnails of images and videos
- Posted by DD Jul 25, 2009
- 1131 views
There's already a thread about displaying images using win32lib and cximage.
Thanks, that appears to be exactly what i need. CxImage mentions the possibility of saving an image directly to a memory location, but says that thats not yet implemented. Is it possible to do that as well?
Also, I found a suggestion that it may be possible to append arbitrary files to a .exe and have the application 'extract' that data to the files at run time. This would eliminate the dependencies problem by allowing me to distribute ffmpeg.exe and cximage.dll as part of the application's .exe. Can this be done with a .exe generated by EU? This would allow releasing the app weeks or months ahead of schedule, as it would not have to be recoded in another language.