Posted by TodayRatha in
on
-
var resultShirt:BitmapData = new BitmapData(toWidth, toHeight);
var copyMatrix:Matrix = new Matrix;
copyMatrix.scale(toWidth/530, toHeight/300);
resultShirt.draw(shirtObj, copyMatrix);
return resultShirt;
Category List
- Actionscript 3 (2)
- Digital Painting (1)
- Life style (1)
- Photoshop (1)
- Sencha Touch (1)