码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
android 比较靠谱的图片压缩
第一:我们先看下质量压缩方法:Java代码 privateBitmapcompressImage(Bitmapimage){ByteArrayOutputStreambaos=newByteArrayOutputStream();image.compress(Bitmap.CompressForma...
分类:移动开发   时间:2014-10-24 15:51:07    阅读次数:156
data:image/png;base64
大家可能注意到了,网页上有些图片的src或css背景图片的url后面跟了一大串字符,比如:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJAQMAAADaX5RTAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///+ZmZm...
分类:其他好文   时间:2014-10-24 14:25:55    阅读次数:278
Raphael.js image 在ie8以下的兼容性问题
Raphael.js 在ie7,ie8浏览器内绘制图形採用的vml,在绘制image的时候会解析成也就是使用vml来绘制图形,在chrome和firfox还有ie8之后都是採用svg来绘制图形。可是这样就会造就一个问题,在window 8系统中默认ie是ie10,然后使用开发人员工具的时候切换ie至...
分类:Web程序   时间:2014-10-24 14:13:56    阅读次数:236
CSS3之渐变渲染
background-color: #42c264; background-image: -webkit-linear-gradient(#4fec50, #42c264); background-image: -moz-linear-gradient(#4fec50, #42c264); back...
分类:Web程序   时间:2014-10-24 14:13:16    阅读次数:173
ABAP 锁机制
分类:其他好文   时间:2014-10-23 20:44:12    阅读次数:178
docker中使用systemd
由于以下几个原因,docker的官方centos镜像中没有提供systemd服务: systemd requires the CAP_SYS_ADMIN capability. This means running docker with --privileged. Not good for a base image.systemd requires access to th...
分类:其他好文   时间:2014-10-23 16:26:10    阅读次数:308
Block系列2:Block内存管理
ViewController.h #import @interface ViewController : UIViewController { UIImage *_image; NSInteger _index; } @endViewController.m #import "ViewController.h" #import "Person.h" @interface...
分类:其他好文   时间:2014-10-23 14:26:57    阅读次数:161
leetcode - Rotate Image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place? class Solution { public: void rotate(std::vector >...
分类:其他好文   时间:2014-10-23 12:37:18    阅读次数:187
android几个快速打包命令
在MTK  android4.4 上,有几条命令可以快速打包system uaserdata bootimage,可提高效率。           snod:这个命令是可以快速打包system。是不会执行android各种依赖文件,既在单编译apk之后,需要打包在system image时候,即可用此命令         userdataimage-nodeps: 这是userdata...
分类:移动开发   时间:2014-10-23 12:35:11    阅读次数:193
PS 滤镜——扩散特效, 毛玻璃 效果
%%%  Diffuse %%%  扩散效果    clc; clear all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); Image=imread('4.jpg'); Image=double(Image); size_info=size(Image);   height=...
分类:其他好文   时间:2014-10-23 12:29:17    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!