亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? gdiplusimaging.h

?? 一個很強悍的爬行蜘蛛,能用于很多網頁,而且速度也快
?? H
?? 第 1 頁 / 共 2 頁
字號:
#define PropertyTagTypeShort       3
#define PropertyTagTypeLong        4
#define PropertyTagTypeRational    5
#define PropertyTagTypeUndefined   7
#define PropertyTagTypeSLONG       9
#define PropertyTagTypeSRational  10
#endif

//---------------------------------------------------------------------------
// Image property ID tags
//---------------------------------------------------------------------------

#define PropertyTagExifIFD             0x8769
#define PropertyTagGpsIFD              0x8825

#define PropertyTagNewSubfileType      0x00FE
#define PropertyTagSubfileType         0x00FF
#define PropertyTagImageWidth          0x0100
#define PropertyTagImageHeight         0x0101
#define PropertyTagBitsPerSample       0x0102
#define PropertyTagCompression         0x0103
#define PropertyTagPhotometricInterp   0x0106
#define PropertyTagThreshHolding       0x0107
#define PropertyTagCellWidth           0x0108
#define PropertyTagCellHeight          0x0109
#define PropertyTagFillOrder           0x010A
#define PropertyTagDocumentName        0x010D
#define PropertyTagImageDescription    0x010E
#define PropertyTagEquipMake           0x010F
#define PropertyTagEquipModel          0x0110
#define PropertyTagStripOffsets        0x0111
#define PropertyTagOrientation         0x0112
#define PropertyTagSamplesPerPixel     0x0115
#define PropertyTagRowsPerStrip        0x0116
#define PropertyTagStripBytesCount     0x0117
#define PropertyTagMinSampleValue      0x0118
#define PropertyTagMaxSampleValue      0x0119
#define PropertyTagXResolution         0x011A   // Image resolution in width direction
#define PropertyTagYResolution         0x011B   // Image resolution in height direction
#define PropertyTagPlanarConfig        0x011C   // Image data arrangement
#define PropertyTagPageName            0x011D
#define PropertyTagXPosition           0x011E
#define PropertyTagYPosition           0x011F
#define PropertyTagFreeOffset          0x0120
#define PropertyTagFreeByteCounts      0x0121
#define PropertyTagGrayResponseUnit    0x0122
#define PropertyTagGrayResponseCurve   0x0123
#define PropertyTagT4Option            0x0124
#define PropertyTagT6Option            0x0125
#define PropertyTagResolutionUnit      0x0128   // Unit of X and Y resolution
#define PropertyTagPageNumber          0x0129
#define PropertyTagTransferFuncition   0x012D
#define PropertyTagSoftwareUsed        0x0131
#define PropertyTagDateTime            0x0132
#define PropertyTagArtist              0x013B
#define PropertyTagHostComputer        0x013C
#define PropertyTagPredictor           0x013D
#define PropertyTagWhitePoint          0x013E
#define PropertyTagPrimaryChromaticities 0x013F
#define PropertyTagColorMap            0x0140
#define PropertyTagHalftoneHints       0x0141
#define PropertyTagTileWidth           0x0142
#define PropertyTagTileLength          0x0143
#define PropertyTagTileOffset          0x0144
#define PropertyTagTileByteCounts      0x0145
#define PropertyTagInkSet              0x014C
#define PropertyTagInkNames            0x014D
#define PropertyTagNumberOfInks        0x014E
#define PropertyTagDotRange            0x0150
#define PropertyTagTargetPrinter       0x0151
#define PropertyTagExtraSamples        0x0152
#define PropertyTagSampleFormat        0x0153
#define PropertyTagSMinSampleValue     0x0154
#define PropertyTagSMaxSampleValue     0x0155
#define PropertyTagTransferRange       0x0156

#define PropertyTagJPEGProc            0x0200
#define PropertyTagJPEGInterFormat     0x0201
#define PropertyTagJPEGInterLength     0x0202
#define PropertyTagJPEGRestartInterval 0x0203
#define PropertyTagJPEGLosslessPredictors  0x0205
#define PropertyTagJPEGPointTransforms     0x0206
#define PropertyTagJPEGQTables         0x0207
#define PropertyTagJPEGDCTables        0x0208
#define PropertyTagJPEGACTables        0x0209

