Searched refs:Image (Results 1 - 8 of 8) sorted by relevance

/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Helper/
H A DGraphicsHelper.py35 from PIL import Image, ImageFont, ImageDraw namespace
55 img = Image.new("RGB", (tsize[0]+20, tsize[1]+20), colorBG)
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Visualize/
H A Ddotplot.py35 from PIL import Image, ImageDraw, ImageFont namespace
58 img = Image.new("L", (maxX, maxY), 255)
111 img = Image.new("L", (m-w+1, n-w+1), 255)
154 img = Image.new("L", (maxLength, maxLength), 255)
207 #create new Image (containing the ids + the old img with dotplots)
221 newImg = Image.new("L", (x, y), 255)
H A Dtorc.py31 from PIL import Image, ImageDraw, ImageFont namespace
72 img = Image.new('RGB', (2*xM, 2*yM), (255, 255, 255))
H A Dpatterngram.py32 from PIL import Image, ImageDraw, ImageFont namespace
48 """Creates a Categorical Patterngram as PIL Image object. It "shows
117 #===create CP Image===
128 img = Image.new("RGB", (len(nGramOccurencies), maxY), colorBG)
160 """Creates a Composite Categorical Patterngram as PIL Image object. It "shows
199 #===create CPP Image===
213 img = Image.new("RGB", (maxX, maxY), colorBG)
271 chartImg = Image.new("RGB", (img.size[0]+(2*margin), img.size[1]+(2*margin)), colorBG)
H A Dheatmap.py31 from PIL import Image, ImageDraw, ImageFont namespace
111 newImg = Image.new("RGB", (maxX+legendimg.size[0], maxY))
175 # newImg = Image.new("RGB", (maxX+legendimg.size[0], maxY))
221 img = Image.new("RGB", (maxX, maxY), colorBG)
285 img = Image.new("RGB", (imgwidth, imgheight), colorBG)
393 # blankimg = Image.new("L", (100, 100), 255)
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DPlainTextField.py21 from OFS.Image import File
23 from OFS.Image import Pdata
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DPlainTextField.py29 from OFS.Image import File
30 from OFS.Image import Pdata
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/
H A DPlagVisualizer.py31 from PIL import Image namespace
66 """Creates an PIL-Image object showing a dotplot using the tiles of
69 Return: PIL Image object
86 Return: PIL Image object
105 Return: PIL Image object
126 Return: PIL Image object
149 Return: PIL Image Object
169 Return: PIL Image Object
179 """Creates a Categorical Patterngram as PIL Image object. It "shows
202 """Creates a Composite Categorical Patterngram as PIL Image objec
[all...]

Completed in 15 milliseconds