-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action Replays defaults Image depth to 12-bit on application startup #34 #11
Comments
The plugin defaults to 12-bit when Photoshop is first started. The last used bit-depth setting from Actions should override that default. Is your document 8-bit? The plugin can override the image mode for certain 32-bit HDR save configurations, but that code should be disabled for 8-bit and 16-bit documents. |
In the action recording, I've explicitly selected to save the file as 8-bit. Subsequent uses of this action on the same instance works as intended. The issue is, when I close Photoshop, and open it again, the action itself doesn't save as 8-bit (and I would assume it goes back to defaulting to 12-bit). The documents I am using are all in 8-bit, I can confirm that. |
The bit depth is saved in the Action data. It should be visible in the Actions palette as the 'image depth' item. Could you upload a zip containing one of the Actions that is showing this issue? I should be able to see the image mode that was saved when viewing the file in a hex editor. |
Here is the file containing the action. I do suspect that the bit depth is being saved correctly as 8-bit, as when I load photoshop the details of the save action do say explicitly which bit depth it is saving. |
Looking in a hex editor, the Action file is configured to save 8-bit. |
Is there anything I can do to help you locate a potential issue? |
I don't think so. I will need to investigate the issue when debugging the plugin. |
I have saved an action that ends with a file save to AVIF with Image depth set to 8bit. The action itself works well in most circumstances, except whenever I start my Photoshop up, it defaults to 12-bit. This requires re-recording the action again, which would be default back to 8-bit. Other parameters are working for me properly for Action Replay.
The text was updated successfully, but these errors were encountered: