home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 3 / PCNET_CD_2006_10_3.iso / apps / ShutterflyStudioInstaller_ext.exe / Lib / mmimglib.py < prev    next >
Encoding:
Python Source  |  2006-08-04  |  38.7 KB  |  625 lines

  1. # This file was created automatically by SWIG.
  2. # Don't modify this file, modify the SWIG interface instead.
  3. # This file is compatible with both classic and new-style classes.
  4.  
  5. import _mmimglib
  6.  
  7. def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
  8.     if (name == "this"):
  9.         if isinstance(value, class_type):
  10.             self.__dict__[name] = value.this
  11.             if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
  12.             del value.thisown
  13.             return
  14.     method = class_type.__swig_setmethods__.get(name,None)
  15.     if method: return method(self,value)
  16.     if (not static) or hasattr(self,name) or (name == "thisown"):
  17.         self.__dict__[name] = value
  18.     else:
  19.         raise AttributeError("You cannot add attributes to %s" % self)
  20.  
  21. def _swig_setattr(self,class_type,name,value):
  22.     return _swig_setattr_nondynamic(self,class_type,name,value,0)
  23.  
  24. def _swig_getattr(self,class_type,name):
  25.     method = class_type.__swig_getmethods__.get(name,None)
  26.     if method: return method(self)
  27.     raise AttributeError,name
  28.  
  29. import types
  30. try:
  31.     _object = types.ObjectType
  32.     _newclass = 1
  33. except AttributeError:
  34.     class _object : pass
  35.     _newclass = 0
  36. del types
  37.  
  38.  
  39. GDI_UNKNOWN_TYPE = _mmimglib.GDI_UNKNOWN_TYPE
  40. GDI_JPEG_TYPE = _mmimglib.GDI_JPEG_TYPE
  41. GDI_TIFF_TYPE = _mmimglib.GDI_TIFF_TYPE
  42. GDI_GIF_TYPE = _mmimglib.GDI_GIF_TYPE
  43. GDI_BMP_TYPE = _mmimglib.GDI_BMP_TYPE
  44. GDI_PNG_TYPE = _mmimglib.GDI_PNG_TYPE
  45. GDI_AVI_TYPE = _mmimglib.GDI_AVI_TYPE
  46. GDI_QUICKTIME_TYPE = _mmimglib.GDI_QUICKTIME_TYPE
  47. GDI_MPEG_TYPE = _mmimglib.GDI_MPEG_TYPE
  48. MMIMAGETYPE_UNKNOWN = _mmimglib.MMIMAGETYPE_UNKNOWN
  49. MMIMAGETYPE_JPG = _mmimglib.MMIMAGETYPE_JPG
  50. MMIMAGETYPE_TIFF = _mmimglib.MMIMAGETYPE_TIFF
  51. MMIMAGETYPE_GIF = _mmimglib.MMIMAGETYPE_GIF
  52. MMIMAGETYPE_BMP = _mmimglib.MMIMAGETYPE_BMP
  53. MMIMAGETYPE_PNG = _mmimglib.MMIMAGETYPE_PNG
  54. MMIMAGETYPE_AVI = _mmimglib.MMIMAGETYPE_AVI
  55. MMIMAGETYPE_QUICKTIME = _mmimglib.MMIMAGETYPE_QUICKTIME
  56. MMIMAGETYPE_MPEG = _mmimglib.MMIMAGETYPE_MPEG
  57. class ExtensionAndExplanation(_object):
  58.     __swig_setmethods__ = {}
  59.     __setattr__ = lambda self, name, value: _swig_setattr(self, ExtensionAndExplanation, name, value)
  60.     __swig_getmethods__ = {}
  61.     __getattr__ = lambda self, name: _swig_getattr(self, ExtensionAndExplanation, name)
  62.     def __repr__(self):
  63.         return "<%s.%s; proxy of C++ ExtensionAndExplanation instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  64.     __swig_setmethods__["extension"] = _mmimglib.ExtensionAndExplanation_extension_set
  65.     __swig_getmethods__["extension"] = _mmimglib.ExtensionAndExplanation_extension_get
  66.     if _newclass:extension = property(_mmimglib.ExtensionAndExplanation_extension_get, _mmimglib.ExtensionAndExplanation_extension_set)
  67.     __swig_setmethods__["explaination"] = _mmimglib.ExtensionAndExplanation_explaination_set
  68.     __swig_getmethods__["explaination"] = _mmimglib.ExtensionAndExplanation_explaination_get
  69.     if _newclass:explaination = property(_mmimglib.ExtensionAndExplanation_explaination_get, _mmimglib.ExtensionAndExplanation_explaination_set)
  70.     def __init__(self, *args):
  71.         _swig_setattr(self, ExtensionAndExplanation, 'this', _mmimglib.new_ExtensionAndExplanation(*args))
  72.         _swig_setattr(self, ExtensionAndExplanation, 'thisown', 1)
  73.     def __del__(self, destroy=_mmimglib.delete_ExtensionAndExplanation):
  74.         try:
  75.             if self.thisown: destroy(self)
  76.         except: pass
  77.  
  78.  
  79. class ExtensionAndExplanationPtr(ExtensionAndExplanation):
  80.     def __init__(self, this):
  81.         _swig_setattr(self, ExtensionAndExplanation, 'this', this)
  82.         if not hasattr(self,"thisown"): _swig_setattr(self, ExtensionAndExplanation, 'thisown', 0)
  83.         _swig_setattr(self, ExtensionAndExplanation,self.__class__,ExtensionAndExplanation)
  84. _mmimglib.ExtensionAndExplanation_swigregister(ExtensionAndExplanationPtr)
  85.  
  86. class MMImageUtils(_object):
  87.     __swig_setmethods__ = {}
  88.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMImageUtils, name, value)
  89.     __swig_getmethods__ = {}
  90.     __getattr__ = lambda self, name: _swig_getattr(self, MMImageUtils, name)
  91.     def __repr__(self):
  92.         return "<%s.%s; proxy of C++ MMImageUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  93.     MMPrintSize_Unspecified = _mmimglib.MMImageUtils_MMPrintSize_Unspecified
  94.     MMPrintSize_Wallet = _mmimglib.MMImageUtils_MMPrintSize_Wallet
  95.     MMPrintSize_4x6 = _mmimglib.MMImageUtils_MMPrintSize_4x6
  96.     MMPrintSize_5x7 = _mmimglib.MMImageUtils_MMPrintSize_5x7
  97.     MMPrintSize_8x10 = _mmimglib.MMImageUtils_MMPrintSize_8x10
  98.     MMPrintSize_11x14 = _mmimglib.MMImageUtils_MMPrintSize_11x14
  99.     MMPrintSize_16x20 = _mmimglib.MMImageUtils_MMPrintSize_16x20
  100.     MMPrintSize_20x30 = _mmimglib.MMImageUtils_MMPrintSize_20x30
  101.     MMPrintJudgment_Suitable = _mmimglib.MMImageUtils_MMPrintJudgment_Suitable
  102.     MMPrintJudgment_Acceptable = _mmimglib.MMImageUtils_MMPrintJudgment_Acceptable
  103.     MMPrintJudgment_GetSeriousChum = _mmimglib.MMImageUtils_MMPrintJudgment_GetSeriousChum
  104.     __swig_getmethods__["convertVoidRGBAtoBGRA"] = lambda x: _mmimglib.MMImageUtils_convertVoidRGBAtoBGRA
  105.     if _newclass:convertVoidRGBAtoBGRA = staticmethod(_mmimglib.MMImageUtils_convertVoidRGBAtoBGRA)
  106.     __swig_getmethods__["GetEncoderClsid"] = lambda x: _mmimglib.MMImageUtils_GetEncoderClsid
  107.     if _newclass:GetEncoderClsid = staticmethod(_mmimglib.MMImageUtils_GetEncoderClsid)
  108.     __swig_getmethods__["DoSaveAsJpeg"] = lambda x: _mmimglib.MMImageUtils_DoSaveAsJpeg
  109.     if _newclass:DoSaveAsJpeg = staticmethod(_mmimglib.MMImageUtils_DoSaveAsJpeg)
  110.     __swig_getmethods__["DoSaveAsType"] = lambda x: _mmimglib.MMImageUtils_DoSaveAsType
  111.     if _newclass:DoSaveAsType = staticmethod(_mmimglib.MMImageUtils_DoSaveAsType)
  112.     __swig_getmethods__["GetImageSaveExtensionList"] = lambda x: _mmimglib.MMImageUtils_GetImageSaveExtensionList
  113.     if _newclass:GetImageSaveExtensionList = staticmethod(_mmimglib.MMImageUtils_GetImageSaveExtensionList)
  114.     __swig_getmethods__["IsImageFile"] = lambda x: _mmimglib.MMImageUtils_IsImageFile
  115.     if _newclass:IsImageFile = staticmethod(_mmimglib.MMImageUtils_IsImageFile)
  116.     __swig_getmethods__["IsNormalImageExtension"] = lambda x: _mmimglib.MMImageUtils_IsNormalImageExtension
  117.     if _newclass:IsNormalImageExtension = staticmethod(_mmimglib.MMImageUtils_IsNormalImageExtension)
  118.     __swig_getmethods__["IsRawFile"] = lambda x: _mmimglib.MMImageUtils_IsRawFile
  119.     if _newclass:IsRawFile = staticmethod(_mmimglib.MMImageUtils_IsRawFile)
  120.     __swig_getmethods__["IsRawExtension"] = lambda x: _mmimglib.MMImageUtils_IsRawExtension
  121.     if _newclass:IsRawExtension = staticmethod(_mmimglib.MMImageUtils_IsRawExtension)
  122.     __swig_getmethods__["GetImageTypeFromFilename"] = lambda x: _mmimglib.MMImageUtils_GetImageTypeFromFilename
  123.     if _newclass:GetImageTypeFromFilename = staticmethod(_mmimglib.MMImageUtils_GetImageTypeFromFilename)
  124.     __swig_getmethods__["GetGdiImageTypeFromFilename"] = lambda x: _mmimglib.MMImageUtils_GetGdiImageTypeFromFilename
  125.     if _newclass:GetGdiImageTypeFromFilename = staticmethod(_mmimglib.MMImageUtils_GetGdiImageTypeFromFilename)
  126.     __swig_getmethods__["ImageTypeFromGdiType"] = lambda x: _mmimglib.MMImageUtils_ImageTypeFromGdiType
  127.     if _newclass:ImageTypeFromGdiType = staticmethod(_mmimglib.MMImageUtils_ImageTypeFromGdiType)
  128.     __swig_getmethods__["GetFileTypeDisplayString"] = lambda x: _mmimglib.MMImageUtils_GetFileTypeDisplayString
  129.     if _newclass:GetFileTypeDisplayString = staticmethod(_mmimglib.MMImageUtils_GetFileTypeDisplayString)
  130.     __swig_getmethods__["IsMovieFile"] = lambda x: _mmimglib.MMImageUtils_IsMovieFile
  131.     if _newclass:IsMovieFile = staticmethod(_mmimglib.MMImageUtils_IsMovieFile)
  132.     __swig_getmethods__["IsMovieExtension"] = lambda x: _mmimglib.MMImageUtils_IsMovieExtension
  133.     if _newclass:IsMovieExtension = staticmethod(_mmimglib.MMImageUtils_IsMovieExtension)
  134.     __swig_getmethods__["GetRectShadow"] = lambda x: _mmimglib.MMImageUtils_GetRectShadow
  135.     if _newclass:GetRectShadow = staticmethod(_mmimglib.MMImageUtils_GetRectShadow)
  136.     __swig_getmethods__["ConvertMagickImageToGDIPlusBitmap"] = lambda x: _mmimglib.MMImageUtils_ConvertMagickImageToGDIPlusBitmap
  137.     if _newclass:ConvertMagickImageToGDIPlusBitmap = staticmethod(_mmimglib.MMImageUtils_ConvertMagickImageToGDIPlusBitmap)
  138.     __swig_getmethods__["ConvertGDIPlusImageToMagickImage"] = lambda x: _mmimglib.MMImageUtils_ConvertGDIPlusImageToMagickImage
  139.     if _newclass:ConvertGDIPlusImageToMagickImage = staticmethod(_mmimglib.MMImageUtils_ConvertGDIPlusImageToMagickImage)
  140.     __swig_getmethods__["GetFullSizeImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeImage
  141.     if _newclass:GetFullSizeImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeImage)
  142.     __swig_getmethods__["GetFullSizeGdiImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeGdiImage
  143.     if _newclass:GetFullSizeGdiImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeGdiImage)
  144.     __swig_getmethods__["GetFullSizeRawImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeRawImage
  145.     if _newclass:GetFullSizeRawImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeRawImage)
  146.     __swig_getmethods__["GetFullSizeMagickImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeMagickImage
  147.     if _newclass:GetFullSizeMagickImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeMagickImage)
  148.     __swig_getmethods__["GetErrorBitmap"] = lambda x: _mmimglib.MMImageUtils_GetErrorBitmap
  149.     if _newclass:GetErrorBitmap = staticmethod(_mmimglib.MMImageUtils_GetErrorBitmap)
  150.     __swig_getmethods__["GetScaledWidthHeight"] = lambda x: _mmimglib.MMImageUtils_GetScaledWidthHeight
  151.     if _newclass:GetScaledWidthHeight = staticmethod(_mmimglib.MMImageUtils_GetScaledWidthHeight)
  152.     __swig_getmethods__["CalculateScaledWidthHeight"] = lambda x: _mmimglib.MMImageUtils_CalculateScaledWidthHeight
  153.     if _newclass:CalculateScaledWidthHeight = staticmethod(_mmimglib.MMImageUtils_CalculateScaledWidthHeight)
  154.     __swig_getmethods__["RotateImageReturnNew"] = lambda x: _mmimglib.MMImageUtils_RotateImageReturnNew
  155.     if _newclass:RotateImageReturnNew = staticmethod(_mmimglib.MMImageUtils_RotateImageReturnNew)
  156.     __swig_getmethods__["RotateImageInPlace"] = lambda x: _mmimglib.MMImageUtils_RotateImageInPlace
  157.     if _newclass:RotateImageInPlace = staticmethod(_mmimglib.MMImageUtils_RotateImageInPlace)
  158.     __swig_getmethods__["LosslessRotateAndSaveJPEG"] = lambda x: _mmimglib.MMImageUtils_LosslessRotateAndSaveJPEG
  159.     if _newclass:LosslessRotateAndSaveJPEG = staticmethod(_mmimglib.MMImageUtils_LosslessRotateAndSaveJPEG)
  160.     __swig_getmethods__["GetShootingDate"] = lambda x: _mmimglib.MMImageUtils_GetShootingDate
  161.     if _newclass:GetShootingDate = staticmethod(_mmimglib.MMImageUtils_GetShootingDate)
  162.     __swig_getmethods__["GetExifOrientation"] = lambda x: _mmimglib.MMImageUtils_GetExifOrientation
  163.     if _newclass:GetExifOrientation = staticmethod(_mmimglib.MMImageUtils_GetExifOrientation)
  164.     __swig_getmethods__["TranslateExifOrientationToRotation"] = lambda x: _mmimglib.MMImageUtils_TranslateExifOrientationToRotation
  165.     if _newclass:TranslateExifOrientationToRotation = staticmethod(_mmimglib.MMImageUtils_TranslateExifOrientationToRotation)
  166.     __swig_getmethods__["TranslateRotationToExifOrientation"] = lambda x: _mmimglib.MMImageUtils_TranslateRotationToExifOrientation
  167.     if _newclass:TranslateRotationToExifOrientation = staticmethod(_mmimglib.MMImageUtils_TranslateRotationToExifOrientation)
  168.     __swig_getmethods__["BitmapFromResource"] = lambda x: _mmimglib.MMImageUtils_BitmapFromResource
  169.     if _newclass:BitmapFromResource = staticmethod(_mmimglib.MMImageUtils_BitmapFromResource)
  170.     __swig_getmethods__["SetAsWallpaper"] = lambda x: _mmimglib.MMImageUtils_SetAsWallpaper
  171.     if _newclass:SetAsWallpaper = staticmethod(_mmimglib.MMImageUtils_SetAsWallpaper)
  172.     __swig_getmethods__["ScrollBitmap"] = lambda x: _mmimglib.MMImageUtils_ScrollBitmap
  173.     if _newclass:ScrollBitmap = staticmethod(_mmimglib.MMImageUtils_ScrollBitmap)
  174.     __swig_getmethods__["DeleteGdiplusBitmap"] = lambda x: _mmimglib.MMImageUtils_DeleteGdiplusBitmap
  175.     if _newclass:DeleteGdiplusBitmap = staticmethod(_mmimglib.MMImageUtils_DeleteGdiplusBitmap)
  176.     __swig_getmethods__["CalcBestImageSize"] = lambda x: _mmimglib.MMImageUtils_CalcBestImageSize
  177.     if _newclass:CalcBestImageSize = staticmethod(_mmimglib.MMImageUtils_CalcBestImageSize)
  178.     __swig_getmethods__["JudgeSuitableImageSize"] = lambda x: _mmimglib.MMImageUtils_JudgeSuitableImageSize
  179.     if _newclass:JudgeSuitableImageSize = staticmethod(_mmimglib.MMImageUtils_JudgeSuitableImageSize)
  180.     __swig_getmethods__["StringForPrintSize"] = lambda x: _mmimglib.MMImageUtils_StringForPrintSize
  181.     if _newclass:StringForPrintSize = staticmethod(_mmimglib.MMImageUtils_StringForPrintSize)
  182.     __swig_getmethods__["ChangeColorToTransparent"] = lambda x: _mmimglib.MMImageUtils_ChangeColorToTransparent
  183.     if _newclass:ChangeColorToTransparent = staticmethod(_mmimglib.MMImageUtils_ChangeColorToTransparent)
  184.     __swig_getmethods__["ConvertFileURLToGLTexture"] = lambda x: _mmimglib.MMImageUtils_ConvertFileURLToGLTexture
  185.     if _newclass:ConvertFileURLToGLTexture = staticmethod(_mmimglib.MMImageUtils_ConvertFileURLToGLTexture)
  186.     __swig_getmethods__["CalcBiggestGLImageSize"] = lambda x: _mmimglib.MMImageUtils_CalcBiggestGLImageSize
  187.     if _newclass:CalcBiggestGLImageSize = staticmethod(_mmimglib.MMImageUtils_CalcBiggestGLImageSize)
  188.     __swig_getmethods__["ConvertBitmapToGLTexture"] = lambda x: _mmimglib.MMImageUtils_ConvertBitmapToGLTexture
  189.     if _newclass:ConvertBitmapToGLTexture = staticmethod(_mmimglib.MMImageUtils_ConvertBitmapToGLTexture)
  190.     __swig_getmethods__["ConvertBitmapPixelDataToGLTexture"] = lambda x: _mmimglib.MMImageUtils_ConvertBitmapPixelDataToGLTexture
  191.     if _newclass:ConvertBitmapPixelDataToGLTexture = staticmethod(_mmimglib.MMImageUtils_ConvertBitmapPixelDataToGLTexture)
  192.     __swig_getmethods__["ConvertBitmapToPixelData"] = lambda x: _mmimglib.MMImageUtils_ConvertBitmapToPixelData
  193.     if _newclass:ConvertBitmapToPixelData = staticmethod(_mmimglib.MMImageUtils_ConvertBitmapToPixelData)
  194.     __swig_getmethods__["MaskBitmap"] = lambda x: _mmimglib.MMImageUtils_MaskBitmap
  195.     if _newclass:MaskBitmap = staticmethod(_mmimglib.MMImageUtils_MaskBitmap)
  196.     __swig_getmethods__["ShutdownGDI"] = lambda x: _mmimglib.MMImageUtils_ShutdownGDI
  197.     if _newclass:ShutdownGDI = staticmethod(_mmimglib.MMImageUtils_ShutdownGDI)
  198.     __swig_getmethods__["GetImageFromResource"] = lambda x: _mmimglib.MMImageUtils_GetImageFromResource
  199.     if _newclass:GetImageFromResource = staticmethod(_mmimglib.MMImageUtils_GetImageFromResource)
  200.     __swig_getmethods__["GetGLTexBorderSize"] = lambda x: _mmimglib.MMImageUtils_GetGLTexBorderSize
  201.     if _newclass:GetGLTexBorderSize = staticmethod(_mmimglib.MMImageUtils_GetGLTexBorderSize)
  202.     __swig_getmethods__["RegionFromImage"] = lambda x: _mmimglib.MMImageUtils_RegionFromImage
  203.     if _newclass:RegionFromImage = staticmethod(_mmimglib.MMImageUtils_RegionFromImage)
  204.     __swig_getmethods__["CreateAlphaCursor"] = lambda x: _mmimglib.MMImageUtils_CreateAlphaCursor
  205.     if _newclass:CreateAlphaCursor = staticmethod(_mmimglib.MMImageUtils_CreateAlphaCursor)
  206.     __swig_getmethods__["_GetDefaultBitmapPixelFormat"] = lambda x: _mmimglib.MMImageUtils__GetDefaultBitmapPixelFormat
  207.     if _newclass:_GetDefaultBitmapPixelFormat = staticmethod(_mmimglib.MMImageUtils__GetDefaultBitmapPixelFormat)
  208.     __swig_getmethods__["_ConvertImageToJPEG"] = lambda x: _mmimglib.MMImageUtils__ConvertImageToJPEG
  209.     if _newclass:_ConvertImageToJPEG = staticmethod(_mmimglib.MMImageUtils__ConvertImageToJPEG)
  210.     def __init__(self, *args):
  211.         _swig_setattr(self, MMImageUtils, 'this', _mmimglib.new_MMImageUtils(*args))
  212.         _swig_setattr(self, MMImageUtils, 'thisown', 1)
  213.     def __del__(self, destroy=_mmimglib.delete_MMImageUtils):
  214.         try:
  215.             if self.thisown: destroy(self)
  216.         except: pass
  217.  
  218.  
  219. class MMImageUtilsPtr(MMImageUtils):
  220.     def __init__(self, this):
  221.         _swig_setattr(self, MMImageUtils, 'this', this)
  222.         if not hasattr(self,"thisown"): _swig_setattr(self, MMImageUtils, 'thisown', 0)
  223.         _swig_setattr(self, MMImageUtils,self.__class__,MMImageUtils)
  224. _mmimglib.MMImageUtils_swigregister(MMImageUtilsPtr)
  225.  
  226. MMImageUtils_convertVoidRGBAtoBGRA = _mmimglib.MMImageUtils_convertVoidRGBAtoBGRA
  227.  
  228. MMImageUtils_GetEncoderClsid = _mmimglib.MMImageUtils_GetEncoderClsid
  229.  
  230. MMImageUtils_DoSaveAsJpeg = _mmimglib.MMImageUtils_DoSaveAsJpeg
  231.  
  232. MMImageUtils_DoSaveAsType = _mmimglib.MMImageUtils_DoSaveAsType
  233.  
  234. MMImageUtils_GetImageSaveExtensionList = _mmimglib.MMImageUtils_GetImageSaveExtensionList
  235.  
  236. MMImageUtils_IsImageFile = _mmimglib.MMImageUtils_IsImageFile
  237.  
  238. MMImageUtils_IsNormalImageExtension = _mmimglib.MMImageUtils_IsNormalImageExtension
  239.  
  240. MMImageUtils_IsRawFile = _mmimglib.MMImageUtils_IsRawFile
  241.  
  242. MMImageUtils_IsRawExtension = _mmimglib.MMImageUtils_IsRawExtension
  243.  
  244. MMImageUtils_GetImageTypeFromFilename = _mmimglib.MMImageUtils_GetImageTypeFromFilename
  245.  
  246. MMImageUtils_GetGdiImageTypeFromFilename = _mmimglib.MMImageUtils_GetGdiImageTypeFromFilename
  247.  
  248. MMImageUtils_ImageTypeFromGdiType = _mmimglib.MMImageUtils_ImageTypeFromGdiType
  249.  
  250. MMImageUtils_GetFileTypeDisplayString = _mmimglib.MMImageUtils_GetFileTypeDisplayString
  251.  
  252. MMImageUtils_IsMovieFile = _mmimglib.MMImageUtils_IsMovieFile
  253.  
  254. MMImageUtils_IsMovieExtension = _mmimglib.MMImageUtils_IsMovieExtension
  255.  
  256. MMImageUtils_GetRectShadow = _mmimglib.MMImageUtils_GetRectShadow
  257.  
  258. MMImageUtils_ConvertMagickImageToGDIPlusBitmap = _mmimglib.MMImageUtils_ConvertMagickImageToGDIPlusBitmap
  259.  
  260. MMImageUtils_ConvertGDIPlusImageToMagickImage = _mmimglib.MMImageUtils_ConvertGDIPlusImageToMagickImage
  261.  
  262. MMImageUtils_GetFullSizeImage = _mmimglib.MMImageUtils_GetFullSizeImage
  263.  
  264. MMImageUtils_GetFullSizeGdiImage = _mmimglib.MMImageUtils_GetFullSizeGdiImage
  265.  
  266. MMImageUtils_GetFullSizeRawImage = _mmimglib.MMImageUtils_GetFullSizeRawImage
  267.  
  268. MMImageUtils_GetFullSizeMagickImage = _mmimglib.MMImageUtils_GetFullSizeMagickImage
  269.  
  270. MMImageUtils_GetErrorBitmap = _mmimglib.MMImageUtils_GetErrorBitmap
  271.  
  272. MMImageUtils_GetScaledWidthHeight = _mmimglib.MMImageUtils_GetScaledWidthHeight
  273.  
  274. MMImageUtils_CalculateScaledWidthHeight = _mmimglib.MMImageUtils_CalculateScaledWidthHeight
  275.  
  276. MMImageUtils_RotateImageReturnNew = _mmimglib.MMImageUtils_RotateImageReturnNew
  277.  
  278. MMImageUtils_RotateImageInPlace = _mmimglib.MMImageUtils_RotateImageInPlace
  279.  
  280. MMImageUtils_LosslessRotateAndSaveJPEG = _mmimglib.MMImageUtils_LosslessRotateAndSaveJPEG
  281.  
  282. MMImageUtils_GetShootingDate = _mmimglib.MMImageUtils_GetShootingDate
  283.  
  284. MMImageUtils_GetExifOrientation = _mmimglib.MMImageUtils_GetExifOrientation
  285.  
  286. MMImageUtils_TranslateExifOrientationToRotation = _mmimglib.MMImageUtils_TranslateExifOrientationToRotation
  287.  
  288. MMImageUtils_TranslateRotationToExifOrientation = _mmimglib.MMImageUtils_TranslateRotationToExifOrientation
  289.  
  290. MMImageUtils_BitmapFromResource = _mmimglib.MMImageUtils_BitmapFromResource
  291.  
  292. MMImageUtils_SetAsWallpaper = _mmimglib.MMImageUtils_SetAsWallpaper
  293.  
  294. MMImageUtils_ScrollBitmap = _mmimglib.MMImageUtils_ScrollBitmap
  295.  
  296. MMImageUtils_DeleteGdiplusBitmap = _mmimglib.MMImageUtils_DeleteGdiplusBitmap
  297.  
  298. MMImageUtils_CalcBestImageSize = _mmimglib.MMImageUtils_CalcBestImageSize
  299.  
  300. MMImageUtils_JudgeSuitableImageSize = _mmimglib.MMImageUtils_JudgeSuitableImageSize
  301.  
  302. MMImageUtils_StringForPrintSize = _mmimglib.MMImageUtils_StringForPrintSize
  303.  
  304. MMImageUtils_ChangeColorToTransparent = _mmimglib.MMImageUtils_ChangeColorToTransparent
  305.  
  306. MMImageUtils_ConvertFileURLToGLTexture = _mmimglib.MMImageUtils_ConvertFileURLToGLTexture
  307.  
  308. MMImageUtils_CalcBiggestGLImageSize = _mmimglib.MMImageUtils_CalcBiggestGLImageSize
  309.  
  310. MMImageUtils_ConvertBitmapToGLTexture = _mmimglib.MMImageUtils_ConvertBitmapToGLTexture
  311.  
  312. MMImageUtils_ConvertBitmapPixelDataToGLTexture = _mmimglib.MMImageUtils_ConvertBitmapPixelDataToGLTexture
  313.  
  314. MMImageUtils_ConvertBitmapToPixelData = _mmimglib.MMImageUtils_ConvertBitmapToPixelData
  315.  
  316. MMImageUtils_MaskBitmap = _mmimglib.MMImageUtils_MaskBitmap
  317.  
  318. MMImageUtils_ShutdownGDI = _mmimglib.MMImageUtils_ShutdownGDI
  319.  
  320. MMImageUtils_GetImageFromResource = _mmimglib.MMImageUtils_GetImageFromResource
  321.  
  322. MMImageUtils_GetGLTexBorderSize = _mmimglib.MMImageUtils_GetGLTexBorderSize
  323.  
  324. MMImageUtils_RegionFromImage = _mmimglib.MMImageUtils_RegionFromImage
  325.  
  326. MMImageUtils_CreateAlphaCursor = _mmimglib.MMImageUtils_CreateAlphaCursor
  327.  
  328. MMImageUtils__GetDefaultBitmapPixelFormat = _mmimglib.MMImageUtils__GetDefaultBitmapPixelFormat
  329.  
  330. MMImageUtils__ConvertImageToJPEG = _mmimglib.MMImageUtils__ConvertImageToJPEG
  331.  
  332. class MMThumbCreator(_object):
  333.     __swig_setmethods__ = {}
  334.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMThumbCreator, name, value)
  335.     __swig_getmethods__ = {}
  336.     __getattr__ = lambda self, name: _swig_getattr(self, MMThumbCreator, name)
  337.     def __repr__(self):
  338.         return "<%s.%s; proxy of C++ MMThumbCreator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  339.     def __init__(self, *args):
  340.         _swig_setattr(self, MMThumbCreator, 'this', _mmimglib.new_MMThumbCreator(*args))
  341.         _swig_setattr(self, MMThumbCreator, 'thisown', 1)
  342.     def __del__(self, destroy=_mmimglib.delete_MMThumbCreator):
  343.         try:
  344.             if self.thisown: destroy(self)
  345.         except: pass
  346.  
  347.     def SetInterpolationMode(*args): return _mmimglib.MMThumbCreator_SetInterpolationMode(*args)
  348.     def CreateLowResThumb(*args): return _mmimglib.MMThumbCreator_CreateLowResThumb(*args)
  349.     def PythonCreateLowResThumb(*args): return _mmimglib.MMThumbCreator_PythonCreateLowResThumb(*args)
  350.     def PythonCreateHighResThumb(*args): return _mmimglib.MMThumbCreator_PythonCreateHighResThumb(*args)
  351.     def CreateHighResThumb(*args): return _mmimglib.MMThumbCreator_CreateHighResThumb(*args)
  352.     def GetScaledWidthHeight(*args): return _mmimglib.MMThumbCreator_GetScaledWidthHeight(*args)
  353.     __swig_getmethods__["CreateThumbFromShell"] = lambda x: _mmimglib.MMThumbCreator_CreateThumbFromShell
  354.     if _newclass:CreateThumbFromShell = staticmethod(_mmimglib.MMThumbCreator_CreateThumbFromShell)
  355.  
  356. class MMThumbCreatorPtr(MMThumbCreator):
  357.     def __init__(self, this):
  358.         _swig_setattr(self, MMThumbCreator, 'this', this)
  359.         if not hasattr(self,"thisown"): _swig_setattr(self, MMThumbCreator, 'thisown', 0)
  360.         _swig_setattr(self, MMThumbCreator,self.__class__,MMThumbCreator)
  361. _mmimglib.MMThumbCreator_swigregister(MMThumbCreatorPtr)
  362.  
  363. MMThumbCreator_CreateThumbFromShell = _mmimglib.MMThumbCreator_CreateThumbFromShell
  364.  
  365. class MMExif(_object):
  366.     __swig_setmethods__ = {}
  367.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMExif, name, value)
  368.     __swig_getmethods__ = {}
  369.     __getattr__ = lambda self, name: _swig_getattr(self, MMExif, name)
  370.     def __repr__(self):
  371.         return "<%s.%s; proxy of C++ MMExif instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  372.     def __init__(self, *args):
  373.         _swig_setattr(self, MMExif, 'this', _mmimglib.new_MMExif(*args))
  374.         _swig_setattr(self, MMExif, 'thisown', 1)
  375.     def __del__(self, destroy=_mmimglib.delete_MMExif):
  376.         try:
  377.             if self.thisown: destroy(self)
  378.         except: pass
  379.  
  380.     def Print(*args): return _mmimglib.MMExif_Print(*args)
  381.     def IsError(*args): return _mmimglib.MMExif_IsError(*args)
  382.     def GetWidth(*args): return _mmimglib.MMExif_GetWidth(*args)
  383.     def GetHeight(*args): return _mmimglib.MMExif_GetHeight(*args)
  384.     def GetRawProperty(*args): return _mmimglib.MMExif_GetRawProperty(*args)
  385.     def GetByteProperty(*args): return _mmimglib.MMExif_GetByteProperty(*args)
  386.     def GetCharProperty(*args): return _mmimglib.MMExif_GetCharProperty(*args)
  387.     def GetIntProperty(*args): return _mmimglib.MMExif_GetIntProperty(*args)
  388.     def GetFloatProperty(*args): return _mmimglib.MMExif_GetFloatProperty(*args)
  389.     def GetAllPropertiesAsString(*args): return _mmimglib.MMExif_GetAllPropertiesAsString(*args)
  390.     def PyGetCharProperty(*args): return _mmimglib.MMExif_PyGetCharProperty(*args)
  391.     def PyGetIntProperty(*args): return _mmimglib.MMExif_PyGetIntProperty(*args)
  392.     def PyGetFloatProperty(*args): return _mmimglib.MMExif_PyGetFloatProperty(*args)
  393.     def GetPropertyName(*args): return _mmimglib.MMExif_GetPropertyName(*args)
  394.     def GetPropertyValue(*args): return _mmimglib.MMExif_GetPropertyValue(*args)
  395.     def PrintOneProperty(*args): return _mmimglib.MMExif_PrintOneProperty(*args)
  396.     def GetThumbnailImageInfo(*args): return _mmimglib.MMExif_GetThumbnailImageInfo(*args)
  397.     def GetThumbnailImageProp(*args): return _mmimglib.MMExif_GetThumbnailImageProp(*args)
  398.     def GetThumbnailBitmap(*args): return _mmimglib.MMExif_GetThumbnailBitmap(*args)
  399.     def SetCharProperty(*args): return _mmimglib.MMExif_SetCharProperty(*args)
  400.     def SetLongProperty(*args): return _mmimglib.MMExif_SetLongProperty(*args)
  401.     def SetShortProperty(*args): return _mmimglib.MMExif_SetShortProperty(*args)
  402.  
  403. class MMExifPtr(MMExif):
  404.     def __init__(self, this):
  405.         _swig_setattr(self, MMExif, 'this', this)
  406.         if not hasattr(self,"thisown"): _swig_setattr(self, MMExif, 'thisown', 0)
  407.         _swig_setattr(self, MMExif,self.__class__,MMExif)
  408. _mmimglib.MMExif_swigregister(MMExifPtr)
  409.  
  410. PropertyTagExifIFD = _mmimglib.PropertyTagExifIFD
  411. PropertyTagGpsIFD = _mmimglib.PropertyTagGpsIFD
  412. PropertyTagNewSubfileType = _mmimglib.PropertyTagNewSubfileType
  413. PropertyTagSubfileType = _mmimglib.PropertyTagSubfileType
  414. PropertyTagImageWidth = _mmimglib.PropertyTagImageWidth
  415. PropertyTagImageHeight = _mmimglib.PropertyTagImageHeight
  416. PropertyTagBitsPerSample = _mmimglib.PropertyTagBitsPerSample
  417. PropertyTagCompression = _mmimglib.PropertyTagCompression
  418. PropertyTagPhotometricInterp = _mmimglib.PropertyTagPhotometricInterp
  419. PropertyTagThreshHolding = _mmimglib.PropertyTagThreshHolding
  420. PropertyTagCellWidth = _mmimglib.PropertyTagCellWidth
  421. PropertyTagCellHeight = _mmimglib.PropertyTagCellHeight
  422. PropertyTagFillOrder = _mmimglib.PropertyTagFillOrder
  423. PropertyTagDocumentName = _mmimglib.PropertyTagDocumentName
  424. PropertyTagImageDescription = _mmimglib.PropertyTagImageDescription
  425. PropertyTagEquipMake = _mmimglib.PropertyTagEquipMake
  426. PropertyTagEquipModel = _mmimglib.PropertyTagEquipModel
  427. PropertyTagStripOffsets = _mmimglib.PropertyTagStripOffsets
  428. PropertyTagOrientation = _mmimglib.PropertyTagOrientation
  429. PropertyTagSamplesPerPixel = _mmimglib.PropertyTagSamplesPerPixel
  430. PropertyTagRowsPerStrip = _mmimglib.PropertyTagRowsPerStrip
  431. PropertyTagStripBytesCount = _mmimglib.PropertyTagStripBytesCount
  432. PropertyTagMinSampleValue = _mmimglib.PropertyTagMinSampleValue
  433. PropertyTagMaxSampleValue = _mmimglib.PropertyTagMaxSampleValue
  434. PropertyTagXResolution = _mmimglib.PropertyTagXResolution
  435. PropertyTagYResolution = _mmimglib.PropertyTagYResolution
  436. PropertyTagPlanarConfig = _mmimglib.PropertyTagPlanarConfig
  437. PropertyTagPageName = _mmimglib.PropertyTagPageName
  438. PropertyTagXPosition = _mmimglib.PropertyTagXPosition
  439. PropertyTagYPosition = _mmimglib.PropertyTagYPosition
  440. PropertyTagFreeOffset = _mmimglib.PropertyTagFreeOffset
  441. PropertyTagFreeByteCounts = _mmimglib.PropertyTagFreeByteCounts
  442. PropertyTagGrayResponseUnit = _mmimglib.PropertyTagGrayResponseUnit
  443. PropertyTagGrayResponseCurve = _mmimglib.PropertyTagGrayResponseCurve
  444. PropertyTagT4Option = _mmimglib.PropertyTagT4Option
  445. PropertyTagT6Option = _mmimglib.PropertyTagT6Option
  446. PropertyTagResolutionUnit = _mmimglib.PropertyTagResolutionUnit
  447. PropertyTagPageNumber = _mmimglib.PropertyTagPageNumber
  448. PropertyTagTransferFuncition = _mmimglib.PropertyTagTransferFuncition
  449. PropertyTagSoftwareUsed = _mmimglib.PropertyTagSoftwareUsed
  450. PropertyTagDateTime = _mmimglib.PropertyTagDateTime
  451. PropertyTagArtist = _mmimglib.PropertyTagArtist
  452. PropertyTagHostComputer = _mmimglib.PropertyTagHostComputer
  453. PropertyTagPredictor = _mmimglib.PropertyTagPredictor
  454. PropertyTagWhitePoint = _mmimglib.PropertyTagWhitePoint
  455. PropertyTagPrimaryChromaticities = _mmimglib.PropertyTagPrimaryChromaticities
  456. PropertyTagColorMap = _mmimglib.PropertyTagColorMap
  457. PropertyTagHalftoneHints = _mmimglib.PropertyTagHalftoneHints
  458. PropertyTagTileWidth = _mmimglib.PropertyTagTileWidth
  459. PropertyTagTileLength = _mmimglib.PropertyTagTileLength
  460. PropertyTagTileOffset = _mmimglib.PropertyTagTileOffset
  461. PropertyTagTileByteCounts = _mmimglib.PropertyTagTileByteCounts
  462. PropertyTagInkSet = _mmimglib.PropertyTagInkSet
  463. PropertyTagInkNames = _mmimglib.PropertyTagInkNames
  464. PropertyTagNumberOfInks = _mmimglib.PropertyTagNumberOfInks
  465. PropertyTagDotRange = _mmimglib.PropertyTagDotRange
  466. PropertyTagTargetPrinter = _mmimglib.PropertyTagTargetPrinter
  467. PropertyTagExtraSamples = _mmimglib.PropertyTagExtraSamples
  468. PropertyTagSampleFormat = _mmimglib.PropertyTagSampleFormat
  469. PropertyTagSMinSampleValue = _mmimglib.PropertyTagSMinSampleValue
  470. PropertyTagSMaxSampleValue = _mmimglib.PropertyTagSMaxSampleValue
  471. PropertyTagTransferRange = _mmimglib.PropertyTagTransferRange
  472. PropertyTagJPEGProc = _mmimglib.PropertyTagJPEGProc
  473. PropertyTagJPEGInterFormat = _mmimglib.PropertyTagJPEGInterFormat
  474. PropertyTagJPEGInterLength = _mmimglib.PropertyTagJPEGInterLength
  475. PropertyTagJPEGRestartInterval = _mmimglib.PropertyTagJPEGRestartInterval
  476. PropertyTagJPEGLosslessPredictors = _mmimglib.PropertyTagJPEGLosslessPredictors
  477. PropertyTagJPEGPointTransforms = _mmimglib.PropertyTagJPEGPointTransforms
  478. PropertyTagJPEGQTables = _mmimglib.PropertyTagJPEGQTables
  479. PropertyTagJPEGDCTables = _mmimglib.PropertyTagJPEGDCTables
  480. PropertyTagJPEGACTables = _mmimglib.PropertyTagJPEGACTables
  481. PropertyTagYCbCrCoefficients = _mmimglib.PropertyTagYCbCrCoefficients
  482. PropertyTagYCbCrSubsampling = _mmimglib.PropertyTagYCbCrSubsampling
  483. PropertyTagYCbCrPositioning = _mmimglib.PropertyTagYCbCrPositioning
  484. PropertyTagREFBlackWhite = _mmimglib.PropertyTagREFBlackWhite
  485. PropertyTagICCProfile = _mmimglib.PropertyTagICCProfile
  486. PropertyTagGamma = _mmimglib.PropertyTagGamma
  487. PropertyTagICCProfileDescriptor = _mmimglib.PropertyTagICCProfileDescriptor
  488. PropertyTagSRGBRenderingIntent = _mmimglib.PropertyTagSRGBRenderingIntent
  489. PropertyTagImageTitle = _mmimglib.PropertyTagImageTitle
  490. PropertyTagCopyright = _mmimglib.PropertyTagCopyright
  491. PropertyTagResolutionXUnit = _mmimglib.PropertyTagResolutionXUnit
  492. PropertyTagResolutionYUnit = _mmimglib.PropertyTagResolutionYUnit
  493. PropertyTagResolutionXLengthUnit = _mmimglib.PropertyTagResolutionXLengthUnit
  494. PropertyTagResolutionYLengthUnit = _mmimglib.PropertyTagResolutionYLengthUnit
  495. PropertyTagPrintFlags = _mmimglib.PropertyTagPrintFlags
  496. PropertyTagPrintFlagsVersion = _mmimglib.PropertyTagPrintFlagsVersion
  497. PropertyTagPrintFlagsCrop = _mmimglib.PropertyTagPrintFlagsCrop
  498. PropertyTagPrintFlagsBleedWidth = _mmimglib.PropertyTagPrintFlagsBleedWidth
  499. PropertyTagPrintFlagsBleedWidthScale = _mmimglib.PropertyTagPrintFlagsBleedWidthScale
  500. PropertyTagHalftoneLPI = _mmimglib.PropertyTagHalftoneLPI
  501. PropertyTagHalftoneLPIUnit = _mmimglib.PropertyTagHalftoneLPIUnit
  502. PropertyTagHalftoneDegree = _mmimglib.PropertyTagHalftoneDegree
  503. PropertyTagHalftoneShape = _mmimglib.PropertyTagHalftoneShape
  504. PropertyTagHalftoneMisc = _mmimglib.PropertyTagHalftoneMisc
  505. PropertyTagHalftoneScreen = _mmimglib.PropertyTagHalftoneScreen
  506. PropertyTagJPEGQuality = _mmimglib.PropertyTagJPEGQuality
  507. PropertyTagGridSize = _mmimglib.PropertyTagGridSize
  508. PropertyTagThumbnailFormat = _mmimglib.PropertyTagThumbnailFormat
  509. PropertyTagThumbnailWidth = _mmimglib.PropertyTagThumbnailWidth
  510. PropertyTagThumbnailHeight = _mmimglib.PropertyTagThumbnailHeight
  511. PropertyTagThumbnailColorDepth = _mmimglib.PropertyTagThumbnailColorDepth
  512. PropertyTagThumbnailPlanes = _mmimglib.PropertyTagThumbnailPlanes
  513. PropertyTagThumbnailRawBytes = _mmimglib.PropertyTagThumbnailRawBytes
  514. PropertyTagThumbnailSize = _mmimglib.PropertyTagThumbnailSize
  515. PropertyTagThumbnailCompressedSize = _mmimglib.PropertyTagThumbnailCompressedSize
  516. PropertyTagColorTransferFunction = _mmimglib.PropertyTagColorTransferFunction
  517. PropertyTagThumbnailData = _mmimglib.PropertyTagThumbnailData
  518. PropertyTagThumbnailImageWidth = _mmimglib.PropertyTagThumbnailImageWidth
  519. PropertyTagThumbnailImageHeight = _mmimglib.PropertyTagThumbnailImageHeight
  520. PropertyTagThumbnailBitsPerSample = _mmimglib.PropertyTagThumbnailBitsPerSample
  521. PropertyTagThumbnailCompression = _mmimglib.PropertyTagThumbnailCompression
  522. PropertyTagThumbnailPhotometricInterp = _mmimglib.PropertyTagThumbnailPhotometricInterp
  523. PropertyTagThumbnailImageDescription = _mmimglib.PropertyTagThumbnailImageDescription
  524. PropertyTagThumbnailEquipMake = _mmimglib.PropertyTagThumbnailEquipMake
  525. PropertyTagThumbnailEquipModel = _mmimglib.PropertyTagThumbnailEquipModel
  526. PropertyTagThumbnailStripOffsets = _mmimglib.PropertyTagThumbnailStripOffsets
  527. PropertyTagThumbnailOrientation = _mmimglib.PropertyTagThumbnailOrientation
  528. PropertyTagThumbnailSamplesPerPixel = _mmimglib.PropertyTagThumbnailSamplesPerPixel
  529. PropertyTagThumbnailRowsPerStrip = _mmimglib.PropertyTagThumbnailRowsPerStrip
  530. PropertyTagThumbnailStripBytesCount = _mmimglib.PropertyTagThumbnailStripBytesCount
  531. PropertyTagThumbnailResolutionX = _mmimglib.PropertyTagThumbnailResolutionX
  532. PropertyTagThumbnailResolutionY = _mmimglib.PropertyTagThumbnailResolutionY
  533. PropertyTagThumbnailPlanarConfig = _mmimglib.PropertyTagThumbnailPlanarConfig
  534. PropertyTagThumbnailResolutionUnit = _mmimglib.PropertyTagThumbnailResolutionUnit
  535. PropertyTagThumbnailTransferFunction = _mmimglib.PropertyTagThumbnailTransferFunction
  536. PropertyTagThumbnailSoftwareUsed = _mmimglib.PropertyTagThumbnailSoftwareUsed
  537. PropertyTagThumbnailDateTime = _mmimglib.PropertyTagThumbnailDateTime
  538. PropertyTagThumbnailArtist = _mmimglib.PropertyTagThumbnailArtist
  539. PropertyTagThumbnailWhitePoint = _mmimglib.PropertyTagThumbnailWhitePoint
  540. PropertyTagThumbnailPrimaryChromaticities = _mmimglib.PropertyTagThumbnailPrimaryChromaticities
  541. PropertyTagThumbnailYCbCrCoefficients = _mmimglib.PropertyTagThumbnailYCbCrCoefficients
  542. PropertyTagThumbnailYCbCrSubsampling = _mmimglib.PropertyTagThumbnailYCbCrSubsampling
  543. PropertyTagThumbnailYCbCrPositioning = _mmimglib.PropertyTagThumbnailYCbCrPositioning
  544. PropertyTagThumbnailRefBlackWhite = _mmimglib.PropertyTagThumbnailRefBlackWhite
  545. PropertyTagThumbnailCopyRight = _mmimglib.PropertyTagThumbnailCopyRight
  546. PropertyTagLuminanceTable = _mmimglib.PropertyTagLuminanceTable
  547. PropertyTagChrominanceTable = _mmimglib.PropertyTagChrominanceTable
  548. PropertyTagFrameDelay = _mmimglib.PropertyTagFrameDelay
  549. PropertyTagLoopCount = _mmimglib.PropertyTagLoopCount
  550. PropertyTagPixelUnit = _mmimglib.PropertyTagPixelUnit
  551. PropertyTagPixelPerUnitX = _mmimglib.PropertyTagPixelPerUnitX
  552. PropertyTagPixelPerUnitY = _mmimglib.PropertyTagPixelPerUnitY
  553. PropertyTagPaletteHistogram = _mmimglib.PropertyTagPaletteHistogram
  554. PropertyTagExifExposureTime = _mmimglib.PropertyTagExifExposureTime
  555. PropertyTagExifFNumber = _mmimglib.PropertyTagExifFNumber
  556. PropertyTagExifExposureProg = _mmimglib.PropertyTagExifExposureProg
  557. PropertyTagExifSpectralSense = _mmimglib.PropertyTagExifSpectralSense
  558. PropertyTagExifISOSpeed = _mmimglib.PropertyTagExifISOSpeed
  559. PropertyTagExifOECF = _mmimglib.PropertyTagExifOECF
  560. PropertyTagExifVer = _mmimglib.PropertyTagExifVer
  561. PropertyTagExifDTOrig = _mmimglib.PropertyTagExifDTOrig
  562. PropertyTagExifDTDigitized = _mmimglib.PropertyTagExifDTDigitized
  563. PropertyTagExifCompConfig = _mmimglib.PropertyTagExifCompConfig
  564. PropertyTagExifCompBPP = _mmimglib.PropertyTagExifCompBPP
  565. PropertyTagExifShutterSpeed = _mmimglib.PropertyTagExifShutterSpeed
  566. PropertyTagExifAperture = _mmimglib.PropertyTagExifAperture
  567. PropertyTagExifBrightness = _mmimglib.PropertyTagExifBrightness
  568. PropertyTagExifExposureBias = _mmimglib.PropertyTagExifExposureBias
  569. PropertyTagExifMaxAperture = _mmimglib.PropertyTagExifMaxAperture
  570. PropertyTagExifSubjectDist = _mmimglib.PropertyTagExifSubjectDist
  571. PropertyTagExifMeteringMode = _mmimglib.PropertyTagExifMeteringMode
  572. PropertyTagExifLightSource = _mmimglib.PropertyTagExifLightSource
  573. PropertyTagExifFlash = _mmimglib.PropertyTagExifFlash
  574. PropertyTagExifFocalLength = _mmimglib.PropertyTagExifFocalLength
  575. PropertyTagExifMakerNote = _mmimglib.PropertyTagExifMakerNote
  576. PropertyTagExifUserComment = _mmimglib.PropertyTagExifUserComment
  577. PropertyTagExifDTSubsec = _mmimglib.PropertyTagExifDTSubsec
  578. PropertyTagExifDTOrigSS = _mmimglib.PropertyTagExifDTOrigSS
  579. PropertyTagExifDTDigSS = _mmimglib.PropertyTagExifDTDigSS
  580. PropertyTagExifFPXVer = _mmimglib.PropertyTagExifFPXVer
  581. PropertyTagExifColorSpace = _mmimglib.PropertyTagExifColorSpace
  582. PropertyTagExifPixXDim = _mmimglib.PropertyTagExifPixXDim
  583. PropertyTagExifPixYDim = _mmimglib.PropertyTagExifPixYDim
  584. PropertyTagExifRelatedWav = _mmimglib.PropertyTagExifRelatedWav
  585. PropertyTagExifInterop = _mmimglib.PropertyTagExifInterop
  586. PropertyTagExifFlashEnergy = _mmimglib.PropertyTagExifFlashEnergy
  587. PropertyTagExifSpatialFR = _mmimglib.PropertyTagExifSpatialFR
  588. PropertyTagExifFocalXRes = _mmimglib.PropertyTagExifFocalXRes
  589. PropertyTagExifFocalYRes = _mmimglib.PropertyTagExifFocalYRes
  590. PropertyTagExifFocalResUnit = _mmimglib.PropertyTagExifFocalResUnit
  591. PropertyTagExifSubjectLoc = _mmimglib.PropertyTagExifSubjectLoc
  592. PropertyTagExifExposureIndex = _mmimglib.PropertyTagExifExposureIndex
  593. PropertyTagExifSensingMethod = _mmimglib.PropertyTagExifSensingMethod
  594. PropertyTagExifFileSource = _mmimglib.PropertyTagExifFileSource
  595. PropertyTagExifSceneType = _mmimglib.PropertyTagExifSceneType
  596. PropertyTagExifCfaPattern = _mmimglib.PropertyTagExifCfaPattern
  597. PropertyTagGpsVer = _mmimglib.PropertyTagGpsVer
  598. PropertyTagGpsLatitudeRef = _mmimglib.PropertyTagGpsLatitudeRef
  599. PropertyTagGpsLatitude = _mmimglib.PropertyTagGpsLatitude
  600. PropertyTagGpsLongitudeRef = _mmimglib.PropertyTagGpsLongitudeRef
  601. PropertyTagGpsLongitude = _mmimglib.PropertyTagGpsLongitude
  602. PropertyTagGpsAltitudeRef = _mmimglib.PropertyTagGpsAltitudeRef
  603. PropertyTagGpsAltitude = _mmimglib.PropertyTagGpsAltitude
  604. PropertyTagGpsGpsTime = _mmimglib.PropertyTagGpsGpsTime
  605. PropertyTagGpsGpsSatellites = _mmimglib.PropertyTagGpsGpsSatellites
  606. PropertyTagGpsGpsStatus = _mmimglib.PropertyTagGpsGpsStatus
  607. PropertyTagGpsGpsMeasureMode = _mmimglib.PropertyTagGpsGpsMeasureMode
  608. PropertyTagGpsGpsDop = _mmimglib.PropertyTagGpsGpsDop
  609. PropertyTagGpsSpeedRef = _mmimglib.PropertyTagGpsSpeedRef
  610. PropertyTagGpsSpeed = _mmimglib.PropertyTagGpsSpeed
  611. PropertyTagGpsTrackRef = _mmimglib.PropertyTagGpsTrackRef
  612. PropertyTagGpsTrack = _mmimglib.PropertyTagGpsTrack
  613. PropertyTagGpsImgDirRef = _mmimglib.PropertyTagGpsImgDirRef
  614. PropertyTagGpsImgDir = _mmimglib.PropertyTagGpsImgDir
  615. PropertyTagGpsMapDatum = _mmimglib.PropertyTagGpsMapDatum
  616. PropertyTagGpsDestLatRef = _mmimglib.PropertyTagGpsDestLatRef
  617. PropertyTagGpsDestLat = _mmimglib.PropertyTagGpsDestLat
  618. PropertyTagGpsDestLongRef = _mmimglib.PropertyTagGpsDestLongRef
  619. PropertyTagGpsDestLong = _mmimglib.PropertyTagGpsDestLong
  620. PropertyTagGpsDestBearRef = _mmimglib.PropertyTagGpsDestBearRef
  621. PropertyTagGpsDestBear = _mmimglib.PropertyTagGpsDestBear
  622. PropertyTagGpsDestDistRef = _mmimglib.PropertyTagGpsDestDistRef
  623. PropertyTagGpsDestDist = _mmimglib.PropertyTagGpsDestDist
  624.  
  625.