MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-580702.py

File recipe-580702.py

recipes/Python/580702_Image_to_ASCII_Art_Converter/recipe-580702.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# ASCII Art Generator (Image to ASCII Art Converter)
2# FB - 20160925
3import sys
4if len(sys.argv) != 3:

Callers

nothing calls this directly

Calls 11

rangeFunction · 0.85
openFunction · 0.50
exitMethod · 0.45
getpixelMethod · 0.45
appendMethod · 0.45
openMethod · 0.45
resizeMethod · 0.45
convertMethod · 0.45
loadMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected