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

Is there a way to select CPU or GPU options in Illustrator?

Adobe Employee ,
Mar 01, 2023 Mar 01, 2023

Copy link to clipboard

Copied

Hi All?

 

I am automating test case and I need to enable CPU nad GPU preview one by one through jsx. Is there any way to do it ? Your inputs woyld be beneficial .

 

Thanks in Advance !!!

TOPICS
Scripting

Views

211

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

correct answers 1 Correct answer

Adobe Employee , Mar 01, 2023 Mar 01, 2023

I have got the answer - app.preferences.getBooleanPreference('Performance/EnableGPU_Ver19_2');
app.preferences.setBooleanPreference('Performance/EnableGPU_Ver19_2', true);

Votes

Translate

Translate
Adobe Employee ,
Mar 01, 2023 Mar 01, 2023

Copy link to clipboard

Copied

LATEST

I have got the answer - app.preferences.getBooleanPreference('Performance/EnableGPU_Ver19_2');
app.preferences.setBooleanPreference('Performance/EnableGPU_Ver19_2', true);

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