Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

struct.error: integer out of range for 'I' format code #1

Open
georgbachmann opened this issue Apr 15, 2015 · 0 comments
Open

struct.error: integer out of range for 'I' format code #1

georgbachmann opened this issue Apr 15, 2015 · 0 comments

Comments

@georgbachmann
Copy link

Hello,
I am seeing this error here. Any ideas?
Thanks,
Georg

python osm_stitch.py 13.580252 46.830423 13.617129 46.857264 10 ~/Downloads/osm_download-master/out/
Saving map to /Users/georg/Downloads/osm_download-master/out//map.png
Traceback (most recent call last):
  File "osm_stitch.py", line 67, in <module>
    osm_map.save(output + '/map.png')
  File "/Library/Python/2.7/site-packages/PIL/Image.py", line 1693, in save
    save_handler(self, fp, filename)
  File "/Library/Python/2.7/site-packages/PIL/PngImagePlugin.py", line 689, in _save
    o32(im.size[0]), o32(im.size[1]),     # 0: size
  File "/Library/Python/2.7/site-packages/PIL/_binary.py", line 74, in o32be
    return pack(">I", i)
struct.error: integer out of range for 'I' format code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant