https://github.com/myaaghubi/best-photoshop-to-android-exporter-script
Best script for exporting assets from photoshop to android mipmap/drawable resources(any size to android standard resource size).
https://github.com/myaaghubi/best-photoshop-to-android-exporter-script
android android-assets android-drawable-resources assets exporter photoshop photoshop-script
Last synced: 2 months ago
JSON representation
Best script for exporting assets from photoshop to android mipmap/drawable resources(any size to android standard resource size).
- Host: GitHub
- URL: https://github.com/myaaghubi/best-photoshop-to-android-exporter-script
- Owner: myaaghubi
- License: apache-2.0
- Created: 2016-03-31T16:23:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T19:20:57.000Z (about 2 years ago)
- Last Synced: 2025-03-01T18:44:49.746Z (3 months ago)
- Topics: android, android-assets, android-drawable-resources, assets, exporter, photoshop, photoshop-script
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Best Photoshop To Android Exporter Script 1.3.0
=================================Best script for exporting assets from photoshop to android mipmap/drawable resources.
Usage
---
Copy *BestPhotoshopToAndroidExporterScript.jsx* to Adobe Photoshop *Adobe Photoshop/Presets/Scripts* folder, after done the script will appear in the *File > Scripts* submenu.
Also you can run the script in Photoshop by choosing *File > Scripts > Browse*.Options
---
Target type
```
Target type
├─── Launcher icons(standard icons - target mdpi width=48px)
├─── Action bar, Dialog & Tab icons(target mdpi width=32px)
├─── Small Contextual Icons(target mdpi width=16px)
├─── Notification icons(target mdpi width=24px)
|
├─── Custom size(target mdpi width=entered custom number)
└─── Free size drawable(target mdpi width=free)
```Icon Density
```
Icon Density
├─── ldpi 0.75x
├─── mdpi 1x
├─── hdpi 1.5x
├─── xhdpi 2x
├─── xxhdpi 3x
└─── xxxhdpi 4x
```Target path
```
Target path
├─── Mipmap /mipmap-mdpi ...
└─── Drawable /drawable-mdpi ...
```Illustrator Version
---
[Best Illustrator To Android Exporter Script](http://myaghobi.github.io/Best-Illustrator-To-Android-Exporter-Script/ "Best Illustrator To Android Exporter Script")License
---
```
Copyright 2023 Mohammad YaaghubiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```