搜索资源列表
-
0下载:
小型的圖片處理程式,用Java程式語言開發,可以做一些簡單的處理,像是放大;縮小、黑白轉換-Small image processing program, using Java programming language development, can do some simple processing, such as amplification narrow, black and white conversion
-
-
0下载:
借助于 openoffice 来实现各种文档、资源的PDF格式实时在内存中的转换;然后在内存中实时将某一页再转换成可伸缩的图片展现到浏览器中;实现即可以浏览文档;又能够无法拷贝(模仿豆丁网)-With openoffice to achieve a variety of documents and resources in PDF format for real-time conversion in the memory and then in memory, a page will be c
-
-
0下载:
This application realise a conversion of an image to a different type format.
The conversion is made possible in 2 ways: from file to file, or from image type to file.
-
-
0下载:
图片广告,五张图片无限转换,图片创意广告源代码。打开后只改图片名称-Image ads, five images unlimited conversion, image creative advertising source code. Open, only to change the image name
-
-
0下载:
Java_图像处理(几何变换、色彩变换、卷积、频率变换)-Java_ image processing (geometric transformation, color transform, convolution, frequency conversion)
-
-
0下载:
图片文件格式转换最核心的问题就是要解决各种图片格式的编码和解码,推荐用jimi包,可从 http://java.sun.com/products/jimi/ 下载该包及其源码和demo
需要注意的是:jimi提供了对几乎所有图片格式的解码支持,但是为提供gif和tif/tiff格式的编码api,gif编码问题在网上可以找到县相关的源码,tiff好像jai:http://java.sun.com/products/java-media/jai/index.jsp提供了它的编码,不过
-
-
0下载:
Java实现图像的明暗处理实例,主要是利用缓冲区图像来实现复杂的图像处理和变换,这些处理包括明暗处理、锐化、模糊化和灰化等。如演示截图所示,鼠标单击“Darken”按钮后,图像变暗,单击“Brighten”按钮后,图像加亮变。在编写过程中,用到java.awt.image 包中的LookupTabel 类及其子类ShortLookupTable 类和LookupOp 类-Java implementation of image shading examples, mainly using the
-