Closed wsdwsd0829 closed 5 years ago
1 Warning | |
---|---|
:warning: | Any source code changes should have an entry in CHANGELOG.md or have #trivial in their title. |
Generated by :no_entry_sign: Danger
Request for review.
@wsdwsd0829 frames can be of a different width / height however you are essentially modifying the 'canvas' size. The frame image is actually drawn below at the frame width and height in the CGImageCreate call below?
Oh wait, I thought this was doing something different. Can you upload the image that you're having issues with?
Ok! Now I'm fully on board, but can we just use iterator.fragment.size instead of doing the calculation ourselves?
Seems not working using size: width 320, height 180, 320 * 180 = 57600 fragment.size = 5372.
Cool, thanks.
frames can be of different size. (at least for my case). I am not sure if that's not valid format of webp. If it's valid this pr fix that.