brandona86632823
Community Beginner
brandona86632823
Community Beginner
Activity
‎Jun 16, 2024
05:04 PM
I tried doing what Chad Rolfs suggested, but my "Save" actionstep STILl says "without ICC profiles". Horrible, being up agaist a readline of delivering thousands of files that would need to be batch processed out with profiles. Photoshop versions past 24.0.1, including the latest 24.3, are breaking my Actions and Scripts that batch save PNGs (Save as a copy) that are supposed to keep the color profiles embedded. Each time I run an action or script, the first PNG keeps the color profile embedded, but all subsequent PNGs save out "untagged". One weird exception: I have one Action which saves out a PSD and PNG from each file with color profiles embedded. The original action saved out the PSDs first and then the PNGs. This was the first time I noticed the bug. I tried switching the order in the action to save out the PNGs first, then the PSDs, and the bug no longer occurred. Not sure why, but I wanted to pass that along. All other scripts which save out (not export) PNGs have this bug. We cannot update until this gets fixed. By @brandona86632823 We have shipped several fixes recently. Here is what you need to do in order to take advantage of them: 1. For batching via Actions/scripts, you can use a special gestalt that forces color profile output. Put the following string into a text file called PSUserConfig.txt (and put it in the Adobe Photoshop 2024 Settings folder): BatchForcePNGColorProfile 1 Then relaunch Photoshop, go to Help > System Info... and confirm you see PSUserConfig entries: - U BatchForcePNGColorProfile 1 2. You may need to re-record older Actions, specifically the Save PNG step. To determine whether this applies your Action, open the Save step and look at the bottom for "With ICC Profiles". If you don't see that, you need to record the step again to include that option. Photoshop versions past 24.0.1, including the latest 24.3, are breaking my Actions and Scripts that batch save PNGs (Save as a copy) that are supposed to keep the color profiles embedded. Each time I run an action or script, the first PNG keeps the color profile embedded, but all subsequent PNGs save out "untagged". One weird exception: I have one Action which saves out a PSD and PNG from each file with color profiles embedded. The original action saved out the PSDs first and then the PNGs. This was the first time I noticed the bug. I tried switching the order in the action to save out the PNGs first, then the PSDs, and the bug no longer occurred. Not sure why, but I wanted to pass that along. All other scripts which save out (not export) PNGs have this bug. We cannot update until this gets fixed. By @brandona86632823
... View more
‎May 24, 2022
10:15 AM
Hi there. Thanks again for helping with this. We've just discovered an issue that has been causing us problems. Every time we run this script, it checks this box again when we go to save our next file. This causes an issue when brining the EPS files into Photoshop as it causes the #000 Black colors in the EPS to not be #000 Black in Photoshop (pure black). Is there some code you could add to this to make sure during the Save As process when renaming "Black" to "White" that this box remains unchecked?
... View more
‎Nov 11, 2021
07:36 AM
Thank you for the report, we are looking into the issue. In general I would advise to not use transform on type layers, if the Font size it critical to the workflow. Touching handles, even accidentally, may alter the glyphs size. It often unnoticeable if you are not looking at the size of the font. Centering text can be done without using transform tool... I am curious what the workflow here is and invite you to share a video to better understand what might be happening.
... View more