搜索资源列表
base64
- javascr ipt base64转图片-javascr ipt base64 transfer pictures
bmpdecoder
- 将bmp图片进行base64编码、解码的java代码,另外里面的实现采用了多线程技术,可以同时学习java的线程编程基础知识。-Bmp picture to base64 encoding and decoding of java code, while the realization of which uses multi-threading technology, can learn the basics of java programming threads.
Base64
- Base64解码过程,用到了GUI界面,同时解码适合于把已经编码过的文件解码成图片-Base64 decoding process, use the GUI interface simultaneously decode decode the encoded file into a picture suitable for
image
- 将图片文件转化为字节数组字符串,并对其进行Base64编码处理 -The image file into a byte array string and its Base64 encoding process
Base64ImageUtils
- 是关于base64编码转换成图片的方法,当时用来将word转换成html之后,图片转换成了base64编码的形式,需要还原成图片-About base64 encoding is converted into a picture of the way the word was used later to convert html, image converted into base64-encoded form, we need to restore the image
facedetect
- 检测图像中的所有人脸,输出位置坐标,支持Base64编码图片或者图片URL。-Detects all faces in the image, outputs position coordinates, supports Base64 encoded pictures, or picture URLs.
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 ~
Base64Test
- 图片转成base64编码与base64转成图片保存到指定路径(Picture and Base64 encode each other)
js+html5拍照压缩图片上传
- 插件说明 1、利用html5 input file 上传图片,获取的图片为base64位图片流 2、将图片流利用画布原理将原图片缩小成小图 3、用ajax将图片流上传到后台接收(Plug-in descr iption 1, using HTML5 input file to upload pictures, the pictures obtained are Base64 bit picture flow 2. Using the pict