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

Exporting PNG image with AS3 effects

Community Beginner ,
Jan 03, 2017 Jan 03, 2017

Hi, is it possible to export PNG image with Action script effects? I'm using AS3 to get gradient mask but it only gets rendered while exporting SWF file. I'm looking for an option to export directly from Animate without using convertors.

Thanks for help.

411
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

correct answers 1 Correct answer

LEGEND , Jan 03, 2017 Jan 03, 2017

I don't think so. You can do File/Export/Export Video, and then take the MOV you get into Adobe Media Encoder, which can export an image sequence.

If you do use export video, put this script in frame 1 to improve the quality a lot:

stage.quality = "best";

Translate
LEGEND ,
Jan 03, 2017 Jan 03, 2017
LATEST

I don't think so. You can do File/Export/Export Video, and then take the MOV you get into Adobe Media Encoder, which can export an image sequence.

If you do use export video, put this script in frame 1 to improve the quality a lot:

stage.quality = "best";

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