在了解了一个通道的置换规律后,对多通道的置换规律,应该很容易理解了。
ps的置换原理:第一个通道控制水平[方向像素的]置换,第二个通道控制垂直[方向像素的]置换
这里的第一个通道,就是红色通道;第二个通道,就是绿色通道。兰色通道不参与置换。这样的安排是设计者事先确定的,没有特殊的意义,
就是个规定而已。
对于一个通道的置换图,其实它仍然有三个通道。并且红色通道和绿色通道是完全一样的,而兰色通道一样不参与置换。
这里,为说明方便,以下称“垂直方向看”,指“从上向下看”;“水平方向看”,指“从左向右看”。水平和垂直置换比例设定:10%。
欢迎有条件的朋友一起动手做做!有困难的可以提出来,我尽量解答!
一.红色通道置换规律:(因为绿色通道填充128灰,所以不应该发生垂直移动。兰色通道填充255白色。下面,绿色和兰色通道,就不出图了
。)
实验1
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0红色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
这里,在垂直方向看,和一个通道的移动规律相同:变亮向左(移动)。
实验2
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0红色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0这里,在垂直方向看,和一个通道的移动规律相同:变暗向右(移动)。
实验3
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0红色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0这里,在垂直方向看,和一个通道的移动规律相同:变亮向左,变暗向右(移动)。
实验4
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0红色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0这里,在垂直方向看,和一个通道的移动规律相同:变亮向左,变暗向右(移动)。
实验5
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0红色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0这里红色通道在四周填128灰,中间从上到下填255-128-255渐变。
从图上可以看出:四周的像素没有发生移动,中间的移动规律,在垂直方向看,和一个通道的移动规律相同:变亮向左,变暗向右(移动)。
二.绿色通道的置换规律:(因为红色色通道填充128,所以不应该发生水平移动,兰色通道填充255白色。下面,红色和兰色通道,就不出图
了。)
实验6
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0绿色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0实验7
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0绿色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0实验8
彩色置换图:
screen.width-500)this.style.width=screen.width-500;" border=0绿色通道:
screen.width-500)this.style.width=screen.width-500;" border=0置换结果:
screen.width-500)this.style.width=screen.width-500;" border=0这里绿色通道在四周填128灰,中间从左到右填255-128-255渐变。
从图上可以看出:四周的像素没有发生移动,中间的移动规律,从水平方向看,和一个通道的移动规律相同:变亮向上,变暗向下(移动)。
这里只做了三个实例。其基本移动规律和一个通道的规律相同:(沿水平方向看),变亮向上,变暗向下。
就不多做了,感兴趣的朋友可以自己做做。