Mercurial > ift6266
diff data_generation/transformations/gimp_script.py @ 442:d5b2b6397a5a
added permut pixel
author | Xavier Glorot <glorotxa@iro.umontreal.ca> |
---|---|
date | Mon, 03 May 2010 18:38:27 -0400 |
parents | dd2df78fcf47 |
children |
line wrap: on
line diff
--- a/data_generation/transformations/gimp_script.py Mon May 03 01:07:21 2010 -0400 +++ b/data_generation/transformations/gimp_script.py Mon May 03 18:38:27 2010 -0400 @@ -52,7 +52,7 @@ setpix(image) if self.mblur_length and self.blur_bool: pdb.plug_in_mblur(img, layer1, 0, self.mblur_length, self.mblur_angle, 0, 0) - if self.pinch: + if self.pinch: pdb.plug_in_whirl_pinch(img, layer1, 0.0, self.pinch, 1.0) image = getpix()