~stani/phatch/trunk

« back to all changes in this revision

Viewing changes to phatch/actions/autocontrast.py

  • Committer: Juho Vepsäläinen
  • Date: 2009-09-15 12:39:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1306.
  • Revision ID: bebraw@gmail.com-20090915123924-h9gu98dzdf3sztkq
Reverted to revision 1234.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    label       = _t('Auto Contrast')
51
51
    version     = '0.1'
52
52
    pil         = staticmethod(autocontrast)
53
 
    tags        = [_t('colors')]
 
53
    tags        = [_t('color')]
54
54
    __doc__     = _t('Maximize image contrast')
55
55
    
56
56
    def interface(self,fields):