搜索资源列表
java对bmp格式图象的处理
- 由于java对数字图象支持还远远不够,所以很难找到类和方法对图象进行好的处理,特别是bmp位图,我想我这是您的一个选择!-because of the digital image support is far from enough, it is difficult to find categories and methods of image processing good, especially bmp bitmap, I think this is the one you choose!
Java读取BMP格式图片(源代码)
- A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from th
framebuffer 2440 frame buffer 测试程序
- 2440 frame buffer 测试程序,可以直接显示16位bmp 图片-2440 frame buffer test program, you can directly display 16-bit bmp image
BMPToJPG
- 实现bmp格式的图片转换为jpg格式,利用java类JPEGImageEncoder实现图片压缩-convert the picture format from bmp to jpg
BMPReader
- 载入一张bmp的图片,对图片的各要素进行提取,然后进行灰度的处理-Loading a bmp of the pictures of the various elements of extraction, and then proceed to deal with the gray
Halftoning
- 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
i-sight4_0_0
- 1. Support for OFF, PLY, GTS, OBJ file formats. 2. Perspective (one, two, three point perspective), axonometric and orthographic projections. 3. Ability to rotate, pan, zoom in/out and focus on a region of interest. 4. Ability to change backgro
GUI_window
- Sourc code creates a window for loading images. Supperted formatts are jpg, bmp, png, gif.
bmpStegSource
- Steganography using BMP as cover image
Chess
- 原创游戏,很好的游戏编程参考资料。主要用JAVA编写。是一个基于Web的中国象棋。-Original game, very good game programming reference. The preparation of the main JAVA.
bmp2rle
- 使用java实现对BMP图形文件向RLE图形文件的转换-BMP files to RLE files by java
007
- 可以打开本地电脑上的jpg,bmp等图片.-Can open the local computer jpg, bmp, etc. images.
ij
- ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。 ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
ScaleImage
- Jpg Bmp Gif do Scale Image
Convertor
- conversion of bmp to jpg file
Bezier
- 利用一阶Bezier曲线实现的一种图像混合的信息隐藏算法,附上相关论文,论文里有详细步骤,Java代码按照论文中的步骤实现算法(代码只支持bmp图像作隐藏体)-Bezier curves of the first order to achieve a mix of information hiding algorithm images, attach relevant papers, thesis detailed steps, Java code in accordance with the
PictureStyleChange
- Java编写的图片格式转换器,可以实现png,bmp,jpg,gif等图片的格式间相互转化。-Written in Java image format converter, you can achieve png, bmp, jpg, gif image formats such as mutual transformation.
VietOCR-3.1.2-src
- Descr iption: A Java/.NET GUI frontend for Tesseract OCR engine. Supports optical character recognition for Vietnamese and other languages supported by Tesseract. VietOCR is released and distributed under the Apache License, v2.0. Fe
JAVA-BMP
- java编写的一个将bmp图像显示小程序-Java writing the BMP image show program
JAVA-BMP-TO-JPG
- 用JAVA 写代码,实现把图片从BMP格式转换到JPG格式-BMP format pictures with JAVA will turn into JPG format. Novice code