This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import os | |
import Image | |
import sys | |
import ImageOps | |
import MySQLdb | |
import codecs | |
#得到最小 2次幂值 | |
def getMin2(v): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#coding:utf8 | |
f = open('nk.txt').readlines() | |
words = [] | |
for l in f: | |
words.append(l[:-1]) | |
#print l[:-1] | |
#words = [ | |
#'fuck', | |
#'干你妹啊', | |
#] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
描边和字体大小的关系 | |
普通黑体: | |
13号大小: 普通细黑体 0.1 个阴影宽度就可以了 45 角度旋转一下 | |
大粗体问题 : | |
13号大小: 0.2 字体大小 阴影宽度 角度增加一些 减少锯齿 每30角度 颜色 5 5 5 使用更深的阴影颜色可以 减少颜色外漏 |
NewerOlder