#define PropertyTagYCbCrCoefficients   0x0211
#define PropertyTagYCbCrSubsampling    0x0212
#define PropertyTagYCbCrPositioning    0x0213
#define PropertyTagREFBlackWhite       0x0214

#define PropertyTagICCProfile          0x8773   // This TAG is defined by ICC
                                                // for embedded ICC in TIFF
#define PropertyTagGamma               0x0301
#define PropertyTagICCProfileDescriptor 0x0302
#define PropertyTagSRGBRenderingIntent 0x0303

#define PropertyTagImageTitle          0x0320
#define PropertyTagCopyright           0x8298

// Extra TAGs (Like Adobe Image Information tags etc.)

#define PropertyTagResolutionXUnit           0x5001
#define PropertyTagResolutionYUnit           0x5002
#define PropertyTagResolutionXLengthUnit     0x5003
#define PropertyTagResolutionYLengthUnit     0x5004
#define PropertyTagPrintFlags                0x5005
#define PropertyTagPrintFlagsVersion         0x5006
#define PropertyTagPrintFlagsCrop            0x5007
#define PropertyTagPrintFlagsBleedWidth      0x5008
#define PropertyTagPrintFlagsBleedWidthScale 0x5009
#define PropertyTagHalftoneLPI               0x500A
#define PropertyTagHalftoneLPIUnit           0x500B
#define PropertyTagHalftoneDegree            0x500C
#define PropertyTagHalftoneShape             0x500D
#define PropertyTagHalftoneMisc              0x500E
#define PropertyTagHalftoneScreen            0x500F
#define PropertyTagJPEGQuality               0x5010
#define PropertyTagGridSize                  0x5011
#define PropertyTagThumbnailFormat           0x5012  // 1 = JPEG, 0 = RAW RGB
#define PropertyTagThumbnailWidth            0x5013
#define PropertyTagThumbnailHeight           0x5014
#define PropertyTagThumbnailColorDepth       0x5015
#define PropertyTagThumbnailPlanes           0x5016
#define PropertyTagThumbnailRawBytes         0x5017
#define PropertyTagThumbnailSize             0x5018
#define PropertyTagThumbnailCompressedSize   0x5019
#define PropertyTagColorTransferFunction     0x501A
#define PropertyTagThumbnailData             0x501B// RAW thumbnail bits in
                                                   // JPEG format or RGB format
                                                   // depends on
                                                   // PropertyTagThumbnailFormat

// Thumbnail related TAGs
                                                
#define PropertyTagThumbnailImageWidth       0x5020  // Thumbnail width
#define PropertyTagThumbnailImageHeight      0x5021  // Thumbnail height
#define PropertyTagThumbnailBitsPerSample    0x5022  // Number of bits per
                                                     // component
#define PropertyTagThumbnailCompression      0x5023  // Compression Scheme
#define PropertyTagThumbnailPhotometricInterp 0x5024 // Pixel composition
#define PropertyTagThumbnailImageDescription 0x5025  // Image Tile
#define PropertyTagThumbnailEquipMake        0x5026  // Manufacturer of Image
                                                     // Input equipment
#define PropertyTagThumbnailEquipModel       0x5027  // Model of Image input
                                                     // equipment
#define PropertyTagThumbnailStripOffsets     0x5028  // Image data location
#define PropertyTagThumbnailOrientation      0x5029  // Orientation of image
#define PropertyTagThumbnailSamplesPerPixel  0x502A  // Number of components
#define PropertyTagThumbnailRowsPerStrip     0x502B  // Number of rows per strip
#define PropertyTagThumbnailStripBytesCount  0x502C  // Bytes per compressed
                                                     // strip
#define PropertyTagThumbnailResolutionX      0x502D  // Resolution in width
                                                     // direction
#define PropertyTagThumbnailResolutionY      0x502E  // Resolution in height
                                                     // direction
#define PropertyTagThumbnailPlanarConfig     0x502F  // Image data arrangement
#define PropertyTagThumbnailResolutionUnit   0x5030  // Unit of X and Y
                                                     // Resolution
