edgar 的窝

Happy coding

Introduction to ImageMagick

Introduction to ImageMagick

ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.

ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems.

 

ImageMagick 介绍

ImageMagick® 是一个创建、编辑和压缩位图的软件套件。ImageMagick能够解码、转换多种图片格式(超过100种),包括DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, 和TIFF。ImageMagick可以用于转换、翻转、镜像、旋转、缩放、裁剪和变形图片,调整图片颜色、应用各种图片或在图片上写文字、画直线、曲线、椭圆和贝塞儿曲线等。

 

http://www.ibm.com/developerworks/cn/linux/l-graf/index.html

http://www.imagemagick.org/

[Z]让你的WindowsXP摇身一变为Ubuntu

让你的WindowsXP摇身一变为Ubuntu

16.09.07

翻译+修改自:The Indie Tribune

1.现从visual style(视觉风格)开始,如果你没有安装Uxtheme Multipatcher, 请下载并安装好否则无法实现。然后需要下载Human Visual Style

2.打开C:\Windows\Resources\Themes\把Human Visual Style按格式解压缩这这里(Windows的系统盘)

现在在桌面右击,选择“外观”.在主题选项卡选择Human Visual Style。
接着是改图标,首先需要安装Icontweaker ,然后在安装Ubuntu Icontweaker theme

3.如果你想改变壁纸的话,点这里 或者 这里

4.更换Windows Explorer图标,首先安装Styler toolbar(免费) ,在下载Ubuntu Human Theme即可。

5.设置鼠标样式,点这里下载。

6.实现3D效果,使用这个实现,选择 "3D CUBE"。

7.实现开机启动画面,使用BootSkin(免费),点这里获得,最后下载Ubuntu Bootskin

8.实现登陆画面点这里

9.对于使用Firefox浏览器的用户,你也可以安装其Ubuntu Theme(皮肤)

10.WinRAR样式:Here.

仿UBUNTU的 Windows XP 桌面主题

 

http://shamushand.deviantart.com/art/Ubuntu-XP-58336736

Professional SlickEdit

I have been using SlickEdit almost every day for more than 10 years. For most of that time, it has been my editor of choice for almost every programming language I've used. I strongly believe that a really powerful and versatile programming editor is the most important tool that a professional programmer uses. I'm dismayed sometimes when I see programmers using IDEs ineffectively or producing substandard code because of limitaions in their development enviroment.

以上文字摘录自<<Professional SlickEdit >> 一本介绍slickedit的书籍,我还没有看,先down下来,抽空再看

这个网站需要注册用户才能下载图书资源,看了下有不少电子书籍,申请了一个ID^o^

 

电子书下载地址

http://www.itpub.net/viewthread.php?tid=911470&extra=&page=1

电子书配套代码下载地址

www.wrox.com/WileyCDA/WroxTitle/productCd-0470122153,descCd-DOWNLOAD.html

SlickEdit使用技巧

1、在命令行输入"vs +new"可以打开一个新的slickedit实例

2、Slickedit中自动设置当前路径

       自动将Open tab和Build的当前路径设置为和当前打开的文件一致。v10以后就没有了这个功能。实际上是控制此功能的环境变量被关闭了,可以这样打开它:
菜单内选择Macro->Set Macro Variable
输入变量名:def_switchbuf_cd。默认应该是0,改成1即可立即生效。随着文件的切换,Open Tab和Build命令窗口的当前路径也会随之改变。这样在找文件和执行shell命令的时候方便了许多。

 3、中键关闭文件功能。在文件标签上,按鼠标中键可以关闭当前文件。