搜索资源列表
20030905
- The Lake Applet经典的applet,能为GIF或JPEG提供水波特效。 演示地址: http://demo.codechina.com/tx/ 它也提供了前后摇动或转化为水下的效果。这个程序体积很小 ,在浏览器上创建动画帧,而只在网络上传递原始图片。 这样就可以确保动画在网络上速度很快-Applet classic applet will be able to provide GIF or JPEG wave effects. Presentation Address : http
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.
PdfToJpg
- 使用java将PDF转化为图片,使用PDF READER技术-Using java to PDF into images, using the PDF READER Technology
Take-out
- 这是一个从数据库mysql中取出图片并且可以浏览的一个小程序,主要是将数据库中的二进制转化为图片显示出来-This is a small program to remove the picture and you can browse a database mysql, mainly binary in the database into picture displayed
Take-out
- 这是一个从数据库中读取图片的一个小程序,主要将其二进制转化为图片读取出来-This is a picture read from the database a small program that mainly binary read out into picture
testToGray
- 在android平台上实现用java和NDK两种方式实现将彩色图片转化为灰度图片-Android platform java and NDK are two ways to achieve the color image into grayscale images
24
- 随着移动设备的普及以及信息的流动*互等需求,二维码越来越普及。任何的产品信息、网址、名片以及文字内容都可以通过二维码转化成黑白密码图片实现。-With the popularity of mobile devices, as well as the flow of information and interaction needs is becoming increasingly popular, two-dimensional code. Any product information, w
src
- 使用java语言进行二维码的生成以及解码识别,并且可以将pdf格式文件转化成图片格式-The java language generation and decoding of the two-dimensional code recognition, and can be the pdf format file into a picture format
image
- 将图片文件转化为字节数组字符串,并对其进行Base64编码处理 -The image file into a byte array string and its Base64 encoding process
Chrismis
- 微信后端实现的圣诞贺卡,将整个文件打包成war格式文件上传到百度开发者云平台上,上面的数据库名根据需要改变,库中就一个贺卡表,表中就发贺卡的收贺卡 贺卡内容以及发送时间这三项,发贺卡可以选择不同的模板进行发送,我里面只设定了两种模板。不同的模板填写完信息后会生成相应的模板,微信玩家点击右上角就可以将贺卡发送给自己的一个朋友。收到贺卡的也可以发送给别人,虽然是圣诞贺卡,但是可以改改图片就能转化为别的节日贺卡-Micro-channel back-end implementation of Chri
readImage
- 图片转化为数字,根据像素进行的转化-ImageReader help you read the image
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~