%%%% Cloud
%%%% 利用perlin noise生成云彩
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
Image=imread('4.jpg');
Image=double(Image);
[row,col,layer]=size(Ima...
分类:
其他好文 时间:
2015-03-20 20:34:56
阅读次数:
187
deffindImage(self,ext='jpg|png|bmp|gif'):importosimage=self.OpenEdit.text()allfiles=[]needExtFilter=(ext!=None)forroot,dirs,filesinos.walk(unicode(ima...
分类:
其他好文 时间:
2015-02-25 19:49:41
阅读次数:
397
参考URLhttp://blog.csdn.net/yangzhaohui168/article/details/34185579http://blog.csdn.net/yangzhaohui168/article/details/33403555我用六台机器,感觉有点不够用。。不知道同事用IMA...
分类:
其他好文 时间:
2015-02-12 19:49:24
阅读次数:
271
##各种压缩软件的对比情况: [http://jamiemason.github.io/ImageOptim-CLI/comparison/png/photoshop/desc/](http://jamiemason.github.io/ImageOptim-CLI/comparison/png/photoshop/desc/) 压缩率较高的为 [Ima...
分类:
移动开发 时间:
2015-01-30 19:47:09
阅读次数:
173
private void Form1_Load(object sender, EventArgs e) { img = pictureBox1.Image = Image.FromFile("8.jpg"); } Ima...
分类:
其他好文 时间:
2015-01-21 17:58:25
阅读次数:
157
概述
Xendesktop 7.X 以后的版本在架构上发生了改变,从原来的Independent Management Architecture (IMA)架构变成了现在的FlexCast Management Architecture (FMA) ; 原来的IMA 架构下的Zone Data Collector ,Zone Preference Policies , Local Hos...
分类:
移动开发 时间:
2015-01-18 15:48:36
阅读次数:
355
琢磨了一天,终于方便的手工生成了kvm虚机,分享一下:
1,创建qcow2文件:
~]# qemu-img create -f qcow2 testnode1.qcow2 30G
Formatting 'testnode1.qcow2', fmt=qcow2 size=32212254720 encryption=off cluster_size=65536
2,用virt-ima...
分类:
系统相关 时间:
2015-01-14 23:00:38
阅读次数:
414
CPU/ABI选项无法选择,提示:No system images installed for this target,也就是没有适合的系统镜像打开Android Manager SDK下载完后重启Eclipse ,就可以看到:在Android bundle目录文件夹下的SDK/system-ima...
分类:
移动开发 时间:
2015-01-05 23:19:10
阅读次数:
217
/*延迟加载的特性*Lazy load of images in ListView*I am using a ListView to display some images and captions associated with those images.*I am getting the ima...
分类:
移动开发 时间:
2014-12-29 16:46:30
阅读次数:
167
我想在我的app中通过Intent从启动的应用程序中刚抓取图片
我尝试使用如下代码:
Intent intent = new Intent("android.intent.action.GET_CONTENT");
intent.addCategory("android.intent.category.OPENABLE");
intent.setType("ima...
分类:
移动开发 时间:
2014-12-25 18:24:49
阅读次数:
271