imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

Support multiple splash icons #63

Open stelfrich opened 5 years ago

stelfrich commented 5 years ago

Add functionality to the Java-based splash screen to paint multiple small splash icons on the main logo: launcher-splash-icons

Icons ideally are PNGs with transparent background and need to be located within src/main/resources/splash in a project. They will be picked up by the splash once the JAR file of the project is installed in ImageJ/Fiji e.g. via the updater.

Closes #54.