Welcome![Sign In][Sign Up]
Location:
Search - bitmap to jpg

Search list

[Other resourcebmp2jpg_code

Description: 位图转JPG, 位图转JPG,-bitmap to JPG, bitmap to JPG, bitmap to JPG.
Platform: | Size: 14971 | Author: 刘华勇 | Hits:

[2D Graphic图象处理集合

Description: 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : Segmentation and Edge Detection 2. Image encoder and decoder : Huff, PCX, GIF, JPG, etc.; 3. Filter : with a variety of filters (high and low pass offered inter-band stop); 4. Morphology : Image of corrosion and expansive, open and close operations, the image of rough and refined; in addition to the View editor, Gray processing, image restoration, wavelet decomposition and reconstruction and so on.
Platform: | Size: 1241088 | Author: | Hits:

[Picture Viewerbmp-jpg

Description: BMP压缩成JPG的源代码, 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区 成JPEG文件或缓冲区.-BMP JPG compressed into the source code, principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
Platform: | Size: 198656 | Author: 时柏营 | Hits:

[Windows Developoleldpic

Description: (141k) OleLoadPic demonstrates how to use the API OleLoadPicture() to load a picture from a file or resource. Useful if you need a JPG instead of a bitmap in an applications resource section-(141k) OleLoadPic demonstrates how to use the API OleLoadPicture () to load a picture from a file or resource. Useful if you need a JPG inste ad of a bitmap in an applications resource secti on
Platform: | Size: 145408 | Author: liujia | Hits:

[2D Graphicbmp2jpg_code

Description: 位图转JPG, 位图转JPG,-bitmap to JPG, bitmap to JPG, bitmap to JPG.
Platform: | Size: 14336 | Author: | Hits:

[GDI-BitmapBMPToJPGSourse7

Description: 读取BITMAP文件 转化为JPG格式 保存为JPG格式-read BITMAP documents into JPG format of JPG format
Platform: | Size: 297984 | Author: 7630159 | Hits:

[Graph programImageProcess

Description: 加载了bitmap,jpg,pcx等图形格式的类,实现了不同图形的显示和变换。-Loading a bitmap, jpg, pcx graphics formats, such as categories, to achieve a different graphics display and transformation.
Platform: | Size: 122880 | Author: 娃娃 | Hits:

[GDI-BitmapBmp2Jpg

Description: 图片格式转换源码,位图bmp格式转JPG格式。-Picture format conversion source, bitmap bmp format to JPG format.
Platform: | Size: 363520 | Author: chping | Hits:

[OS programcppqa200203src

Description: 使用 CPicture 类处理图像旋转 我最近读了你的关于CPicture类的专栏文章。它太有用了,而且非常好用。我想知道我试图解决的两个问题是否也能够很容易地处理。我想显示JPG图像,但在某些情况下我想能旋转90度显示。 此外,我还希望能生成小的位图用于在列表中作为缩略图。 -Category deal with the use of image rotation CPicture I recently read your column about CPicture article category. It was too useful, and very easy to use. I want to know that I am trying to resolve the question whether the two can easily deal with. I want to display JPG images, but in some cases want to rotate my display 90 degrees. In addition, I also hope to generate a small bitmap for as thumbnails in the list.
Platform: | Size: 347136 | Author: mm | Hits:

[GUI Develop20090323

Description: 屏幕截图,并存储成bmp/jpg/gif/png等多种文件格式 包括:拷贝屏幕、gdiplus图形文件转换、位图创建不规则窗体的内容-Screenshots, and stored into a bmp/jpg/gif/png and other file formats include: copies of the screen, gdiplus graphics file conversion, bitmap to create the content of irregular form
Platform: | Size: 270336 | Author: windfrost | Hits:

[Graph programsuoxiao

Description: 任意比例缩小图象,支持JPG和24为真彩色位图。初学者小看一下-Any scaled-down images, support for JPG and 24 for true color bitmap. Beginners to belittle you ... ...
Platform: | Size: 2048 | Author: 刘清 | Hits:

[EditorPdfLibrary_src

Description: PDF转换成图片格式,比如jpg,tiff,bitmap-PDF TO JPG
Platform: | Size: 14336 | Author: zyd | Hits:

[WEB Codeascii-art

Description: ASCIIArtist is a class to convert Bitmap-Images into nice ASCII Texts in HTML format written by Sebastian Rö bke. It is written in PHP and provides 3 different render modes and support for JPG, PNG and GIF (if your PHP supports it, too).
Platform: | Size: 101376 | Author: Juanito Perez | Hits:

[Windows Developbmptojpg

Description: bmp格式图片到jpg格式图片的转换,只能转换24位深度的位图-bmp format images converted to jpg format pictures can only convert 24-bit depth bitmap. . . . .
Platform: | Size: 2048 | Author: | Hits:

[GDI-BitmapBmpToJpg

Description: 1、开发环境:win7+visual studio 2005 professional edition 2、开发语言:C++ 3、bmp至jpg转化使用的图片(24bit位图)-1, the development environment: win7+ visual studio 2005 professional edition 2, development languages: C++ 3, bmp to jpg picture into use (24bit bitmap)
Platform: | Size: 2509824 | Author: 眭椰敏 | Hits:

[JSP/JavaVJ-to-read-image-gray--code

Description: 源程序为ImageProcess.zip,包括imageGray.vjp工程的全部文件。同时提供了一个测试用的seashore.bmp位图文件。 如果要读取并处理其它图像(jpg,pcx等),请在visual J++6.0中打开imageGray.vjp工程文件,打开imageGray.java,在public void initParameters()初始化参数函数中有一行装载图像文件的语句: imageTest = loadingImage( "seashore.bmp", "Loading image ..." ) 将seashore.bmp改成相应的文件名,可以包含路径,但最好将图像文件拷贝到当前工程文件所在的目录中。 -The source code for ImageProcess.zip, including imageGray.vjp project all of the documents. At the same time provides a test seashore.bmp bitmap file. If you want to read and process the other image ( jpg, PCX ) in visual J++6.0, please open the imageGray.vjp project file, open the imageGray.java public void initParameters ( ), in the initialization parameter function have a line of loading the image file statement: ImageTest = loadingImage (" seashore.bmp"," Loading image..." ) Will seashore.bmp into a corresponding to the file name, can contain path, but the best image files will be copied to the current project file in the same directory.
Platform: | Size: 327680 | Author: pengjx | Hits:

[Compress-Decompress algrithmsBMP-to-JPG

Description: 这是一个实现将BMP位图转换为jpg格式位图的程序,也即具有压缩图像的功能。-This is a BMP bitmap converted to jpg format bitmap program, that has the function of the compressed image.
Platform: | Size: 62464 | Author: 陆志龙 | Hits:

[Special Effectsbmp-jpg@jpg-bmp

Description: bmp位图转换为jpg格式,jpg格式转换为bmp位图,支持Timage对象操作,标准的Delphi控件-bmp bitmap converted to jpg format, jpg format converted to bmp bitmap support Timage object manipulation, the standard Delphi controls
Platform: | Size: 7168 | Author: 高晋华 | Hits:

[Special EffectsTestLibjpeg

Description: visual c++ 中对jpeg图像的编解码,转换bmp位图为jpg格式,或解压缩jpg格式图像为bmp格式-visual c++ jpeg image codec, convert bitmap bmp jpg format, or decompress compressed jpg format images to bmp format
Platform: | Size: 711680 | Author: ddd | Hits:

[Special EffectsBTOJ-EX

Description: 位图转JPG 其中的颜色空间转换,BGR颜色空间转换为YCbCr空间, 1. 要求使用查表法 2. 把切分出的宏块数据(16*48)写入D:/out.txt 3. 按4:2:0进行把BGR颜色空间转换到YCbCr空间, 亮度信号(16*16)写入到D:/outY.txt Cb信号(8*8)写入到D:/outCb.txt Cr信号(8*8)写入到D:/outCr.txt - Bitmap to JPG where the color space conversion, BGR color space into YCbCr space, 1 require the use of look-up table method 2 cut out the macro block data (16*48) to write D:/out.txt 3 press 4:2:0 to convert the BGR color space to YCbCr space, Brightness signal (16*16) to write to D:/outY.txt Cb signal (8*8) to write to D:/outCb.txt Cr signal (8*8) to write to D:/outCr.txt
Platform: | Size: 42364928 | Author: 李小某 | Hits:
« 12 3 »

CodeBus www.codebus.net