摘要:
Most of the time these are dependency-issues. Following the stack-trace of the gcc compiler one can see the missing files. Sometimes installing the Python development packages is not enough. For ... 阅读全文
摘要:
import Image from get_png import getpng def transparent(infile): #open png,covert it into 'RGBA mode',resize it,get data then make a datalist datalist=list(Image.open(infile,'r')... 阅读全文