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

How to change image mode to RGB 16 Bits per channel?

New Here ,
Sep 18, 2008 Sep 18, 2008

Copy link to clipboard

Copied

Document.changeMode use parameter with this values only:

ChangeMode.BITMAP: int, Value: 5
ChangeMode.CMYK: int, Value: 3
ChangeMode.GRAYSCALE: int, Value: 1
ChangeMode.INDEXEDCOLOR: int, Value: 6
ChangeMode.LAB: int, Value: 4
ChangeMode.MULTICHANNEL: int, Value: 7
ChangeMode.RGB: int, Value: 2
TOPICS
Actions and scripting

Views

780

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
Valorous Hero ,
Sep 18, 2008 Sep 18, 2008

Copy link to clipboard

Copied

if (activeDocument.bitsPerChannel != BitsPerChannelType.SIXTEEN) activeDocument.bitsPerChannel = BitsPerChannelType.SIXTEEN;

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
New Here ,
Sep 18, 2008 Sep 18, 2008

Copy link to clipboard

Copied

LATEST
Danke!

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