home *** CD-ROM | disk | FTP | other *** search
- # This file was created automatically by SWIG.
- # Don't modify this file, modify the SWIG interface instead.
- # This file is compatible with both classic and new-style classes.
-
- import _mmimglib
-
- def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
- if (name == "this"):
- if isinstance(value, class_type):
- self.__dict__[name] = value.this
- if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
- del value.thisown
- return
- method = class_type.__swig_setmethods__.get(name,None)
- if method: return method(self,value)
- if (not static) or hasattr(self,name) or (name == "thisown"):
- self.__dict__[name] = value
- else:
- raise AttributeError("You cannot add attributes to %s" % self)
-
- def _swig_setattr(self,class_type,name,value):
- return _swig_setattr_nondynamic(self,class_type,name,value,0)
-
- def _swig_getattr(self,class_type,name):
- method = class_type.__swig_getmethods__.get(name,None)
- if method: return method(self)
- raise AttributeError,name
-
- import types
- try:
- _object = types.ObjectType
- _newclass = 1
- except AttributeError:
- class _object : pass
- _newclass = 0
- del types
-
-
- GDI_UNKNOWN_TYPE = _mmimglib.GDI_UNKNOWN_TYPE
- GDI_JPEG_TYPE = _mmimglib.GDI_JPEG_TYPE
- GDI_TIFF_TYPE = _mmimglib.GDI_TIFF_TYPE
- GDI_GIF_TYPE = _mmimglib.GDI_GIF_TYPE
- GDI_BMP_TYPE = _mmimglib.GDI_BMP_TYPE
- GDI_PNG_TYPE = _mmimglib.GDI_PNG_TYPE
- GDI_AVI_TYPE = _mmimglib.GDI_AVI_TYPE
- GDI_QUICKTIME_TYPE = _mmimglib.GDI_QUICKTIME_TYPE
- GDI_MPEG_TYPE = _mmimglib.GDI_MPEG_TYPE
- MMIMAGETYPE_UNKNOWN = _mmimglib.MMIMAGETYPE_UNKNOWN
- MMIMAGETYPE_JPG = _mmimglib.MMIMAGETYPE_JPG
- MMIMAGETYPE_TIFF = _mmimglib.MMIMAGETYPE_TIFF
- MMIMAGETYPE_GIF = _mmimglib.MMIMAGETYPE_GIF
- MMIMAGETYPE_BMP = _mmimglib.MMIMAGETYPE_BMP
- MMIMAGETYPE_PNG = _mmimglib.MMIMAGETYPE_PNG
- MMIMAGETYPE_AVI = _mmimglib.MMIMAGETYPE_AVI
- MMIMAGETYPE_QUICKTIME = _mmimglib.MMIMAGETYPE_QUICKTIME
- MMIMAGETYPE_MPEG = _mmimglib.MMIMAGETYPE_MPEG
- class ExtensionAndExplanation(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, ExtensionAndExplanation, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, ExtensionAndExplanation, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ ExtensionAndExplanation instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_setmethods__["extension"] = _mmimglib.ExtensionAndExplanation_extension_set
- __swig_getmethods__["extension"] = _mmimglib.ExtensionAndExplanation_extension_get
- if _newclass:extension = property(_mmimglib.ExtensionAndExplanation_extension_get, _mmimglib.ExtensionAndExplanation_extension_set)
- __swig_setmethods__["explaination"] = _mmimglib.ExtensionAndExplanation_explaination_set
- __swig_getmethods__["explaination"] = _mmimglib.ExtensionAndExplanation_explaination_get
- if _newclass:explaination = property(_mmimglib.ExtensionAndExplanation_explaination_get, _mmimglib.ExtensionAndExplanation_explaination_set)
- def __init__(self, *args):
- _swig_setattr(self, ExtensionAndExplanation, 'this', _mmimglib.new_ExtensionAndExplanation(*args))
- _swig_setattr(self, ExtensionAndExplanation, 'thisown', 1)
- def __del__(self, destroy=_mmimglib.delete_ExtensionAndExplanation):
- try:
- if self.thisown: destroy(self)
- except: pass
-
-
- class ExtensionAndExplanationPtr(ExtensionAndExplanation):
- def __init__(self, this):
- _swig_setattr(self, ExtensionAndExplanation, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, ExtensionAndExplanation, 'thisown', 0)
- _swig_setattr(self, ExtensionAndExplanation,self.__class__,ExtensionAndExplanation)
- _mmimglib.ExtensionAndExplanation_swigregister(ExtensionAndExplanationPtr)
-
- class MMImageUtils(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMImageUtils, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMImageUtils, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMImageUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- MMPrintSize_Unspecified = _mmimglib.MMImageUtils_MMPrintSize_Unspecified
- MMPrintSize_Wallet = _mmimglib.MMImageUtils_MMPrintSize_Wallet
- MMPrintSize_4x6 = _mmimglib.MMImageUtils_MMPrintSize_4x6
- MMPrintSize_5x7 = _mmimglib.MMImageUtils_MMPrintSize_5x7
- MMPrintSize_8x10 = _mmimglib.MMImageUtils_MMPrintSize_8x10
- MMPrintSize_11x14 = _mmimglib.MMImageUtils_MMPrintSize_11x14
- MMPrintSize_16x20 = _mmimglib.MMImageUtils_MMPrintSize_16x20
- MMPrintSize_20x30 = _mmimglib.MMImageUtils_MMPrintSize_20x30
- MMPrintJudgment_Suitable = _mmimglib.MMImageUtils_MMPrintJudgment_Suitable
- MMPrintJudgment_Acceptable = _mmimglib.MMImageUtils_MMPrintJudgment_Acceptable
- MMPrintJudgment_GetSeriousChum = _mmimglib.MMImageUtils_MMPrintJudgment_GetSeriousChum
- __swig_getmethods__["convertVoidRGBAtoBGRA"] = lambda x: _mmimglib.MMImageUtils_convertVoidRGBAtoBGRA
- if _newclass:convertVoidRGBAtoBGRA = staticmethod(_mmimglib.MMImageUtils_convertVoidRGBAtoBGRA)
- __swig_getmethods__["GetEncoderClsid"] = lambda x: _mmimglib.MMImageUtils_GetEncoderClsid
- if _newclass:GetEncoderClsid = staticmethod(_mmimglib.MMImageUtils_GetEncoderClsid)
- __swig_getmethods__["DoSaveAsJpeg"] = lambda x: _mmimglib.MMImageUtils_DoSaveAsJpeg
- if _newclass:DoSaveAsJpeg = staticmethod(_mmimglib.MMImageUtils_DoSaveAsJpeg)
- __swig_getmethods__["DoSaveAsType"] = lambda x: _mmimglib.MMImageUtils_DoSaveAsType
- if _newclass:DoSaveAsType = staticmethod(_mmimglib.MMImageUtils_DoSaveAsType)
- __swig_getmethods__["GetImageSaveExtensionList"] = lambda x: _mmimglib.MMImageUtils_GetImageSaveExtensionList
- if _newclass:GetImageSaveExtensionList = staticmethod(_mmimglib.MMImageUtils_GetImageSaveExtensionList)
- __swig_getmethods__["IsImageFile"] = lambda x: _mmimglib.MMImageUtils_IsImageFile
- if _newclass:IsImageFile = staticmethod(_mmimglib.MMImageUtils_IsImageFile)
- __swig_getmethods__["IsNormalImageExtension"] = lambda x: _mmimglib.MMImageUtils_IsNormalImageExtension
- if _newclass:IsNormalImageExtension = staticmethod(_mmimglib.MMImageUtils_IsNormalImageExtension)
- __swig_getmethods__["IsRawFile"] = lambda x: _mmimglib.MMImageUtils_IsRawFile
- if _newclass:IsRawFile = staticmethod(_mmimglib.MMImageUtils_IsRawFile)
- __swig_getmethods__["IsRawExtension"] = lambda x: _mmimglib.MMImageUtils_IsRawExtension
- if _newclass:IsRawExtension = staticmethod(_mmimglib.MMImageUtils_IsRawExtension)
- __swig_getmethods__["GetImageTypeFromFilename"] = lambda x: _mmimglib.MMImageUtils_GetImageTypeFromFilename
- if _newclass:GetImageTypeFromFilename = staticmethod(_mmimglib.MMImageUtils_GetImageTypeFromFilename)
- __swig_getmethods__["GetGdiImageTypeFromFilename"] = lambda x: _mmimglib.MMImageUtils_GetGdiImageTypeFromFilename
- if _newclass:GetGdiImageTypeFromFilename = staticmethod(_mmimglib.MMImageUtils_GetGdiImageTypeFromFilename)
- __swig_getmethods__["ImageTypeFromGdiType"] = lambda x: _mmimglib.MMImageUtils_ImageTypeFromGdiType
- if _newclass:ImageTypeFromGdiType = staticmethod(_mmimglib.MMImageUtils_ImageTypeFromGdiType)
- __swig_getmethods__["GetFileTypeDisplayString"] = lambda x: _mmimglib.MMImageUtils_GetFileTypeDisplayString
- if _newclass:GetFileTypeDisplayString = staticmethod(_mmimglib.MMImageUtils_GetFileTypeDisplayString)
- __swig_getmethods__["IsMovieFile"] = lambda x: _mmimglib.MMImageUtils_IsMovieFile
- if _newclass:IsMovieFile = staticmethod(_mmimglib.MMImageUtils_IsMovieFile)
- __swig_getmethods__["IsMovieExtension"] = lambda x: _mmimglib.MMImageUtils_IsMovieExtension
- if _newclass:IsMovieExtension = staticmethod(_mmimglib.MMImageUtils_IsMovieExtension)
- __swig_getmethods__["GetRectShadow"] = lambda x: _mmimglib.MMImageUtils_GetRectShadow
- if _newclass:GetRectShadow = staticmethod(_mmimglib.MMImageUtils_GetRectShadow)
- __swig_getmethods__["ConvertMagickImageToGDIPlusBitmap"] = lambda x: _mmimglib.MMImageUtils_ConvertMagickImageToGDIPlusBitmap
- if _newclass:ConvertMagickImageToGDIPlusBitmap = staticmethod(_mmimglib.MMImageUtils_ConvertMagickImageToGDIPlusBitmap)
- __swig_getmethods__["ConvertGDIPlusImageToMagickImage"] = lambda x: _mmimglib.MMImageUtils_ConvertGDIPlusImageToMagickImage
- if _newclass:ConvertGDIPlusImageToMagickImage = staticmethod(_mmimglib.MMImageUtils_ConvertGDIPlusImageToMagickImage)
- __swig_getmethods__["GetFullSizeImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeImage
- if _newclass:GetFullSizeImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeImage)
- __swig_getmethods__["GetFullSizeGdiImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeGdiImage
- if _newclass:GetFullSizeGdiImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeGdiImage)
- __swig_getmethods__["GetFullSizeRawImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeRawImage
- if _newclass:GetFullSizeRawImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeRawImage)
- __swig_getmethods__["GetFullSizeMagickImage"] = lambda x: _mmimglib.MMImageUtils_GetFullSizeMagickImage
- if _newclass:GetFullSizeMagickImage = staticmethod(_mmimglib.MMImageUtils_GetFullSizeMagickImage)
- __swig_getmethods__["GetErrorBitmap"] = lambda x: _mmimglib.MMImageUtils_GetErrorBitmap
- if _newclass:GetErrorBitmap = staticmethod(_mmimglib.MMImageUtils_GetErrorBitmap)
- __swig_getmethods__["GetScaledWidthHeight"] = lambda x: _mmimglib.MMImageUtils_GetScaledWidthHeight
- if _newclass:GetScaledWidthHeight = staticmethod(_mmimglib.MMImageUtils_GetScaledWidthHeight)
- __swig_getmethods__["CalculateScaledWidthHeight"] = lambda x: _mmimglib.MMImageUtils_CalculateScaledWidthHeight
- if _newclass:CalculateScaledWidthHeight = staticmethod(_mmimglib.MMImageUtils_CalculateScaledWidthHeight)
- __swig_getmethods__["RotateImageReturnNew"] = lambda x: _mmimglib.MMImageUtils_RotateImageReturnNew
- if _newclass:RotateImageReturnNew = staticmethod(_mmimglib.MMImageUtils_RotateImageReturnNew)
- __swig_getmethods__["RotateImageInPlace"] = lambda x: _mmimglib.MMImageUtils_RotateImageInPlace
- if _newclass:RotateImageInPlace = staticmethod(_mmimglib.MMImageUtils_RotateImageInPlace)
- __swig_getmethods__["LosslessRotateAndSaveJPEG"] = lambda x: _mmimglib.MMImageUtils_LosslessRotateAndSaveJPEG
- if _newclass:LosslessRotateAndSaveJPEG = staticmethod(_mmimglib.MMImageUtils_LosslessRotateAndSaveJPEG)
- __swig_getmethods__["GetShootingDate"] = lambda x: _mmimglib.MMImageUtils_GetShootingDate
- if _newclass:GetShootingDate = staticmethod(_mmimglib.MMImageUtils_GetShootingDate)
- __swig_getmethods__["GetExifOrientation"] = lambda x: _mmimglib.MMImageUtils_GetExifOrientation
- if _newclass:GetExifOrientation = staticmethod(_mmimglib.MMImageUtils_GetExifOrientation)
- __swig_getmethods__["TranslateExifOrientationToRotation"] = lambda x: _mmimglib.MMImageUtils_TranslateExifOrientationToRotation
- if _newclass:TranslateExifOrientationToRotation = staticmethod(_mmimglib.MMImageUtils_TranslateExifOrientationToRotation)
- __swig_getmethods__["TranslateRotationToExifOrientation"] = lambda x: _mmimglib.MMImageUtils_TranslateRotationToExifOrientation
- if _newclass:TranslateRotationToExifOrientation = staticmethod(_mmimglib.MMImageUtils_TranslateRotationToExifOrientation)
- __swig_getmethods__["BitmapFromResource"] = lambda x: _mmimglib.MMImageUtils_BitmapFromResource
- if _newclass:BitmapFromResource = staticmethod(_mmimglib.MMImageUtils_BitmapFromResource)
- __swig_getmethods__["SetAsWallpaper"] = lambda x: _mmimglib.MMImageUtils_SetAsWallpaper
- if _newclass:SetAsWallpaper = staticmethod(_mmimglib.MMImageUtils_SetAsWallpaper)
- __swig_getmethods__["ScrollBitmap"] = lambda x: _mmimglib.MMImageUtils_ScrollBitmap
- if _newclass:ScrollBitmap = staticmethod(_mmimglib.MMImageUtils_ScrollBitmap)
- __swig_getmethods__["DeleteGdiplusBitmap"] = lambda x: _mmimglib.MMImageUtils_DeleteGdiplusBitmap
- if _newclass:DeleteGdiplusBitmap = staticmethod(_mmimglib.MMImageUtils_DeleteGdiplusBitmap)
- __swig_getmethods__["CalcBestImageSize"] = lambda x: _mmimglib.MMImageUtils_CalcBestImageSize
- if _newclass:CalcBestImageSize = staticmethod(_mmimglib.MMImageUtils_CalcBestImageSize)
- __swig_getmethods__["JudgeSuitableImageSize"] = lambda x: _mmimglib.MMImageUtils_JudgeSuitableImageSize
- if _newclass:JudgeSuitableImageSize = staticmethod(_mmimglib.MMImageUtils_JudgeSuitableImageSize)
- __swig_getmethods__["StringForPrintSize"] = lambda x: _mmimglib.MMImageUtils_StringForPrintSize
- if _newclass:StringForPrintSize = staticmethod(_mmimglib.MMImageUtils_StringForPrintSize)
- __swig_getmethods__["ChangeColorToTransparent"] = lambda x: _mmimglib.MMImageUtils_ChangeColorToTransparent
- if _newclass:ChangeColorToTransparent = staticmethod(_mmimglib.MMImageUtils_ChangeColorToTransparent)
- __swig_getmethods__["ConvertFileURLToGLTexture"] = lambda x: _mmimglib.MMImageUtils_ConvertFileURLToGLTexture
- if _newclass:ConvertFileURLToGLTexture = staticmethod(_mmimglib.MMImageUtils_ConvertFileURLToGLTexture)
- __swig_getmethods__["CalcBiggestGLImageSize"] = lambda x: _mmimglib.MMImageUtils_CalcBiggestGLImageSize
- if _newclass:CalcBiggestGLImageSize = staticmethod(_mmimglib.MMImageUtils_CalcBiggestGLImageSize)
- __swig_getmethods__["ConvertBitmapToGLTexture"] = lambda x: _mmimglib.MMImageUtils_ConvertBitmapToGLTexture
- if _newclass:ConvertBitmapToGLTexture = staticmethod(_mmimglib.MMImageUtils_ConvertBitmapToGLTexture)
- __swig_getmethods__["ConvertBitmapPixelDataToGLTexture"] = lambda x: _mmimglib.MMImageUtils_ConvertBitmapPixelDataToGLTexture
- if _newclass:ConvertBitmapPixelDataToGLTexture = staticmethod(_mmimglib.MMImageUtils_ConvertBitmapPixelDataToGLTexture)
- __swig_getmethods__["ConvertBitmapToPixelData"] = lambda x: _mmimglib.MMImageUtils_ConvertBitmapToPixelData
- if _newclass:ConvertBitmapToPixelData = staticmethod(_mmimglib.MMImageUtils_ConvertBitmapToPixelData)
- __swig_getmethods__["MaskBitmap"] = lambda x: _mmimglib.MMImageUtils_MaskBitmap
- if _newclass:MaskBitmap = staticmethod(_mmimglib.MMImageUtils_MaskBitmap)
- __swig_getmethods__["ShutdownGDI"] = lambda x: _mmimglib.MMImageUtils_ShutdownGDI
- if _newclass:ShutdownGDI = staticmethod(_mmimglib.MMImageUtils_ShutdownGDI)
- __swig_getmethods__["GetImageFromResource"] = lambda x: _mmimglib.MMImageUtils_GetImageFromResource
- if _newclass:GetImageFromResource = staticmethod(_mmimglib.MMImageUtils_GetImageFromResource)
- __swig_getmethods__["GetGLTexBorderSize"] = lambda x: _mmimglib.MMImageUtils_GetGLTexBorderSize
- if _newclass:GetGLTexBorderSize = staticmethod(_mmimglib.MMImageUtils_GetGLTexBorderSize)
- __swig_getmethods__["RegionFromImage"] = lambda x: _mmimglib.MMImageUtils_RegionFromImage
- if _newclass:RegionFromImage = staticmethod(_mmimglib.MMImageUtils_RegionFromImage)
- __swig_getmethods__["CreateAlphaCursor"] = lambda x: _mmimglib.MMImageUtils_CreateAlphaCursor
- if _newclass:CreateAlphaCursor = staticmethod(_mmimglib.MMImageUtils_CreateAlphaCursor)
- __swig_getmethods__["_GetDefaultBitmapPixelFormat"] = lambda x: _mmimglib.MMImageUtils__GetDefaultBitmapPixelFormat
- if _newclass:_GetDefaultBitmapPixelFormat = staticmethod(_mmimglib.MMImageUtils__GetDefaultBitmapPixelFormat)
- __swig_getmethods__["_ConvertImageToJPEG"] = lambda x: _mmimglib.MMImageUtils__ConvertImageToJPEG
- if _newclass:_ConvertImageToJPEG = staticmethod(_mmimglib.MMImageUtils__ConvertImageToJPEG)
- def __init__(self, *args):
- _swig_setattr(self, MMImageUtils, 'this', _mmimglib.new_MMImageUtils(*args))
- _swig_setattr(self, MMImageUtils, 'thisown', 1)
- def __del__(self, destroy=_mmimglib.delete_MMImageUtils):
- try:
- if self.thisown: destroy(self)
- except: pass
-
-
- class MMImageUtilsPtr(MMImageUtils):
- def __init__(self, this):
- _swig_setattr(self, MMImageUtils, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMImageUtils, 'thisown', 0)
- _swig_setattr(self, MMImageUtils,self.__class__,MMImageUtils)
- _mmimglib.MMImageUtils_swigregister(MMImageUtilsPtr)
-
- MMImageUtils_convertVoidRGBAtoBGRA = _mmimglib.MMImageUtils_convertVoidRGBAtoBGRA
-
- MMImageUtils_GetEncoderClsid = _mmimglib.MMImageUtils_GetEncoderClsid
-
- MMImageUtils_DoSaveAsJpeg = _mmimglib.MMImageUtils_DoSaveAsJpeg
-
- MMImageUtils_DoSaveAsType = _mmimglib.MMImageUtils_DoSaveAsType
-
- MMImageUtils_GetImageSaveExtensionList = _mmimglib.MMImageUtils_GetImageSaveExtensionList
-
- MMImageUtils_IsImageFile = _mmimglib.MMImageUtils_IsImageFile
-
- MMImageUtils_IsNormalImageExtension = _mmimglib.MMImageUtils_IsNormalImageExtension
-
- MMImageUtils_IsRawFile = _mmimglib.MMImageUtils_IsRawFile
-
- MMImageUtils_IsRawExtension = _mmimglib.MMImageUtils_IsRawExtension
-
- MMImageUtils_GetImageTypeFromFilename = _mmimglib.MMImageUtils_GetImageTypeFromFilename
-
- MMImageUtils_GetGdiImageTypeFromFilename = _mmimglib.MMImageUtils_GetGdiImageTypeFromFilename
-
- MMImageUtils_ImageTypeFromGdiType = _mmimglib.MMImageUtils_ImageTypeFromGdiType
-
- MMImageUtils_GetFileTypeDisplayString = _mmimglib.MMImageUtils_GetFileTypeDisplayString
-
- MMImageUtils_IsMovieFile = _mmimglib.MMImageUtils_IsMovieFile
-
- MMImageUtils_IsMovieExtension = _mmimglib.MMImageUtils_IsMovieExtension
-
- MMImageUtils_GetRectShadow = _mmimglib.MMImageUtils_GetRectShadow
-
- MMImageUtils_ConvertMagickImageToGDIPlusBitmap = _mmimglib.MMImageUtils_ConvertMagickImageToGDIPlusBitmap
-
- MMImageUtils_ConvertGDIPlusImageToMagickImage = _mmimglib.MMImageUtils_ConvertGDIPlusImageToMagickImage
-
- MMImageUtils_GetFullSizeImage = _mmimglib.MMImageUtils_GetFullSizeImage
-
- MMImageUtils_GetFullSizeGdiImage = _mmimglib.MMImageUtils_GetFullSizeGdiImage
-
- MMImageUtils_GetFullSizeRawImage = _mmimglib.MMImageUtils_GetFullSizeRawImage
-
- MMImageUtils_GetFullSizeMagickImage = _mmimglib.MMImageUtils_GetFullSizeMagickImage
-
- MMImageUtils_GetErrorBitmap = _mmimglib.MMImageUtils_GetErrorBitmap
-
- MMImageUtils_GetScaledWidthHeight = _mmimglib.MMImageUtils_GetScaledWidthHeight
-
- MMImageUtils_CalculateScaledWidthHeight = _mmimglib.MMImageUtils_CalculateScaledWidthHeight
-
- MMImageUtils_RotateImageReturnNew = _mmimglib.MMImageUtils_RotateImageReturnNew
-
- MMImageUtils_RotateImageInPlace = _mmimglib.MMImageUtils_RotateImageInPlace
-
- MMImageUtils_LosslessRotateAndSaveJPEG = _mmimglib.MMImageUtils_LosslessRotateAndSaveJPEG
-
- MMImageUtils_GetShootingDate = _mmimglib.MMImageUtils_GetShootingDate
-
- MMImageUtils_GetExifOrientation = _mmimglib.MMImageUtils_GetExifOrientation
-
- MMImageUtils_TranslateExifOrientationToRotation = _mmimglib.MMImageUtils_TranslateExifOrientationToRotation
-
- MMImageUtils_TranslateRotationToExifOrientation = _mmimglib.MMImageUtils_TranslateRotationToExifOrientation
-
- MMImageUtils_BitmapFromResource = _mmimglib.MMImageUtils_BitmapFromResource
-
- MMImageUtils_SetAsWallpaper = _mmimglib.MMImageUtils_SetAsWallpaper
-
- MMImageUtils_ScrollBitmap = _mmimglib.MMImageUtils_ScrollBitmap
-
- MMImageUtils_DeleteGdiplusBitmap = _mmimglib.MMImageUtils_DeleteGdiplusBitmap
-
- MMImageUtils_CalcBestImageSize = _mmimglib.MMImageUtils_CalcBestImageSize
-
- MMImageUtils_JudgeSuitableImageSize = _mmimglib.MMImageUtils_JudgeSuitableImageSize
-
- MMImageUtils_StringForPrintSize = _mmimglib.MMImageUtils_StringForPrintSize
-
- MMImageUtils_ChangeColorToTransparent = _mmimglib.MMImageUtils_ChangeColorToTransparent
-
- MMImageUtils_ConvertFileURLToGLTexture = _mmimglib.MMImageUtils_ConvertFileURLToGLTexture
-
- MMImageUtils_CalcBiggestGLImageSize = _mmimglib.MMImageUtils_CalcBiggestGLImageSize
-
- MMImageUtils_ConvertBitmapToGLTexture = _mmimglib.MMImageUtils_ConvertBitmapToGLTexture
-
- MMImageUtils_ConvertBitmapPixelDataToGLTexture = _mmimglib.MMImageUtils_ConvertBitmapPixelDataToGLTexture
-
- MMImageUtils_ConvertBitmapToPixelData = _mmimglib.MMImageUtils_ConvertBitmapToPixelData
-
- MMImageUtils_MaskBitmap = _mmimglib.MMImageUtils_MaskBitmap
-
- MMImageUtils_ShutdownGDI = _mmimglib.MMImageUtils_ShutdownGDI
-
- MMImageUtils_GetImageFromResource = _mmimglib.MMImageUtils_GetImageFromResource
-
- MMImageUtils_GetGLTexBorderSize = _mmimglib.MMImageUtils_GetGLTexBorderSize
-
- MMImageUtils_RegionFromImage = _mmimglib.MMImageUtils_RegionFromImage
-
- MMImageUtils_CreateAlphaCursor = _mmimglib.MMImageUtils_CreateAlphaCursor
-
- MMImageUtils__GetDefaultBitmapPixelFormat = _mmimglib.MMImageUtils__GetDefaultBitmapPixelFormat
-
- MMImageUtils__ConvertImageToJPEG = _mmimglib.MMImageUtils__ConvertImageToJPEG
-
- class MMThumbCreator(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMThumbCreator, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMThumbCreator, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMThumbCreator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMThumbCreator, 'this', _mmimglib.new_MMThumbCreator(*args))
- _swig_setattr(self, MMThumbCreator, 'thisown', 1)
- def __del__(self, destroy=_mmimglib.delete_MMThumbCreator):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def SetInterpolationMode(*args): return _mmimglib.MMThumbCreator_SetInterpolationMode(*args)
- def CreateLowResThumb(*args): return _mmimglib.MMThumbCreator_CreateLowResThumb(*args)
- def PythonCreateLowResThumb(*args): return _mmimglib.MMThumbCreator_PythonCreateLowResThumb(*args)
- def PythonCreateHighResThumb(*args): return _mmimglib.MMThumbCreator_PythonCreateHighResThumb(*args)
- def CreateHighResThumb(*args): return _mmimglib.MMThumbCreator_CreateHighResThumb(*args)
- def GetScaledWidthHeight(*args): return _mmimglib.MMThumbCreator_GetScaledWidthHeight(*args)
- __swig_getmethods__["CreateThumbFromShell"] = lambda x: _mmimglib.MMThumbCreator_CreateThumbFromShell
- if _newclass:CreateThumbFromShell = staticmethod(_mmimglib.MMThumbCreator_CreateThumbFromShell)
-
- class MMThumbCreatorPtr(MMThumbCreator):
- def __init__(self, this):
- _swig_setattr(self, MMThumbCreator, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMThumbCreator, 'thisown', 0)
- _swig_setattr(self, MMThumbCreator,self.__class__,MMThumbCreator)
- _mmimglib.MMThumbCreator_swigregister(MMThumbCreatorPtr)
-
- MMThumbCreator_CreateThumbFromShell = _mmimglib.MMThumbCreator_CreateThumbFromShell
-
- class MMExif(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMExif, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMExif, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMExif instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMExif, 'this', _mmimglib.new_MMExif(*args))
- _swig_setattr(self, MMExif, 'thisown', 1)
- def __del__(self, destroy=_mmimglib.delete_MMExif):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def Print(*args): return _mmimglib.MMExif_Print(*args)
- def IsError(*args): return _mmimglib.MMExif_IsError(*args)
- def GetWidth(*args): return _mmimglib.MMExif_GetWidth(*args)
- def GetHeight(*args): return _mmimglib.MMExif_GetHeight(*args)
- def GetRawProperty(*args): return _mmimglib.MMExif_GetRawProperty(*args)
- def GetByteProperty(*args): return _mmimglib.MMExif_GetByteProperty(*args)
- def GetCharProperty(*args): return _mmimglib.MMExif_GetCharProperty(*args)
- def GetIntProperty(*args): return _mmimglib.MMExif_GetIntProperty(*args)
- def GetFloatProperty(*args): return _mmimglib.MMExif_GetFloatProperty(*args)
- def GetAllPropertiesAsString(*args): return _mmimglib.MMExif_GetAllPropertiesAsString(*args)
- def PyGetCharProperty(*args): return _mmimglib.MMExif_PyGetCharProperty(*args)
- def PyGetIntProperty(*args): return _mmimglib.MMExif_PyGetIntProperty(*args)
- def PyGetFloatProperty(*args): return _mmimglib.MMExif_PyGetFloatProperty(*args)
- def GetPropertyName(*args): return _mmimglib.MMExif_GetPropertyName(*args)
- def GetPropertyValue(*args): return _mmimglib.MMExif_GetPropertyValue(*args)
- def PrintOneProperty(*args): return _mmimglib.MMExif_PrintOneProperty(*args)
- def GetThumbnailImageInfo(*args): return _mmimglib.MMExif_GetThumbnailImageInfo(*args)
- def GetThumbnailImageProp(*args): return _mmimglib.MMExif_GetThumbnailImageProp(*args)
- def GetThumbnailBitmap(*args): return _mmimglib.MMExif_GetThumbnailBitmap(*args)
- def SetCharProperty(*args): return _mmimglib.MMExif_SetCharProperty(*args)
- def SetLongProperty(*args): return _mmimglib.MMExif_SetLongProperty(*args)
- def SetShortProperty(*args): return _mmimglib.MMExif_SetShortProperty(*args)
-
- class MMExifPtr(MMExif):
- def __init__(self, this):
- _swig_setattr(self, MMExif, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMExif, 'thisown', 0)
- _swig_setattr(self, MMExif,self.__class__,MMExif)
- _mmimglib.MMExif_swigregister(MMExifPtr)
-
- PropertyTagExifIFD = _mmimglib.PropertyTagExifIFD
- PropertyTagGpsIFD = _mmimglib.PropertyTagGpsIFD
- PropertyTagNewSubfileType = _mmimglib.PropertyTagNewSubfileType
- PropertyTagSubfileType = _mmimglib.PropertyTagSubfileType
- PropertyTagImageWidth = _mmimglib.PropertyTagImageWidth
- PropertyTagImageHeight = _mmimglib.PropertyTagImageHeight
- PropertyTagBitsPerSample = _mmimglib.PropertyTagBitsPerSample
- PropertyTagCompression = _mmimglib.PropertyTagCompression
- PropertyTagPhotometricInterp = _mmimglib.PropertyTagPhotometricInterp
- PropertyTagThreshHolding = _mmimglib.PropertyTagThreshHolding
- PropertyTagCellWidth = _mmimglib.PropertyTagCellWidth
- PropertyTagCellHeight = _mmimglib.PropertyTagCellHeight
- PropertyTagFillOrder = _mmimglib.PropertyTagFillOrder
- PropertyTagDocumentName = _mmimglib.PropertyTagDocumentName
- PropertyTagImageDescription = _mmimglib.PropertyTagImageDescription
- PropertyTagEquipMake = _mmimglib.PropertyTagEquipMake
- PropertyTagEquipModel = _mmimglib.PropertyTagEquipModel
- PropertyTagStripOffsets = _mmimglib.PropertyTagStripOffsets
- PropertyTagOrientation = _mmimglib.PropertyTagOrientation
- PropertyTagSamplesPerPixel = _mmimglib.PropertyTagSamplesPerPixel
- PropertyTagRowsPerStrip = _mmimglib.PropertyTagRowsPerStrip
- PropertyTagStripBytesCount = _mmimglib.PropertyTagStripBytesCount
- PropertyTagMinSampleValue = _mmimglib.PropertyTagMinSampleValue
- PropertyTagMaxSampleValue = _mmimglib.PropertyTagMaxSampleValue
- PropertyTagXResolution = _mmimglib.PropertyTagXResolution
- PropertyTagYResolution = _mmimglib.PropertyTagYResolution
- PropertyTagPlanarConfig = _mmimglib.PropertyTagPlanarConfig
- PropertyTagPageName = _mmimglib.PropertyTagPageName
- PropertyTagXPosition = _mmimglib.PropertyTagXPosition
- PropertyTagYPosition = _mmimglib.PropertyTagYPosition
- PropertyTagFreeOffset = _mmimglib.PropertyTagFreeOffset
- PropertyTagFreeByteCounts = _mmimglib.PropertyTagFreeByteCounts
- PropertyTagGrayResponseUnit = _mmimglib.PropertyTagGrayResponseUnit
- PropertyTagGrayResponseCurve = _mmimglib.PropertyTagGrayResponseCurve
- PropertyTagT4Option = _mmimglib.PropertyTagT4Option
- PropertyTagT6Option = _mmimglib.PropertyTagT6Option
- PropertyTagResolutionUnit = _mmimglib.PropertyTagResolutionUnit
- PropertyTagPageNumber = _mmimglib.PropertyTagPageNumber
- PropertyTagTransferFuncition = _mmimglib.PropertyTagTransferFuncition
- PropertyTagSoftwareUsed = _mmimglib.PropertyTagSoftwareUsed
- PropertyTagDateTime = _mmimglib.PropertyTagDateTime
- PropertyTagArtist = _mmimglib.PropertyTagArtist
- PropertyTagHostComputer = _mmimglib.PropertyTagHostComputer
- PropertyTagPredictor = _mmimglib.PropertyTagPredictor
- PropertyTagWhitePoint = _mmimglib.PropertyTagWhitePoint
- PropertyTagPrimaryChromaticities = _mmimglib.PropertyTagPrimaryChromaticities
- PropertyTagColorMap = _mmimglib.PropertyTagColorMap
- PropertyTagHalftoneHints = _mmimglib.PropertyTagHalftoneHints
- PropertyTagTileWidth = _mmimglib.PropertyTagTileWidth
- PropertyTagTileLength = _mmimglib.PropertyTagTileLength
- PropertyTagTileOffset = _mmimglib.PropertyTagTileOffset
- PropertyTagTileByteCounts = _mmimglib.PropertyTagTileByteCounts
- PropertyTagInkSet = _mmimglib.PropertyTagInkSet
- PropertyTagInkNames = _mmimglib.PropertyTagInkNames
- PropertyTagNumberOfInks = _mmimglib.PropertyTagNumberOfInks
- PropertyTagDotRange = _mmimglib.PropertyTagDotRange
- PropertyTagTargetPrinter = _mmimglib.PropertyTagTargetPrinter
- PropertyTagExtraSamples = _mmimglib.PropertyTagExtraSamples
- PropertyTagSampleFormat = _mmimglib.PropertyTagSampleFormat
- PropertyTagSMinSampleValue = _mmimglib.PropertyTagSMinSampleValue
- PropertyTagSMaxSampleValue = _mmimglib.PropertyTagSMaxSampleValue
- PropertyTagTransferRange = _mmimglib.PropertyTagTransferRange
- PropertyTagJPEGProc = _mmimglib.PropertyTagJPEGProc
- PropertyTagJPEGInterFormat = _mmimglib.PropertyTagJPEGInterFormat
- PropertyTagJPEGInterLength = _mmimglib.PropertyTagJPEGInterLength
- PropertyTagJPEGRestartInterval = _mmimglib.PropertyTagJPEGRestartInterval
- PropertyTagJPEGLosslessPredictors = _mmimglib.PropertyTagJPEGLosslessPredictors
- PropertyTagJPEGPointTransforms = _mmimglib.PropertyTagJPEGPointTransforms
- PropertyTagJPEGQTables = _mmimglib.PropertyTagJPEGQTables
- PropertyTagJPEGDCTables = _mmimglib.PropertyTagJPEGDCTables
- PropertyTagJPEGACTables = _mmimglib.PropertyTagJPEGACTables
- PropertyTagYCbCrCoefficients = _mmimglib.PropertyTagYCbCrCoefficients
- PropertyTagYCbCrSubsampling = _mmimglib.PropertyTagYCbCrSubsampling
- PropertyTagYCbCrPositioning = _mmimglib.PropertyTagYCbCrPositioning
- PropertyTagREFBlackWhite = _mmimglib.PropertyTagREFBlackWhite
- PropertyTagICCProfile = _mmimglib.PropertyTagICCProfile
- PropertyTagGamma = _mmimglib.PropertyTagGamma
- PropertyTagICCProfileDescriptor = _mmimglib.PropertyTagICCProfileDescriptor
- PropertyTagSRGBRenderingIntent = _mmimglib.PropertyTagSRGBRenderingIntent
- PropertyTagImageTitle = _mmimglib.PropertyTagImageTitle
- PropertyTagCopyright = _mmimglib.PropertyTagCopyright
- PropertyTagResolutionXUnit = _mmimglib.PropertyTagResolutionXUnit
- PropertyTagResolutionYUnit = _mmimglib.PropertyTagResolutionYUnit
- PropertyTagResolutionXLengthUnit = _mmimglib.PropertyTagResolutionXLengthUnit
- PropertyTagResolutionYLengthUnit = _mmimglib.PropertyTagResolutionYLengthUnit
- PropertyTagPrintFlags = _mmimglib.PropertyTagPrintFlags
- PropertyTagPrintFlagsVersion = _mmimglib.PropertyTagPrintFlagsVersion
- PropertyTagPrintFlagsCrop = _mmimglib.PropertyTagPrintFlagsCrop
- PropertyTagPrintFlagsBleedWidth = _mmimglib.PropertyTagPrintFlagsBleedWidth
- PropertyTagPrintFlagsBleedWidthScale = _mmimglib.PropertyTagPrintFlagsBleedWidthScale
- PropertyTagHalftoneLPI = _mmimglib.PropertyTagHalftoneLPI
- PropertyTagHalftoneLPIUnit = _mmimglib.PropertyTagHalftoneLPIUnit
- PropertyTagHalftoneDegree = _mmimglib.PropertyTagHalftoneDegree
- PropertyTagHalftoneShape = _mmimglib.PropertyTagHalftoneShape
- PropertyTagHalftoneMisc = _mmimglib.PropertyTagHalftoneMisc
- PropertyTagHalftoneScreen = _mmimglib.PropertyTagHalftoneScreen
- PropertyTagJPEGQuality = _mmimglib.PropertyTagJPEGQuality
- PropertyTagGridSize = _mmimglib.PropertyTagGridSize
- PropertyTagThumbnailFormat = _mmimglib.PropertyTagThumbnailFormat
- PropertyTagThumbnailWidth = _mmimglib.PropertyTagThumbnailWidth
- PropertyTagThumbnailHeight = _mmimglib.PropertyTagThumbnailHeight
- PropertyTagThumbnailColorDepth = _mmimglib.PropertyTagThumbnailColorDepth
- PropertyTagThumbnailPlanes = _mmimglib.PropertyTagThumbnailPlanes
- PropertyTagThumbnailRawBytes = _mmimglib.PropertyTagThumbnailRawBytes
- PropertyTagThumbnailSize = _mmimglib.PropertyTagThumbnailSize
- PropertyTagThumbnailCompressedSize = _mmimglib.PropertyTagThumbnailCompressedSize
- PropertyTagColorTransferFunction = _mmimglib.PropertyTagColorTransferFunction
- PropertyTagThumbnailData = _mmimglib.PropertyTagThumbnailData
- PropertyTagThumbnailImageWidth = _mmimglib.PropertyTagThumbnailImageWidth
- PropertyTagThumbnailImageHeight = _mmimglib.PropertyTagThumbnailImageHeight
- PropertyTagThumbnailBitsPerSample = _mmimglib.PropertyTagThumbnailBitsPerSample
- PropertyTagThumbnailCompression = _mmimglib.PropertyTagThumbnailCompression
- PropertyTagThumbnailPhotometricInterp = _mmimglib.PropertyTagThumbnailPhotometricInterp
- PropertyTagThumbnailImageDescription = _mmimglib.PropertyTagThumbnailImageDescription
- PropertyTagThumbnailEquipMake = _mmimglib.PropertyTagThumbnailEquipMake
- PropertyTagThumbnailEquipModel = _mmimglib.PropertyTagThumbnailEquipModel
- PropertyTagThumbnailStripOffsets = _mmimglib.PropertyTagThumbnailStripOffsets
- PropertyTagThumbnailOrientation = _mmimglib.PropertyTagThumbnailOrientation
- PropertyTagThumbnailSamplesPerPixel = _mmimglib.PropertyTagThumbnailSamplesPerPixel
- PropertyTagThumbnailRowsPerStrip = _mmimglib.PropertyTagThumbnailRowsPerStrip
- PropertyTagThumbnailStripBytesCount = _mmimglib.PropertyTagThumbnailStripBytesCount
- PropertyTagThumbnailResolutionX = _mmimglib.PropertyTagThumbnailResolutionX
- PropertyTagThumbnailResolutionY = _mmimglib.PropertyTagThumbnailResolutionY
- PropertyTagThumbnailPlanarConfig = _mmimglib.PropertyTagThumbnailPlanarConfig
- PropertyTagThumbnailResolutionUnit = _mmimglib.PropertyTagThumbnailResolutionUnit
- PropertyTagThumbnailTransferFunction = _mmimglib.PropertyTagThumbnailTransferFunction
- PropertyTagThumbnailSoftwareUsed = _mmimglib.PropertyTagThumbnailSoftwareUsed
- PropertyTagThumbnailDateTime = _mmimglib.PropertyTagThumbnailDateTime
- PropertyTagThumbnailArtist = _mmimglib.PropertyTagThumbnailArtist
- PropertyTagThumbnailWhitePoint = _mmimglib.PropertyTagThumbnailWhitePoint
- PropertyTagThumbnailPrimaryChromaticities = _mmimglib.PropertyTagThumbnailPrimaryChromaticities
- PropertyTagThumbnailYCbCrCoefficients = _mmimglib.PropertyTagThumbnailYCbCrCoefficients
- PropertyTagThumbnailYCbCrSubsampling = _mmimglib.PropertyTagThumbnailYCbCrSubsampling
- PropertyTagThumbnailYCbCrPositioning = _mmimglib.PropertyTagThumbnailYCbCrPositioning
- PropertyTagThumbnailRefBlackWhite = _mmimglib.PropertyTagThumbnailRefBlackWhite
- PropertyTagThumbnailCopyRight = _mmimglib.PropertyTagThumbnailCopyRight
- PropertyTagLuminanceTable = _mmimglib.PropertyTagLuminanceTable
- PropertyTagChrominanceTable = _mmimglib.PropertyTagChrominanceTable
- PropertyTagFrameDelay = _mmimglib.PropertyTagFrameDelay
- PropertyTagLoopCount = _mmimglib.PropertyTagLoopCount
- PropertyTagPixelUnit = _mmimglib.PropertyTagPixelUnit
- PropertyTagPixelPerUnitX = _mmimglib.PropertyTagPixelPerUnitX
- PropertyTagPixelPerUnitY = _mmimglib.PropertyTagPixelPerUnitY
- PropertyTagPaletteHistogram = _mmimglib.PropertyTagPaletteHistogram
- PropertyTagExifExposureTime = _mmimglib.PropertyTagExifExposureTime
- PropertyTagExifFNumber = _mmimglib.PropertyTagExifFNumber
- PropertyTagExifExposureProg = _mmimglib.PropertyTagExifExposureProg
- PropertyTagExifSpectralSense = _mmimglib.PropertyTagExifSpectralSense
- PropertyTagExifISOSpeed = _mmimglib.PropertyTagExifISOSpeed
- PropertyTagExifOECF = _mmimglib.PropertyTagExifOECF
- PropertyTagExifVer = _mmimglib.PropertyTagExifVer
- PropertyTagExifDTOrig = _mmimglib.PropertyTagExifDTOrig
- PropertyTagExifDTDigitized = _mmimglib.PropertyTagExifDTDigitized
- PropertyTagExifCompConfig = _mmimglib.PropertyTagExifCompConfig
- PropertyTagExifCompBPP = _mmimglib.PropertyTagExifCompBPP
- PropertyTagExifShutterSpeed = _mmimglib.PropertyTagExifShutterSpeed
- PropertyTagExifAperture = _mmimglib.PropertyTagExifAperture
- PropertyTagExifBrightness = _mmimglib.PropertyTagExifBrightness
- PropertyTagExifExposureBias = _mmimglib.PropertyTagExifExposureBias
- PropertyTagExifMaxAperture = _mmimglib.PropertyTagExifMaxAperture
- PropertyTagExifSubjectDist = _mmimglib.PropertyTagExifSubjectDist
- PropertyTagExifMeteringMode = _mmimglib.PropertyTagExifMeteringMode
- PropertyTagExifLightSource = _mmimglib.PropertyTagExifLightSource
- PropertyTagExifFlash = _mmimglib.PropertyTagExifFlash
- PropertyTagExifFocalLength = _mmimglib.PropertyTagExifFocalLength
- PropertyTagExifMakerNote = _mmimglib.PropertyTagExifMakerNote
- PropertyTagExifUserComment = _mmimglib.PropertyTagExifUserComment
- PropertyTagExifDTSubsec = _mmimglib.PropertyTagExifDTSubsec
- PropertyTagExifDTOrigSS = _mmimglib.PropertyTagExifDTOrigSS
- PropertyTagExifDTDigSS = _mmimglib.PropertyTagExifDTDigSS
- PropertyTagExifFPXVer = _mmimglib.PropertyTagExifFPXVer
- PropertyTagExifColorSpace = _mmimglib.PropertyTagExifColorSpace
- PropertyTagExifPixXDim = _mmimglib.PropertyTagExifPixXDim
- PropertyTagExifPixYDim = _mmimglib.PropertyTagExifPixYDim
- PropertyTagExifRelatedWav = _mmimglib.PropertyTagExifRelatedWav
- PropertyTagExifInterop = _mmimglib.PropertyTagExifInterop
- PropertyTagExifFlashEnergy = _mmimglib.PropertyTagExifFlashEnergy
- PropertyTagExifSpatialFR = _mmimglib.PropertyTagExifSpatialFR
- PropertyTagExifFocalXRes = _mmimglib.PropertyTagExifFocalXRes
- PropertyTagExifFocalYRes = _mmimglib.PropertyTagExifFocalYRes
- PropertyTagExifFocalResUnit = _mmimglib.PropertyTagExifFocalResUnit
- PropertyTagExifSubjectLoc = _mmimglib.PropertyTagExifSubjectLoc
- PropertyTagExifExposureIndex = _mmimglib.PropertyTagExifExposureIndex
- PropertyTagExifSensingMethod = _mmimglib.PropertyTagExifSensingMethod
- PropertyTagExifFileSource = _mmimglib.PropertyTagExifFileSource
- PropertyTagExifSceneType = _mmimglib.PropertyTagExifSceneType
- PropertyTagExifCfaPattern = _mmimglib.PropertyTagExifCfaPattern
- PropertyTagGpsVer = _mmimglib.PropertyTagGpsVer
- PropertyTagGpsLatitudeRef = _mmimglib.PropertyTagGpsLatitudeRef
- PropertyTagGpsLatitude = _mmimglib.PropertyTagGpsLatitude
- PropertyTagGpsLongitudeRef = _mmimglib.PropertyTagGpsLongitudeRef
- PropertyTagGpsLongitude = _mmimglib.PropertyTagGpsLongitude
- PropertyTagGpsAltitudeRef = _mmimglib.PropertyTagGpsAltitudeRef
- PropertyTagGpsAltitude = _mmimglib.PropertyTagGpsAltitude
- PropertyTagGpsGpsTime = _mmimglib.PropertyTagGpsGpsTime
- PropertyTagGpsGpsSatellites = _mmimglib.PropertyTagGpsGpsSatellites
- PropertyTagGpsGpsStatus = _mmimglib.PropertyTagGpsGpsStatus
- PropertyTagGpsGpsMeasureMode = _mmimglib.PropertyTagGpsGpsMeasureMode
- PropertyTagGpsGpsDop = _mmimglib.PropertyTagGpsGpsDop
- PropertyTagGpsSpeedRef = _mmimglib.PropertyTagGpsSpeedRef
- PropertyTagGpsSpeed = _mmimglib.PropertyTagGpsSpeed
- PropertyTagGpsTrackRef = _mmimglib.PropertyTagGpsTrackRef
- PropertyTagGpsTrack = _mmimglib.PropertyTagGpsTrack
- PropertyTagGpsImgDirRef = _mmimglib.PropertyTagGpsImgDirRef
- PropertyTagGpsImgDir = _mmimglib.PropertyTagGpsImgDir
- PropertyTagGpsMapDatum = _mmimglib.PropertyTagGpsMapDatum
- PropertyTagGpsDestLatRef = _mmimglib.PropertyTagGpsDestLatRef
- PropertyTagGpsDestLat = _mmimglib.PropertyTagGpsDestLat
- PropertyTagGpsDestLongRef = _mmimglib.PropertyTagGpsDestLongRef
- PropertyTagGpsDestLong = _mmimglib.PropertyTagGpsDestLong
- PropertyTagGpsDestBearRef = _mmimglib.PropertyTagGpsDestBearRef
- PropertyTagGpsDestBear = _mmimglib.PropertyTagGpsDestBear
- PropertyTagGpsDestDistRef = _mmimglib.PropertyTagGpsDestDistRef
- PropertyTagGpsDestDist = _mmimglib.PropertyTagGpsDestDist
-
-