Copy link to clipboard
Copied
Hi all,
I want to get the values of exposure offset and gamma correction from the adjustment layer exposure.
I would really appreciate any thoughts/suggestions on the matter.
Thanks all.
Copy link to clipboard
Copied
Con el valor de exposición ajustas a tu gusto las altas luces. Con el de gamma , los tonos medios.
Vienes a ser como ajustar el Brillo, p.ej., pero con él se afecta toda la imagen, mientras que en tu caso sólo ajustas la parte derecha del histograma, altas luces, y con gamma su zona central, medios tonos. Son ajustes selectivos, afectando parcialmente a la imagen según uses uno u otro, y a tu modo
Copy link to clipboard
Copied
Quizá esto resulte más útil a la vista de lo comentado para Loading99, aunque imagino que esta búsqueda ya la has hecho.
https://photographypla.net/introduction-exposure-adjustment-layers-photoshop/
Siento haberte originado algún inconveniente con mi publicación, si es así. (No me había dado cuenta de que el hilo estaba circunscrito a Acciones y scripts. ¡Sorry!)
Copy link to clipboard
Copied
I'm sorry to have caused you any inconvenience with my post, if so. (I didn't realize that the thread was limited to Actions & Scripts.
By @josantgomez
It isn't possible to retrieve adjustment layer values programmatically via an action, but it is possible via a script... However, standard "easy" DOM scripting code can't retrieve the values of an adjustment layer, it takes more advanced "secret" AM (Action Manager) code to do so (or perhaps using JSON?).
Copy link to clipboard
Copied
La ignorancia es osada, pero como habrás comprendido no era mi caso.
Agradezco la aclaración.
Copy link to clipboard
Copied
Casualmente encontré esto que goza de muy buenos comentarios. Es todo lo que puedo apreciar del artículo. No quería volver sobre el tema, pero visto que para algunos se trata de "algo único en la red", pongo esta capturap por si resulta útil y con la advertencia que no recomiendo nada. Me alegraré si sirve para algo.
Copy link to clipboard
Copied
This is where I found information with your theme title. Were you asking for this one or othrer thing as Stephen says?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
There are probably 5 forum regulars with the advanced knowledge and experience of Action Manager coding who can answer this question... And I'm not one of them.
Copy link to clipboard
Copied
It is a fine display of communication. I'm here to learn. When I don't know something, I investigate for learning and sometimes to help.
I am enriched by the answers of people like you and I learn when someone asks and I look for the answer, if I don't know it.
I am always grateful to those who use elegance to explain my mistakes to me.
Copy link to clipboard
Copied
I wish that I could help and I am always impressed when one of the forum members with such knowledge posts with this esoteric information.
Add a new adjustment layer and set values = Pretty easy (script or action)
Get and or modify existing adjustment layer values = Much harder (script only, not via action)
I hope that by bumping this discussion that it appears on the radar of somebody that does know.
Edit: A couple of example topics showing that this isn't a trivial request to "get" the value of "something".
Copy link to clipboard
Copied
Thank you @Stephen Marsh .