Skip to content

terrynoya/ASImageLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ASImageLib: PNG BMP file decoder in ActionScript3

ASImageLib is an OOP lib to decode PNG and BMP in AS3

How To Use


Decode PNG byteArray

var bytes:ByteArray = new _pngClass();
var bmpData:BitmapData = new PNGDecoder().decode(bytes);
this.addChild(new Bitmap(bmpData));

PNG Colortype supported detail

  • 1.Gray Scale
  • 2.Gray Scale Alpha width bitDepth 8 or 16
  • 3.Palette width bitDepth 1,2,3,4 or 8
  • 4.RGB alpha

About

bmp,png decoder for actionscript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages