Skip to content

library problem #1

@e135193

Description

@e135193

There is a problem in the library

from JPEGdecoder import jpeg

def draw() :
    print('decode')

jpeg('image.jpeg', callback=draw).render(32, 32)

Traceback (most recent call last):
  File "<stdin>", line 12, in <module>
  File "JPEGdecoder.py", line 613, in processFile
MemoryError: memory allocation failed, allocating 128 bytes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions