JohnDMcMaster / pr0nmap

Create siliconpr0n.org high resolution chip maps
8 stars 1 forks source link

Support partial input data #7

Closed JohnDMcMaster closed 4 years ago

JohnDMcMaster commented 4 years ago

Sometimes very large stitches can't be completed easily, but portions can be stitched. I think this was supported in the past but doesn't seem to currently work. Example output:

WARNING: got exception trying supertile subtile
Traceback (most recent call last):
  File "/home/mcmaster/doc/ext/pr0nmap/pr0nmap/tile.py", line 222, in run
    taskers[task](args)
  File "/home/mcmaster/doc/ext/pr0nmap/pr0nmap/tile.py", line 214, in task_subtile
    self.task_subtile(args)
  File "/home/mcmaster/doc/ext/pr0nmap/pr0nmap/tile.py", line 193, in task_subtile
    tw=self.tw, th=self.th)
  File "/home/mcmaster/doc/ext/pr0nmap/pr0nmap/pimage.py", line 376, in from_fns
    ret = Image.new(mode, (width, height))
  File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2024, in new
    return Image()._new(core.fill(mode, size, color))
TypeError: argument 1 must be string, not None
JohnDMcMaster commented 4 years ago

fixed