adobe-photoshop / generator-assets

Generator Plug-in for Adobe Photoshop CC that helps users export image assets
MIT License
494 stars 87 forks source link

Prefix files using adjustment layers (Feature request) #212

Open DrParanoia opened 10 years ago

DrParanoia commented 10 years ago

Hi there!

Is it possible to for adjustment layers to have effects on the way files are saved?

For example (Android development) let's say i have the following layers:

- (invisible Hue and Saturation layer - saturation set to -100) *_disabled
- drawable-xhdpi/button_login.png, 50% drawable-mdpi/button_login.png
- drawable-xhdpi/button_signup.png, 50% drawable-mdpi/button_signup.png

So, while the layer is invisible, the output will be - button_signup.png and button_login.png in their corresponding folders.

But if we make the adjustment layer visible, the output will change to - button_signup_disabled.png and button_login_disabled.png resulting in 2 desaturated images in each folder.

Thanx in advance!

joelrbrandt commented 10 years ago

We don't currently support this, so I'm marking this as a feature request. It seems vaguely similar to some of the defaults work we're doing (#175).

I've also added it to our (non-public) backlog so we can prioritize this there. Thanks for the suggestion, @DrParanoia

chadrolfs commented 7 years ago

tracked internally as PS-412