Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Reg. JPG conversion for movieclip

New Here ,
May 08, 2013 May 08, 2013

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.
TOPICS
ActionScript
381
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2013 May 08, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines