NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.07k stars 2.15k forks source link

[Bug] IOException: Stream was too long. #1154

Open brian6932 opened 1 year ago

brian6932 commented 1 year ago

Describe the bug Not sure if this is a memory allocation bug, but is there anyway to bypass it?

To Reproduce I was just making a 352 frame apng: image

Screenshots image

Desktop (please complete the following information):

brian6932 commented 1 year ago

Ok, after cropping, and doing the same action again, it no longer errored. If this is an allocation issue, maybe a cli launch flag to set allocation size would be useful.

NickeManarin commented 1 year ago

The APNG encoder was rewritten for version 3 of the app. This should not happen again.