Skip to content
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

Open
OfficerArtoria opened this issue May 6, 2023 · 7 comments

Comments

@OfficerArtoria
Copy link

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.

@0xC0000054
Copy link
Owner

The plugin defaults to 12-bit when Photoshop is first started. The last used bit-depth setting from Actions should override that default.
I am not sure what the issue is, and I currently do not have access to a machine with Photoshop to test it.

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.

@OfficerArtoria
Copy link
Author

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.

@0xC0000054
Copy link
Owner

The bit depth is saved in the Action data. It should be visible in the Actions palette as the 'image depth' item.
I do not know why it would be exhibiting that behavior when restarting Photoshop,

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.

@OfficerArtoria
Copy link
Author

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.
https://i.imgur.com/obhmFT4.png
Save Files.zip

@0xC0000054
Copy link
Owner

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.

@OfficerArtoria
Copy link
Author

Is there anything I can do to help you locate a potential issue?

@0xC0000054
Copy link
Owner

0xC0000054 commented May 14, 2023

I don't think so. I will need to investigate the issue when debugging the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants