HomeSort by relevance Sort by last modified time
    Searched full:macrgb (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 161 def fromstring(self,s,width,height,format=imgformat.macrgb):
166 if format != imgformat.macrgb and format != imgformat.macrgb16:
168 raise "NotImplementedError", "conversion to macrgb or macrgb16"
173 if format == imgformat.macrgb:
181 def tostring(self, format=imgformat.macrgb):
184 if (format == imgformat.macrgb and self.pixelSize == 32) or \
videoreader.py 29 from imgformat import macrgb namespace
31 macrgb = "Macintosh RGB format" variable
192 return VideoFormat('dummy_format', 'Dummy Video Format', width, height, macrgb)

Completed in 985 milliseconds