[PD-cvs] externals/gem2pdp pdp2gem.cpp,1.6,1.7

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Oct 11 17:42:09 CEST 2005


Update of /cvsroot/pure-data/externals/gem2pdp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23896

Modified Files:
	pdp2gem.cpp 
Log Message:
flag the output (Gem) images as upside-down (but they really should be converted to be upsideup)


Index: pdp2gem.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/gem2pdp/pdp2gem.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pdp2gem.cpp	14 Apr 2005 18:44:05 -0000	1.6
--- pdp2gem.cpp	11 Oct 2005 15:42:07 -0000	1.7
***************
*** 113,116 ****
--- 113,117 ----
    m_pixBlock.image.csize = m_csize;
    m_pixBlock.image.format= m_format;
+   m_pixBlock.image.upsidedown=1;
  
    // +4 from MPEG 





More information about the Pd-cvs mailing list