Location:
Search - bmp jpg java
Search list
Description: JAVA编程,读取jpg,bmp图像,并进行过滤,可实现照片的底片效果,是一个不错的工具-JAVA programming, reading jpg, bmp images, and filtering can realize the negative effects of photographs, is a good tool
Platform: |
Size: 548016 |
Author: whowho03 |
Hits:
Description: JavaExplorer是一个独立于平台的浏览器,支持许多功能:MDI,查看和保存图片 (JPG, GIF, BMP),按文本方式查看许多其它文件,多磁盘/目录选择,复制,删除,搜索,将FTP站点当作为本地磁盘访问... -JavaExplorer is an independent platform for the browser, and supports many functions : MDI. Photo View and preservation (JPG, GIF, BMP), according to the text mode View many other documents, Multi-disk/directory selection, copy, delete, search, when the FTP site as a local disk ...
Platform: |
Size: 202752 |
Author: liaosp_11 |
Hits:
Description: JAVA编程,读取jpg,bmp图像,并进行过滤,可实现照片的底片效果,是一个不错的工具-JAVA programming, reading jpg, bmp images, and filtering can realize the negative effects of photographs, is a good tool
Platform: |
Size: 547840 |
Author: whowho03 |
Hits:
Description: 程式功能:匯入圖片,LowPass,HighPass,Sharpen,LookUp,Scale Up(Bicubic),Scale Down,Rescale,Histogram,Fourier transform,Gray Level,並可存檔(bmp,jpg,jpeg,png,wbmp)。
圖片:bmp,jpg,jpeg,png,wbmp…等皆可
-Program features: Import picture, LowPass, HighPass, Sharpen, LookUp, Scale Up (Bicubic), Scale Down, Rescale, Histogram, Fourier transform, Gray Level, and archive (bmp, jpg, jpeg, png, wbmp). Image: bmp, jpg, jpeg, png, wbmp ... and so on can
Platform: |
Size: 338944 |
Author: linli |
Hits:
Description: 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。
该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。
实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation process. The program achieved a siggraph 2008 paper in the Structure aware halftoning Halftoning Algorithm. The algorithm is based on the objective function optimization, simulated annealing method used to generate. The program can be read into the gif, png, jpg, bmp format images, and automatically will be converted to grayscale color map. Halftone generated map png format only supports the current output. The realization of the language for java. Jre 1.6.0_10 in the tests are normal.
Platform: |
Size: 17408 |
Author: lm |
Hits:
Description: 利用java实现将一副图片按照4:1的格式缩小,图片的格式可以是bmp、jpg-Using java to achieve a 4:1 format image in accordance with the reduced format pictures can be bmp, jpg ... ... etc.
Platform: |
Size: 1024 |
Author: 蔡尧东 |
Hits:
Description: 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 background color, object surface color or object edge color.
5. Ruler drawing ability.
6. Take screen shots in PNG, BMP, TIFF or JPG image formats.
Platform: |
Size: 978944 |
Author: balife |
Hits:
Description: Sourc code creates a window for loading images. Supperted formatts are jpg, bmp, png, gif.
Platform: |
Size: 1024 |
Author: Martin |
Hits:
Description: 实现bmp格式的图片转换为jpg格式,利用java类JPEGImageEncoder实现图片压缩-convert the picture format from bmp to jpg
Platform: |
Size: 4096 |
Author: cjol |
Hits:
Description: 可以打开本地电脑上的jpg,bmp等图片.-Can open the local computer jpg, bmp, etc. images.
Platform: |
Size: 19456 |
Author: zhang |
Hits:
Description: Jpg Bmp Gif do Scale Image
Platform: |
Size: 2048 |
Author: qinwei |
Hits:
Description: conversion of bmp to jpg file
Platform: |
Size: 9216 |
Author: ciya |
Hits:
Description: Java编写的图片格式转换器,可以实现png,bmp,jpg,gif等图片的格式间相互转化。-Written in Java image format converter, you can achieve png, bmp, jpg, gif image formats such as mutual transformation.
Platform: |
Size: 30720 |
Author: 蒙长江 |
Hits:
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:
Description: 简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。
这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。
验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。
读取图片很简单就是把要提取的验证码图片读取到我们的程序里,网络上常见的验证码图片格式有BMP,JPG,GIF,PNG,其中BMP的图片格式种类很多,但都不复杂,24位BMP格式最简单,除去54字节的文件头,只需要顺序读取BMP文件的字节信息就可以了,256色的也就是8位的BMP格式也很常见,256色BMP图片在文件头后多一个索引表,后面也是顺序存储图片信息的。JPG,GIF,PNG的格式都复杂一点,不过网上都有这些公司或组织发布的source code。
-简单验证码是指验证码图片里的字符,固定不变,或者变化很小的验证码,比如:字符上会有一些干扰点干扰线等情况,或者只有少数几种字体变化和字体大小变化。
这里给出源代码都是非常简单的源代码,学过《C程序设计》的都可以看懂,不会超出书本范围,而且不使用指针,这样VB,Delphi,JAVA 等语言都可以照此写出相应的源代码。
验证码提取可以分为三个大的步骤:预处理,分割,提取。预处理又可细分为读取图片,二值化,去干扰点,去干扰线等等步骤。
读取图片很简单就是把要提取的验证码图片读取到我们的程序里,网络上常见的验证码图片格式有BMP,JPG,GIF,PNG,其中BMP的图片格式种类很多,但都不复杂,24位BMP格式最简单,除去54字节的文件头,只需要顺序读取BMP文件的字节信息就可以了,256色的也就是8位的BMP格式也很常见,256色BMP图片在文件头后多一个索引表,后面也是顺序存储图片信息的。JPG,GIF,PNG的格式都复杂一点,不过网上都有这些公司或组织发布的source code。
Platform: |
Size: 2048 |
Author: lu |
Hits:
Description: java支持的图片格式有jpg、png、gif。本代码提供了bmp、pgm、ppm图像文件的读入,是《数字图像处理-java编程与实验》书上代码,仅供参考,允许非商业的借鉴。-Java support image formats have JPG, PNG, GIF. This code provides BMP, PGM, PPM image file to read, it is the digital image processing- Java programming and experimental "code book, for reference only, allowing the non-commercial reference。
Platform: |
Size: 12288 |
Author: liuxiaolong |
Hits:
Description: 用JAVA 写代码,实现把图片从BMP格式转换到JPG格式-BMP format pictures with JAVA will turn into JPG format. Novice code
Platform: |
Size: 2048 |
Author: 阿士大夫 |
Hits:
Description: Java Demo:使用了JavaFx的图片幻灯片播放器
1、编译使用JDK 1.7, 1.6可能需要重新编译才能运行
2、使用了JavaFx,需要导入jfxrt.jar,已在lib文件夹下,需要导入
3、image存放图片:jpg、png、bmp格式; music存放音频:只支持au、wav格式
4、image和music文件夹和FlashPlayer.jar在同级目录下即可-Java Demo: Use the JavaFx Picture Slideshow 1, compiled using JDK 1.7, 1.6 may need to be recompiled to run 2 used JavaFx need to import jfxrt.jar, has been in the lib folder, you need to import 3, image image storage: jpg, png, bmp format music store audio: supports au, wav format 4, image and music files and folders in the same directory to FlashPlayer.jar
Platform: |
Size: 3777536 |
Author: hzmsgy |
Hits: