基本信息
源码名称:VC++6.0 GDI+ BMP JPEG相互转换
源码大小:4.55M
文件格式:.zip
开发语言:C/C++
更新时间:2023-10-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
VC 6.0 GDI BMP JPEG相互转换 有代码 示例 测试通过 内含GDIPlus.zip和说明书 困扰好久了,今天解决了,分享一下 呵呵


.
├── GDI JPG BMP.zip
├── GDIPlus
│   ├── Includes
│   │   ├── GdiPlus.h
│   │   ├── GdiPlusBase.h
│   │   ├── GdiPlusBitmap.h
│   │   ├── GdiPlusBrush.h
│   │   ├── GdiPlusCachedBitmap.h
│   │   ├── GdiPlusColor.h
│   │   ├── GdiPlusColorMatrix.h
│   │   ├── GdiPlusEnums.h
│   │   ├── GdiPlusFlat.h
│   │   ├── GdiPlusFont.h
│   │   ├── GdiPlusFontCollection.h
│   │   ├── GdiPlusFontFamily.h
│   │   ├── GdiPlusGpStubs.h
│   │   ├── GdiPlusGraphics.h
│   │   ├── GdiPlusHeaders.h
│   │   ├── GdiPlusImageCodec.h
│   │   ├── GdiPlusImaging.h
│   │   ├── GdiPlusInit.h
│   │   ├── GdiPlusLineCaps.h
│   │   ├── GdiPlusMatrix.h
│   │   ├── GdiPlusMem.h
│   │   ├── GdiPlusMetaFile.h
│   │   ├── GdiPlusMetaHeader.h
│   │   ├── GdiPlusPath.h
│   │   ├── GdiPlusPen.h
│   │   ├── GdiPlusPixelFormats.h
│   │   ├── GdiPlusRegion.h
│   │   ├── GdiPlusStringFormat.h
│   │   ├── GdiPlusTypes.h
│   │   └── GdiPlusimageAttributes.h
│   ├── Lib
│   │   └── GdiPlus.lib
│   └── gdiplus.dll
├── GDIPlus.zip
├── VC 6.0 GDI BMP JPEG相互转换_jpeg.zip
├── VC 6.0 GDI JPG BMP.doc
└── show
    ├── Debug
    │   ├── MainFrm.obj
    │   ├── StdAfx.obj
    │   ├── show.exe
    │   ├── show.ilk
    │   ├── show.obj
    │   ├── show.pch
    │   ├── show.pdb
    │   ├── show.res
    │   ├── showDoc.obj
    │   ├── showView.obj
    │   ├── vc60.idb
    │   └── vc60.pdb
    ├── MainFrm.cpp
    ├── MainFrm.h
    ├── ReadMe.txt
    ├── StdAfx.cpp
    ├── StdAfx.h
    ├── aaa.jpg
    ├── bbb.bmp
    ├── ccc.jpg
    ├── gdiplus.dll
    ├── res
    │   ├── Toolbar.bmp
    │   ├── show.ico
    │   ├── show.rc2
    │   └── showDoc.ico
    ├── resource.h
    ├── show.aps
    ├── show.clw
    ├── show.cpp
    ├── show.dsp
    ├── show.dsw
    ├── show.h
    ├── show.ncb
    ├── show.opt
    ├── show.plg
    ├── show.rc
    ├── showDoc.cpp
    ├── showDoc.h
    ├── showView.cpp
    └── showView.h

6 directories, 76 files