comparison transformations/slant.py @ 35:e05715e4554d

first commit, the module has been tested with testmod.py, it has no timing
author youssouf
date Tue, 02 Feb 2010 10:11:33 -0500
parents e61a46996db6
children 0f1337994716
comparison
equal deleted inserted replaced
34:e61a46996db6 35:e05715e4554d
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # coding: utf-8 2 # coding: utf-8
3 3
4 ''' 4 '''
5 Author: Youssouf
6
5 this module add a slant effect to the image. 7 this module add a slant effect to the image.
6 8
7 To obtain the slant effect, each row of the array is shifted proportionately by a step 9 To obtain the slant effect, each row of the array is shifted proportionately by a step
8 controlled by the complexity. 10 controlled by the complexity.
9 11