Copy link to clipboard
Copied
I'm working on online Product design in where i need to change the color or movieclip | |
using tint.After that I need to save it as jpg.For save operation i'm using ascore->JPEGEncoder. | |
My problem is that after I'm not able to save movieclip with tint color.It's always display original | |
Movieclip in jpg file.Pls inform me if any workaround for this issue. |
Copy link to clipboard
Copied
you're probably using the bitmapdata's draw method which, by default, creates a bitmapdata object using the untransformed source. to create a transformed bitmapdata object, use the draw methods parameters.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now