Thanks for the encouragement
And please post your updates or additions.
If someone want to create a better shape for the background and / or remove the background color this would be really helpful for everyone. Thinking of doing this but don't have the time at the moment so if anyone is motivated
If there is a Photoshop guru in the place I would like to ask him if there is a way to automate (scripting) the "Save for Web..." processus.
Explanation : My psd file is composed of a group in which I have all the logos (each logo has its layer), a shape (the rounded angle rectangle) and the background color. So if I edit the background and want to have the results saved for all the logos i have to :
Code:
for (int i =0; i<NumberOfLayersInLogosLayersGroup; i++)
{
Hide all the logo layers;
Tick the layer[i]'s eye to display only this layer;
Save for web, give the file the layer[i] name, save;
}
I don't even know if this possible and never looked at Photoshop scripting engine (I think there is one)
Any help would be really appreciated
