右键菜单脚本:p-b破报纸边缘效果.bash

sh/bash/dash/ksh/zsh等Shell脚本
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

右键菜单脚本:p-b破报纸边缘效果.bash

#1

帖子 eexpress » 2009-09-03 9:55

代码: 全选

◆ cat p-b破报纸边缘效果.bash 
#!/bin/bash

convert """$1""" \( +clone -threshold -1 -virtual-pixel black -spread 50 -blur 0x3 -threshold 50% -spread 2 -blur 0x.7 \) +matte -compose Copy_Opacity -composite """$1_破纸.png"""
附件
n.png
● 鸣学
头像
yaoms
帖子: 4952
注册时间: 2007-10-19 14:51
来自: 深圳

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#2

帖子 yaoms » 2009-09-03 9:59

:em01
Nothing 有事请发邮件到 yms541 AT gmail.com
alias 爱慕颇雷尔='mplayer'
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

右键菜单脚本:p-x旋转照片效果.bash

#3

帖子 eexpress » 2009-09-03 10:02

代码: 全选

◆ cat p-x旋转照片效果.bash 
#!/bin/bash

convert """$1""" -bordercolor white  -border 6 -bordercolor grey60 -border 1 -background none -rotate 6 -background  black \( +clone -shadow 60x4+4+4 \) +swap -background none -flatten """$1_旋转.png"""
附件
nn.png
● 鸣学
头像
roylez
帖子: 1928
注册时间: 2005-10-04 10:59
来自: 上海

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#4

帖子 roylez » 2009-09-03 10:10

收了,你真行。
弄个dropbox空间来备份文件或者做私人代码服务器
配置:[url]git://github.com/roylez/dotfiles.git[/url]
主页:http://roylez.heroku.com
各种稀奇玩意儿:http://dooloo.info
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

右键菜单脚本:p-o边缘线条.bash

#5

帖子 eexpress » 2009-09-03 10:13

代码: 全选

◆ cat p-o边缘线条.bash 
#!/bin/bash

convert """$1""" -edge 1 -negate -normalize -colorspace Gray -blur 0x.5 -contrast-stretch 0x50% """$1_边线.jpg"""

convert """$1""" -colorspace gray \
          \( +clone -blur 0x2 \) +swap -compose divide -composite \
          -linear-stretch 5%x0%  """$1_边线1.jpg"""
附件
n.jpg
n.jpg
● 鸣学
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#6

帖子 eexpress » 2009-09-03 10:27

-compose 几十种参数。发现用 -compose `xsel -o` 调试效果,蛮方便的哦。
:em09
● 鸣学
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#7

帖子 leeaman » 2009-09-03 10:32

这个一定要支持一下,那个处理效果是不是有点随机在里面啊,ee,不要批量处理出来都是一个鸟样哦
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#8

帖子 eexpress » 2009-09-03 10:46

leeaman, 你无聊的话。把这里的都作了吧。 http://www.imagemagick.org/Usage/fonts/
● 鸣学
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#9

帖子 leeaman » 2009-09-03 10:50

我是说你的第一个效果希望有点随机效果,好网址,收藏了,有空慢慢搞一下看看,呵呵,厉害哦,ps都没那么容易搞
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
mjp123
帖子: 702
注册时间: 2009-04-09 15:06

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#10

帖子 mjp123 » 2009-09-03 11:53

收藏先
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#11

帖子 daf3707 » 2009-09-03 12:14

:em09
头像
zmcbb30
帖子: 2717
注册时间: 2006-09-30 0:32
来自: 巴拉特星系第四行星──海尼森

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#12

帖子 zmcbb30 » 2009-09-03 12:35

支持一下EE
头可断,血可流,靓女不可不追求
相艾唔好口,够姜就只抽

BARTON 2500+/1536MDDR400
EP8RDA3G/MX4000 128M64bit 8X
DiamondPlus9-6Y080L0-ATA133
Samsung743DF
HiweedDesktop-1.0
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#13

帖子 lerosua » 2009-09-03 12:36

回去我也整个给ee看
头像
cnkilior
论坛版主
帖子: 4984
注册时间: 2007-08-05 17:40

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#14

帖子 cnkilior » 2009-09-03 12:39

难得ee能把convert命令弄得这么精通!
头像
c\nc
帖子: 231
注册时间: 2007-12-25 12:51

Re: 右键菜单脚本:p-b破报纸边缘效果.bash

#15

帖子 c\nc » 2009-09-03 13:57

难得ee也有点艺术细胞了 :em04
回复