Le 26/12/11 21:25, zmoelnig@iem.at a écrit :
Quoting "Nicolas Montgermont" nicolas_montgermont@yahoo.fr:
m_pixBlock.image.setCsizeByFormat(GL_RGBA);
good point. i hope i found all uses use setting csize/format/type manually and replaced them with the setCsizebyFormat() call (which really should have been called setFormat()).
it's working well now.
i also tried to replace all occurences of GL_RGBA with GL_RGBA_GEM which should fix (and instead may introduce) problems with the different RGBA colorspaces used in Gem.
with a fast test: pix_video,pix_film and pix_image help patchs work fine here. thanks, n