#define PropertyTagThumbnailTransferFunction 0x5031  // Transfer function
#define PropertyTagThumbnailSoftwareUsed     0x5032  // Software used
#define PropertyTagThumbnailDateTime         0x5033  // File change date and
                                                     // time
#define PropertyTagThumbnailArtist           0x5034  // Person who created the
                                                     // image
#define PropertyTagThumbnailWhitePoint       0x5035  // White point chromaticity
#define PropertyTagThumbnailPrimaryChromaticities 0x5036 
                                                     // Chromaticities of
                                                     // primaries
#define PropertyTagThumbnailYCbCrCoefficients 0x5037 // Color space transforma-
                                                     // tion coefficients
#define PropertyTagThumbnailYCbCrSubsampling 0x5038  // Subsampling ratio of Y
                                                     // to C
#define PropertyTagThumbnailYCbCrPositioning 0x5039  // Y and C position
#define PropertyTagThumbnailRefBlackWhite    0x503A  // Pair of black and white
                                                     // reference values
#define PropertyTagThumbnailCopyRight        0x503B  // CopyRight holder

#define PropertyTagLuminanceTable            0x5090
#define PropertyTagChrominanceTable          0x5091

#define PropertyTagFrameDelay                0x5100
#define PropertyTagLoopCount                 0x5101

#define PropertyTagPixelUnit         0x5110  // Unit specifier for pixel/unit
#define PropertyTagPixelPerUnitX     0x5111  // Pixels per unit in X
#define PropertyTagPixelPerUnitY     0x5112  // Pixels per unit in Y
#define PropertyTagPaletteHistogram  0x5113  // Palette histogram

// EXIF specific tag

#define PropertyTagExifExposureTime  0x829A
#define PropertyTagExifFNumber       0x829D

#define PropertyTagExifExposureProg  0x8822
#define PropertyTagExifSpectralSense 0x8824
#define PropertyTagExifISOSpeed      0x8827
#define PropertyTagExifOECF          0x8828

#define PropertyTagExifVer            0x9000
#define PropertyTagExifDTOrig         0x9003 // Date & time of original
#define PropertyTagExifDTDigitized    0x9004 // Date & time of digital data generation

#define PropertyTagExifCompConfig     0x9101
#define PropertyTagExifCompBPP        0x9102

#define PropertyTagExifShutterSpeed   0x9201
#define PropertyTagExifAperture       0x9202
#define PropertyTagExifBrightness     0x9203
#define PropertyTagExifExposureBias   0x9204
#define PropertyTagExifMaxAperture    0x9205
#define PropertyTagExifSubjectDist    0x9206
#define PropertyTagExifMeteringMode   0x9207
#define PropertyTagExifLightSource    0x9208
#define PropertyTagExifFlash          0x9209
#define PropertyTagExifFocalLength    0x920A
#define PropertyTagExifMakerNote      0x927C
#define PropertyTagExifUserComment    0x9286
#define PropertyTagExifDTSubsec       0x9290  // Date & Time subseconds
#define PropertyTagExifDTOrigSS       0x9291  // Date & Time original subseconds
#define PropertyTagExifDTDigSS        0x9292  // Date & TIme digitized subseconds

#define PropertyTagExifFPXVer         0xA000
#define PropertyTagExifColorSpace     0xA001
#define PropertyTagExifPixXDim        0xA002
#define PropertyTagExifPixYDim        0xA003
#define PropertyTagExifRelatedWav     0xA004  // related sound file
#define PropertyTagExifInterop        0xA005
#define PropertyTagExifFlashEnergy    0xA20B
#define PropertyTagExifSpatialFR      0xA20C  // Spatial Frequency Response
#define PropertyTagExifFocalXRes      0xA20E  // Focal Plane X Resolution
#define PropertyTagExifFocalYRes      0xA20F  // Focal Plane Y Resolution
#define PropertyTagExifFocalResUnit   0xA210  // Focal Plane Resolution Unit
#define PropertyTagExifSubjectLoc     0xA214
#define PropertyTagExifExposureIndex  0xA215
#define PropertyTagExifSensingMethod  0xA217
#define PropertyTagExifFileSource     0xA300
#define PropertyTagExifSceneType      0xA301
#define PropertyTagExifCfaPattern     0xA302

