Skip to main content
Inspiring
October 11, 2014

P: Problem with action including Level Adjustments and gamma value

  • October 11, 2014
  • 4 replies
  • 191 views

In Photoshop CC 2014.2.0, when I use a script that includes level adjustments, there is bug. For exemple, in my script I set Gamma to 1,15. But after running the script, Gamma is set to 1,14. How can I fix it ? Thank you

This topic has been closed for replies.

4 replies

Legend
June 16, 2015
This should be fixed in the Photoshop CC (2015) update.
Inspiring
November 14, 2014
OK, it seems to be losing a bit of precision in playing back the values or showing them in the UI on playback.

Ah, 1.15 ends up as a repeating digit fraction in floating point (115 / 100.0), stored as float in the action, and when scaled back to an integer for the UI it doesn't round and loses one value (114 instead of 115).

OK, that's easy enough to fix. (it'll take longer to write up the bug report)

Good news: the recorded actions are fine.
Bad news: it won't be accurately played back until I can get this fix out.
Inspiring
November 13, 2014
Sorry, I mean a action. Thanks for your help.
Inspiring
October 11, 2014
Do you mean a JavaScript, AppleScript, or action?