搜索资源列表
phpMailer_v2.2.1_
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:*.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址*.支持多种邮件编码包括:8bit,base64,binary和quoted-printable*.支持SMTP验证*.支持冗余SMTP服务器*.支持带附件的邮件和Html格式的邮件*.自定义邮件头*.支持在邮件中嵌入图片*.调试灵活*.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等*.可运行在任何平台之
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
PHPMailer_v5.1
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址.支持多种邮件编码包括:8bit,base64,binary和quoted-printable.支持SMTP验证.支持冗余SMTP服务器.支持带附件的邮件和Html格式的邮件.自定义邮件头.支持在邮件中嵌入图片.调试灵活.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等.可运行在任何平台之上-PHPMailer
qqbqz
- 一些说明: 1、config.php 中的 $dir变量要与图片目录(一级)一至 2、index.php中$default= pic.php?dir=MjAwNy8wMDE= 是首页默认显示的目录分类,MjAwNy8wMDE=对应的是 一级/2007/001 的base64编码 3、设置好第一步数据后,在二级和三级目录下上传文件,三级目录下的info.txt是分类说明 4、运行create.php,将会生成图片列表文件重写config.php并自动对图片目录(一级)进行更名,请注
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)
poster-master
- ## 视频截图工具 poster是一个专门为视频截图的小工具。 可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。 ## 使用 ### 简单使用 主要文件: ``` <scr ipt src="poster.js"></scr ipt> ``` 在视频预览界面调用: ``` poster($('video')[0],function(e){ //console.log(e); if(e.b
FrCapture-master
- ## 视频截图工具 可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。 ## 使用 ### 简单使用 主要文件: ``` <scr ipt src="poster.js"></scr ipt> ``` 在视频预览界面调用: ``` poster($('video')[0],function(e){ //console.log(e); if(e.bool){ //输出文件对象
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
pb9 base64编码解码
- PB9中使用base64实现文本、文件、图片的编码和解码