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

Operation on closed image #2173

Open
shyamsantoki opened this issue May 11, 2024 · 0 comments
Open

Operation on closed image #2173

shyamsantoki opened this issue May 11, 2024 · 0 comments
Labels
bug Issues that report (apparent) bugs.

Comments

@shyamsantoki
Copy link

DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 41 4
DEBUG:PIL.PngImagePlugin:STREAM b'cHRM' 57 32
DEBUG:PIL.PngImagePlugin:STREAM b'bKGD' 101 6
DEBUG:PIL.PngImagePlugin:b'bKGD' 101 6 (unknown)
DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 119 3252
DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 41 4
DEBUG:PIL.PngImagePlugin:STREAM b'cHRM' 57 32
DEBUG:PIL.PngImagePlugin:STREAM b'bKGD' 101 6
DEBUG:PIL.PngImagePlugin:b'bKGD' 101 6 (unknown)
DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 119 3252
DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 3383 37
DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 3432 37
DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 3481 17
DEBUG:PIL.Image:Error closing: Operation on closed image

I am getting the above in logs when creating a video from (jpg) images from audio. The video is successfully getting created. I want to know if the above logs are impacting any system resources in any way

@shyamsantoki shyamsantoki added the bug Issues that report (apparent) bugs. label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs.
Projects
None yet
Development

No branches or pull requests

1 participant