Preen Posted May 7, 2015 Share Posted May 7, 2015 Is it possible to save a image that I've applied certains filters on? colorMatrix = new PIXI.ColorMatrixFilter();colorMatrix.matrix = [0,0.0,0.5,-0.2, 0,0,1.0,-0.2, 0.0,0.0,0.5,-0.2, 0.0,0.0,0.0,1]image = game.make.bitmapData()image.load("testpicture")image.filters = [colorMatrix]game.cache.addBitmapData("testImageWithFilter", image); When I pick this up it doesn't have the filter applied abowe. Is this not possible? Link to comment Share on other sites More sharing options...
Recommended Posts