Skip to content

Instantly share code, notes, and snippets.

View shi-cong's full-sized avatar

shi-cong

View GitHub Profile
@lhwork
lhwork / gist:3918279
Created October 19, 2012 13:39
python(PIL)图像处理(等比例压缩、裁剪压缩) 缩略(水印)图
#coding:utf-8
'''
python图片处理
@author:fc_lamp
@blog:http://fc-lamp.blog.163.com/
'''
import Image as image
#等比例压缩图片
def resizeImg(**args):