Welcome![Sign In][Sign Up]
Location:
Search - cimage

Search list

[OtherCimageGetRGB

Description: 这是通过cimage类来获取BMP文件的RBG值的几个函数-This is to get several functions RBG value of BMP files through cimage class
Platform: | Size: 1024 | Author: 吕历史 | Hits:

[GDI-BitmapUser_CImage_Merge_Picture_And_Save

Description: 利用CImage将多个小图拼成大图,并保存-use ‘CImage Merge multiple small complete picture to big picture, and save
Platform: | Size: 4591616 | Author: fumin | Hits:

[GDI-Bitmapatlimage

Description: 使CImage保存jpeg图片时能设置质量,具体操作是在atlimage.h文件中增加SaveJpeg函数,具体实现见文件,和系统的atlimange.h比对一下就知道改了哪里,如果用替换的方法,记得先备份原始文件。-CImage save JPEG images can set the quality, the specific operation is to increase the atlimage.h file in the SaveJpeg file, the specific realization of the file, and the system s atlimange.h than to know where to change, if you use the method of replacement, remember to back up the original file.
Platform: | Size: 8192 | Author: fumin | Hits:

[ListView/ListBoxlist

Description: list控件与图片显示,包含了listctrl控件 icon模式,GDI+显示图像,CImage类 图片;多线程刷图等-list control and image display, including listctrl control icon mode, GDI+ display images, CImage Image multithreading brush maps
Platform: | Size: 15069184 | Author: 甄治钧 | Hits:

[Special Effectsdiaylay

Description: 使用CImage,lib,Jpeg,lib,png,lib开发的屏幕保护程序,可以显示多种图形格式-Use CImage, lib, Jpeg, lib, PNG, lib development screensaver, can display a variety of graphical format
Platform: | Size: 208896 | Author: VWQcnxnm+833571 | Hits:

[Special Effects907252

Description: 使用CImage,lib,Jpeg,lib,png,lib开发的屏幕保护程序,可以显示多种图形格式-Use CImage, lib, Jpeg, lib, PNG, lib development screensaver, can display a variety of graphical format
Platform: | Size: 208896 | Author: VWQcnxnm+833571 | Hits:

[Picture ViewerCImage

Description: 图像图形显示,封装了图像的一些操作类,例如,获取指点位置的像素值,改变位图的尺寸等- ****************** CImg CImg::operator+ (CImg gray) 功能:图像按位加 参数: CImg 对象 返回值: CImg 相加后的 CImg 类图像对象 ****************** CImg CImg::operator+ (CImg gray) { CImg grayRet //返回图像 grayRet *this //取得图像的高和宽 int nHeight GetHeight() int nWidth GetWidthPixel() int i, j //循环变量 //不能在CImg类对象中直接进行像素相加,因为相加的结果可能超过255 vector< vector<int> > GrayMat //求和后暂存图像的灰度点阵 vector<int> vecRow(nWidth, 0) //GrayMat中的一行(初始化为0) for(i 0 i<nHeight i++) { GrayMat.push_back(vecRow) }
Platform: | Size: 7168 | Author: 杨振世 | Hits:

[Othergifs

Description: image .gif use add library matrix 32x64 by arduino
Platform: | Size: 17314816 | Author: minhnhatnt3000 | Hits:

[Windows Developdesktopimage

Description: vs2017 c++ mfc 利用CimageDC 类 截屏显示保存文件 CWindowDC winDC(pWnd); pWnd->GetWindowRect(&rect); int nBPP = winDC.GetDeviceCaps(BITSPIXEL) * winDC.GetDeviceCaps(PLANES); if (nBPP < 24) { nBPP = 24; } bStat = image.Create(rect.Width(), rect.Height(), nBPP); ASSERT(bStat); //断言 CImageDC imageDC(image); ::BitBlt(imageDC, 0, 0, rect.Width(), rect.Height(), winDC, 0, 0, SRCCOPY); //填充数据(vs2017 c++ mfc utilize Class CimageDC Screen capture save file)
Platform: | Size: 66560 | Author: qq8533 | Hits:
« 1 2 ... 5 6 7 8 9 10»

CodeBus www.codebus.net