# -*- coding: utf-8 -*- #sharejs.com提供代码,转载请注明出处 import PythonMagick img = PythonMagick.Image("c:/1.jpg") img.sample('128x128') img.write('c:/1.ico')