分类目录归档:未分类

ImageMagick开源项目-详细命令解释(转)

转自:http://www.189works.com/topic/a/tupianzhuanti/ImageMagick/chuji/2012/0229/34.html
[ ‑adaptive‑blur• ‑adaptive‑resize• ‑adaptive‑sharpen• ‑adjoin• ‑affine• ‑alpha• ‑annotate• ‑antialias• ‑append• ‑attenuate• ‑authenticate• ‑auto‑gamma• ‑auto‑level• ‑auto‑orient• ‑backdrop• ‑background• ‑bench• ‑bias• ‑black‑point‑compensation• ‑black‑threshold• ‑blend• ‑blue‑primary• ‑blue‑shift• ‑blur• ‑border• ‑bordercolor• ‑borderwidth• ‑brightness‑contrast• ‑cache• ‑caption• ‑cdl• ‑channel• ‑charcoal• ‑chop• ‑clamp• ‑clip• ‑clip‑mask• ‑clip‑path• ‑clone• ‑clut• ‑coalesce• ‑colorize• ‑colormap• ‑color‑matrix• ‑colors• ‑colorspace• ‑combine• ‑comment• ‑compose• ‑composite• ‑compress• ‑contrast• ‑contrast‑stretch• ‑convolve• ‑crop• ‑cycle• ‑debug• ‑decipher• ‑deconstruct• ‑define• ‑delay• ‑delete• ‑density• ‑depth• ‑descend• ‑deskew• ‑despeckle• ‑direction• ‑displace• ‑display• ‑dispose• ‑dissimilarity‑threshold• ‑dissolve• ‑distort• ‑dither• ‑draw• ‑duplicate• ‑edge• ‑emboss• ‑encipher• ‑encoding• ‑endian• ‑enhance• ‑equalize• ‑evaluate• ‑evaluate‑sequence• ‑extent• ‑extract• ‑family• ‑features• ‑fft• ‑fill• ‑filter• ‑flatten• ‑flip• ‑floodfill• ‑flop• ‑font• ‑foreground• ‑format• ‑format[identify]• ‑frame• ‑frame[import]• ‑function• ‑fuzz• ‑fx• ‑gamma• ‑gaussian‑blur• ‑geometry• ‑gravity• ‑green‑primary• ‑hald‑clut• ‑help• ‑highlight‑color• ‑iconGeometry• ‑iconic• ‑identify• ‑ift• ‑immutable• ‑implode• ‑insert• ‑intent• ‑interlace• ‑interpolate• ‑interline‑spacing• ‑interword‑spacing• ‑kerning• ‑label• ‑lat• ‑layers• ‑level• ‑level‑colors• ‑limit• ‑linear‑stretch• ‑linewidth• ‑liquid‑rescale• ‑list• ‑log• ‑loop• ‑lowlight‑color• ‑magnify• ‑map• ‑map[stream]• ‑mask• ‑mattecolor• ‑median• ‑metric• ‑mode• ‑modulate• ‑monitor• ‑monochrome• ‑morph• ‑morphology• ‑mosaic• ‑motion‑blur• ‑name• ‑negate• ‑noise• ‑normalize• ‑opaque• ‑ordered‑dither• ‑orient• ‑page• ‑paint• ‑path• ‑pause[animate]• ‑pause[import]• ‑pen• ‑ping• ‑pointsize• ‑polaroid• ‑posterize• ‑precision• ‑preview• ‑print• ‑process• ‑profile• ‑quality• ‑quantize• ‑quiet• ‑radial‑blur• ‑raise• ‑random‑threshold• ‑red‑primary• ‑regard‑warnings• ‑region• ‑remap• ‑remote• ‑render• ‑repage• ‑resample• ‑resize• ‑respect‑parentheses• ‑reverse• ‑roll• ‑rotate• ‑sample• ‑sampling‑factor• ‑scale• ‑scene• ‑screen• ‑seed• ‑segment• ‑selective‑blur• ‑separate• ‑sepia‑tone• ‑set• ‑shade• ‑shadow• ‑shared‑memory• ‑sharpen• ‑shave• ‑shear• ‑sigmoidal‑contrast• ‑silent• ‑size• ‑sketch• ‑smush• ‑snaps• ‑solarize• ‑sparse‑color• ‑splice• ‑spread• ‑statistic• ‑stegano• ‑stereo• ‑stretch• ‑strip• ‑stroke• ‑strokewidth• ‑style• ‑subimage‑search• ‑swap• ‑swirl• ‑synchronize• ‑taint• ‑text‑font• ‑texture• ‑threshold• ‑thumbnail• ‑tile• ‑tile‑offset• ‑tint• ‑title• ‑transform• ‑transparent• ‑transparent‑color• ‑transpose• ‑transverse• ‑treedepth• ‑trim• ‑type• ‑undercolor• ‑unique‑colors• ‑units• ‑unsharp• ‑update• ‑verbose• ‑version• ‑view• ‑vignette• ‑virtual‑pixel• ‑visual• ‑watermark• ‑wave• ‑weight• ‑white‑point• ‑white‑threshold• ‑window• ‑window‑group• ‑write ]
下面是ImageMagick图形图像处理软件命令行工具的命令行参数的详细说明。如果你需要某个特定参数的说明,在上面的导航栏中单击对应名称,就可以直接跳转到相应位置。除非另有说明,每个命令参数都可以用于convert和mogrify命令。
继续阅读

解压SAE上DefferedJob备份的数据库分卷压缩文件

SAE上备份数据库得用DefferedJob,数据库文件太大的话,需要在提交Job的时候指定文件后缀为.zip来启用压缩。
大文件会被分卷zip压缩,按每个200MB分卷。
从Storage上下载下来之后,得用cat合并分卷后再解压:
例如:zzz.zip被SAE分割成zzz.zip.001~003

#wget http://xxx-yyy.stor.appsina.com/zzz.zip.001
#wget http://xxx-yyy.stor.appsina.com/zzz.zip.002
#wget http://xxx-yyy.stor.appsina.com/zzz.zip.003
#cat zzz.zip.00* > zzz.zip
#unzip zzz.zip

当然,在windows下面的话,可以用7zip直接解压zzz.zip.001,会自动合并后面的002~003。

千元智能机,MTK威武

突然间发现 小米 、MX 之流 弱爆了!
卓普zp200
http://www.zopomobile.com/zopomobile.php?id=2
佳域G2
http://bbs.ejiayu.com/shop/?product-80.html
THL V11
http://www.thl168.com/v11.html
联想A750
http://www.360buy.com/product/610994.html
中兴V889D
http://www.360buy.com/product/605507.html

全他喵的双网双待啊。。。。。
MTK威武(除了中兴V889d) 伤不起的联发科啊。

等待Ubuntu 12.04 LTS

现在家里的T61p上主系统是Ubuntu 10.04 LTS,没有用新的系统,LTS的还是可以信赖的。12.04快出来了,期待啊。所谓的GNOME的粉丝们一直都在抱怨Unity的不易用,我感觉很可笑,Unity、GNOME、KDE、LXDE、XFCE,你爱用什么用什么,只要你想折腾。

裸CMOS传感器+127 EQ拍的月亮,各种抖啊。

成品电子目镜太贵呀。今天京东买了个19块钱的摄像头,打算diy一个电子目镜。转接头还没弄好,直接拿裸的摄像头cmos传感器贴在20mm目镜上尝试了一下拍月亮,单手调焦,单手拍照。各种抖动,成果还算满意。等转接头弄好了就ok啦。期待呀。随手拍的,随便喷。