RogerioBlanco / PixelCanvasBot

A bot to pixelcanvas.io
63 stars 24 forks source link

Possible problem with images being "too big" #14

Closed Crashzilla closed 7 years ago

Crashzilla commented 7 years ago

Tried to run the script with a couple of big images and always ended up with this error.

sem titulo

The code run smoothly with smaller ones. Tried to find a solution but my knowledge in python is pretty basic. Is there a size limitation?

RogerioBlanco commented 7 years ago

Don't have a limit. How big is this images?

RogerioBlanco commented 7 years ago

I tested right now with one image with 1600x700 pixels and I don't have any issues. If you can provide more details or the image its will be better.

Crashzilla commented 7 years ago

Nothing special with the images. Tried with 3 different ones (1000x403; 1024x721; 1364x768) all being PNG. I even tried to split in half one of they and the script gave me no errors.

RogerioBlanco commented 7 years ago

So, with these three images you had no problems?

Crashzilla commented 7 years ago

None of they worked. So I splitted they in the half and worked.

RogerioBlanco commented 7 years ago

Ah ok, I understand now. I will test more times.

RogerioBlanco commented 7 years ago

Fixed