apetools icon indicating copy to clipboard operation
apetools copied to clipboard

Not generating full range of icons/splashscreens

Open AnilGupte opened this issue 4 years ago • 1 comments

The icons and splash screens that are being generated by apetools do not match all the required assets in Ionic 5. For example:

<App Dir>\android\app\src\main\res\mipmap-mdpi contains three files: ic_launcher.png (72x 72pixels) ic_launcher_foreground.png (108 x 108 pixels) ic_launcher_round.png (48 x 48 pixels)

And none these are present in the files generated by apetools. I did find some matching files by comparing resolutions such as <App Dir>\android\app\src\main\res\drawable\splash.png can use

bundle\ionic\resources\android\splash\drawable-land-mdpi-screen.png

Can you (a) Add the additional files, and (b) Point me to a resource that matches files generated by apetools to files in the App res directories? (or confirm there is none such and I will start a document that begins to document that?)

I generated the files on the website: https://apetools.webprofusion.com/#/tools/imagegorilla I assume the git version will do the same. TIA

AnilGupte avatar Nov 30 '20 05:11 AnilGupte

+1

isAlmogK avatar Jan 17 '21 12:01 isAlmogK