kaishin / Gifu

High-performance animated GIF support for iOS in Swift
Other
3.09k stars 279 forks source link

Don't attempt to resize zero-size frame images. #184

Closed syedfa closed 1 year ago

syedfa commented 1 year ago

We were seeing a lot of spurious console logs related to zero-size image resizing. I added code to skip the resize if the target size is zero, and this fixed the issue.