搜索资源列表
temp-temp
- 有java编写,对JPG等图像文件打开,并作一点处理,再保存.
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
BitsToBmp
- 把用位表示的二值灰度图像数据转换为jpg图片格式。其中是com/image/BitToBmp.java是主文件。-Bits represent the binary grayscale image data into a jpg picture format
image
- 本人上传的代码是经过验证的,用java语言编写,可以实现jpg,jpeg,gif格式图像的模糊和锐化-The code I upload has been proven. It is written in Java and can sharpen and blur the image which format is jpg,jpeg and gif.