Skip to content

rupeshkumar22/IconGenProcessingAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Icon Generator for Processing Android Sketches

Generate required icons for Processing Android Mode's sketch with an image. Icons are required to be placed in sketch's folder in order to sign the package as mentioned on the official website

Steps to create icons:

  • Place required image in root of this project and rename it as 'myimg.jpg'.(512x512 pixels image required)
  • Run- 'javac Mine.java' under the root directory.
  • Then Run- 'java Mine' under the root directory.

This will create the the following required icons for the the processing android mode's sketch:

  • icon-36.png
  • icon-48.png
  • icon-72.png
  • icon-96.png
  • icon-144.png
  • icon-192.png

To sign the packages it is required to place the icons in the sketch folder and to edit the package name in the Manifest file in the sketch's folder.

GitHub Repository processing-android

About

An easy icon generator from image file for processing android sketches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages