All Projects → soywiz-archive → as3libwebp

soywiz-archive / as3libwebp

Licence: other
Load and save WEBP images on Flash using FlashCC or faster ANEs

Programming Languages

c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
actionscript
884 projects
C++
36643 projects - #6 most used programming language
PHP
23972 projects - #3 most used programming language
shell
77523 projects

as3libwebp

Load and save WEBP images on Flash using FlashCC or faster ANEs

Sample

http://soywiz.github.io/as3libwebp/

ScreenShot

API

package libwebp;
function DecodeWebp(webpByteArray:ByteArray):BitmapData;
function EncodeWebp(input:BitmapData, quality:Number):ByteArray;

SWC supported on all platforms including web. It uses FlashCC so it is portable but runs ~3x-5x times slower:

  • You must include bin/libwebp.swc

ANE supported for AIR Windows and Android. It uses native libraries so it will run as fast as possible:

  • You must include bin/libwebp.ane
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].