hello,
chris clepper a écrit :
On 3/9/06, *cyrille henry* <cyrille.henry@la-kitchen.fr mailto:cyrille.henry@la-kitchen.fr> wrote:
hello, this windows build is to late for me but a friend tested it on 2 differents computer (pd 38.2 + winXPpro sp2). gem does not load because glew32.dll or MSVCP71.dll is missing.
The glew one is probably just an oversight in the build settings, but I don't know what would cause the need for the MSVC dll. Perhaps there is some sort of debug setting that triggers it?
i did not try myself, so i can't be sure, but i don't think my friend have any special settings...
exept that, my list of "bug" that could be fixed : pix_write write images upside down in .jpg, but images are correct in .tif
Coordinate systems vary so TIFF might start from the bottom left like GL while JPG starts at the top right. Quicktime and DirectShow seem to be opposite from one another as well.
ok.
there was a discussion about making remanence effect with alpha for the gemwin background. i noticed some change was made on the source code to allow alpha in the background color, but i still not able to make it work.
Sounds like something that would only work in single buffered mode without saving the buffer somewhere and compositing it back in. Using pix_snap2tex will do the second option.
ok. i'm using pix_snap2tex for now, i was just looking for something easier. but pix_snap2tex is more powerfull as it can be used on distorded surface...
thanks Cyrille