Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 637 Bytes

File metadata and controls

37 lines (27 loc) · 637 Bytes

PS_Layer_Name_for_Assets_Changer

Photoshop .jsx Script to generate Layernames for the Assets Generator

Alpha Version!

The Script renames the Layer of an .psd file in Photoshop.

#Supported Sizes: iPhone: @3x, @2x, @1x(foo.png) to Folder xcode

Android: xxhdpi, xhdpi, hdpi, mdpi, ldpi

#Structur:

  • xcode
  • xxhdpi
    • foo.png
  • xhdpi
    • foo.png
  • hdpi
    • foo.png
  • mdpi
    • foo.png
  • ldpi
    • foo.png

Enable File/Generate Assets and Photoshop will do the rest for you.

#See: Generate image assets from layers https://helpx.adobe.com/photoshop/using/generate-assets-layers.html