#define PropertyTagGpsVer             0x0000
#define PropertyTagGpsLatitudeRef     0x0001
#define PropertyTagGpsLatitude        0x0002
#define PropertyTagGpsLongitudeRef    0x0003
#define PropertyTagGpsLongitude       0x0004
#define PropertyTagGpsAltitudeRef     0x0005
#define PropertyTagGpsAltitude        0x0006
#define PropertyTagGpsGpsTime         0x0007
#define PropertyTagGpsGpsSatellites   0x0008
#define PropertyTagGpsGpsStatus       0x0009
#define PropertyTagGpsGpsMeasureMode  0x00A
#define PropertyTagGpsGpsDop          0x000B  // Measurement precision
#define PropertyTagGpsSpeedRef        0x000C
#define PropertyTagGpsSpeed           0x000D
#define PropertyTagGpsTrackRef        0x000E
#define PropertyTagGpsTrack           0x000F
#define PropertyTagGpsImgDirRef       0x0010
#define PropertyTagGpsImgDir          0x0011
#define PropertyTagGpsMapDatum        0x0012
#define PropertyTagGpsDestLatRef      0x0013
#define PropertyTagGpsDestLat         0x0014
#define PropertyTagGpsDestLongRef     0x0015
#define PropertyTagGpsDestLong        0x0016
#define PropertyTagGpsDestBearRef     0x0017
#define PropertyTagGpsDestBear        0x0018
#define PropertyTagGpsDestDistRef     0x0019
#define PropertyTagGpsDestDist        0x001A

