Ignore:
Timestamp:
11.06.2010 16:53:58 (2 years ago)
Author:
fhoffmann
Message:

Modified  pil_img_resize() for customized suffixe (contributed by S. Taenzer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/ZMSGlobals.py

    r1043 r1051  
    12371237    #  ZMSGlobals.pil_img_resize: 
    12381238    # -------------------------------------------------------------------------- 
    1239     def pil_img_resize( self, img, size, mode='resize', sffx='none', qual=75): 
     1239    def pil_img_resize( self, img, size, mode='resize', sffx='_thumbnail', qual=75): 
    12401240      """ 
    12411241      Returns a resized copy of an image. The size argument gives the requested 
Note: See TracChangeset for help on using the changeset viewer.