redwarp/9-Patch-Resizer

Question: How do you use this? SOLVED

yahya-uddin opened this issue · 4 comments

Sory newbie question, but how do you even run this application?

Well, you launch the .exe or .jar (double clicking works most of the time, but if not, open a terminal and run "java -jar resizer_x.x.x.jar")
Then, in the window, you select your resource input density. (Like, if you have been working on a xxhdpi asset, you would select that from the drop down list). You then select the output densities you want to generate, then you drag and drops your xxhdpi png files in the window, and voila!
It will create folders named xxhdpi, xhdpi, or any relevant output densities you chose.

I can't find ANY .exe or .jar file! Can you please tell me the path name. The closest one I found is Resizer.eml (which my comp says is a email message)

You can either build it yourself, or download them from the release section of the project. Did you check the release section ?

Okay so I so did not know about the release section so thanks!!!