seanooi / iOS-WebP

Google's WebP image format decoder and encoder for iOS
http://seanooi.github.io/iOS-WebP/
MIT License
856 stars 138 forks source link

Fixed memory leak & color change issue #35

Closed SagarSDagdu closed 8 years ago

SagarSDagdu commented 8 years ago

Fixed a memory leak when converting WebP images back to normal images, also fixed the issue where color of images got changed when alpha was set 1.

lvyile commented 8 years ago

good job, thanks.