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

Is it possible to Export in Grayscale mode png-8

Engaged ,
May 31, 2017 May 31, 2017

Copy link to clipboard

Copied

By default when exporting png's it will be PNG8 indexed (With color information) for us to get true Grayscale artists have to turn on the Grayscale mode:

Screenshot_51.png

Can I export each layer with the proper png8 Grayscale, without having to select Grayscale mode?

TOPICS
SDK

Views

448

Translate

Translate

Report

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
Adobe
Engaged ,
Jun 01, 2017 Jun 01, 2017

Copy link to clipboard

Copied

LATEST

Now I see I can use:

  error = sPSActionDescriptor->PutObject(desc, keyAs, classGrayscaleMode, EPSDescriptor);

  if (error) goto returnError;

     ...

  error = sPSActionControl->Play(&result, eventExport, desc, plugInDialogSilent);

  if (error) goto returnError;

But that's just breaking my action when I add it. Any suggestions?

Votes

Translate

Translate

Report

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