#endif

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品人妖ts系列视频| 精久久久久久久久久久| 奇米影视一区二区三区| eeuss影院一区二区三区| 欧美一级一级性生活免费录像| 国产精品日日摸夜夜摸av| 日韩精品国产欧美| 奇米888四色在线精品| 成人免费视频视频| 天堂成人国产精品一区| 成人黄色电影在线| 精品成人佐山爱一区二区| 亚洲欧美电影院| caoporm超碰国产精品| 日韩精品一区二区在线| 亚洲成av人片在线观看| 99久久国产综合精品麻豆| 日韩精品一区二区三区swag| 亚洲精品久久嫩草网站秘色| 99久久99久久免费精品蜜臀| 久久久99精品免费观看不卡| 国产一区二区三区综合| 欧美精品 国产精品| 亚洲欧美综合另类在线卡通| 国产激情一区二区三区桃花岛亚洲| 欧美一区二区在线免费播放| 日韩av不卡一区二区| 欧美三级韩国三级日本一级| 亚洲精品乱码久久久久久黑人| 91偷拍与自偷拍精品| 午夜一区二区三区在线观看| 91丝袜美腿高跟国产极品老师| 国产精品私人影院| 99久久婷婷国产综合精品| 国产精品视频在线看| 成人免费视频视频在线观看免费| 国产欧美日韩三级| a在线播放不卡| 亚洲欧美aⅴ...| 欧美性猛交xxxxxx富婆| 午夜视频在线观看一区二区三区 | 99天天综合性| 亚洲青青青在线视频| 色哟哟亚洲精品| 亚洲一区二区三区爽爽爽爽爽| 在线免费精品视频| 首页亚洲欧美制服丝腿| 欧美一区二区三区在线看| 国产一区在线观看视频| 亚洲视频一区二区在线观看| 在线观看免费成人| 蜜桃一区二区三区在线观看| 精品国产自在久精品国产| 国模娜娜一区二区三区| 日本一区二区三区国色天香 | 欧美日韩一区二区三区四区| 日韩av中文字幕一区二区 | 欧美在线观看视频一区二区| 奇米色一区二区三区四区| 久久丝袜美腿综合| 91亚洲国产成人精品一区二三| 亚洲成人动漫一区| 国产校园另类小说区| 在线一区二区三区四区五区 | 亚洲一区精品在线| 91.com在线观看| 成人性生交大片免费看视频在线 | 欧美性受xxxx黑人xyx性爽| 青青草国产成人99久久| 欧美国产视频在线| 337p亚洲精品色噜噜狠狠| 国产精品99久久久久久宅男| 亚洲色图欧洲色图| 欧美va在线播放| 色综合网站在线| 国模少妇一区二区三区| 一区二区三区美女| 精品蜜桃在线看| 欧美三级午夜理伦三级中视频| 国产一区二区美女诱惑| 亚洲一本大道在线| 中文字幕视频一区| 精品国产麻豆免费人成网站| 欧美系列日韩一区| 国产91色综合久久免费分享| 美国毛片一区二区三区| 亚洲第一av色| 中文字幕一区不卡| 国产欧美日韩另类视频免费观看| 欧美精三区欧美精三区| 91福利视频网站| va亚洲va日韩不卡在线观看| 精品一区二区三区蜜桃| 亚洲国产成人av好男人在线观看| 国产精品国产三级国产普通话三级| 精品国产区一区| 日韩一级片在线观看| 欧美精品一级二级| 欧美性感一区二区三区| 一本大道久久a久久精二百| 成人av在线资源网站| 国产乱色国产精品免费视频| 日本网站在线观看一区二区三区| 一区二区视频在线看| 自拍偷在线精品自拍偷无码专区| 久久精品亚洲精品国产欧美| 欧美成人福利视频| 精品久久五月天| 欧美成人在线直播| 26uuu欧美| 国产色产综合色产在线视频| 久久综合色之久久综合| 久久亚洲综合色| 欧美高清在线一区二区| 国产欧美精品一区二区色综合朱莉| 国产亚洲欧美日韩日本| 国产色产综合色产在线视频| 国产精品美女久久久久久| 国产精品福利在线播放| 亚洲欧美国产77777| 亚洲精品日韩专区silk| 视频在线观看一区| 七七婷婷婷婷精品国产| 久久99精品网久久| 国产成人精品综合在线观看| 成人免费视频网站在线观看| 色综合天天视频在线观看| 欧美色图12p| 日韩一区二区精品在线观看| 久久女同性恋中文字幕| 国产精品视频第一区| 一区二区日韩av| 日韩激情一二三区| 国产福利91精品| 91传媒视频在线播放| 日韩欧美一级片| 国产精品国产三级国产aⅴ入口 | 成人欧美一区二区三区黑人麻豆| 亚洲欧美偷拍卡通变态| 日本视频一区二区三区| 处破女av一区二区| 色婷婷久久久亚洲一区二区三区| 欧美日韩成人综合天天影院| 2019国产精品| 亚洲私人黄色宅男| 青青草国产成人av片免费| 国产91精品露脸国语对白| 色婷婷av一区二区| 欧美一区二区黄色| 亚洲欧美综合色| 久久www免费人成看片高清| 99久久综合国产精品| 欧美嫩在线观看| 国产精品免费久久| 日韩avvvv在线播放| 99re热这里只有精品免费视频| 欧美久久久影院| 国产精品动漫网站| 奇米色一区二区| 色综合视频在线观看| 精品国产乱码久久久久久影片| 樱花影视一区二区| 国产永久精品大片wwwapp| 欧美日韩精品免费观看视频| 国产精品国产自产拍在线| 久久国产人妖系列| 欧美色网一区二区| 国产精品每日更新在线播放网址| 日韩国产欧美在线观看| 91麻豆蜜桃一区二区三区| 国产亚洲福利社区一区| 美日韩一区二区| 欧美性xxxxxxxx| 一区二区三区在线视频免费 | 欧美一区二区在线播放| 一区二区三区影院| 欧美在线观看视频一区二区| 国产亚洲一区字幕| 韩国中文字幕2020精品| 7777精品伊人久久久大香线蕉经典版下载 | 久久99久久99| 欧美日韩三级一区| 一区二区三区中文在线观看| 成a人片亚洲日本久久| 日本一区免费视频| 国产一区二三区好的| 欧美一区二区三区视频在线 | 玉米视频成人免费看| 99视频一区二区| 国产精品高潮呻吟久久| 成人一级片在线观看| 国产精品女主播av| 高清国产一区二区| 国产婷婷精品av在线| 国产一区二区电影| 国产天堂亚洲国产碰碰| 国产成人啪午夜精品网站男同| 久久久久久久久久久久久夜| 国产精品一区二区在线观看网站| 2020国产精品|