breautek commented on issue #1578: URL: https://github.com/apache/cordova-android/issues/1578#issuecomment-1489369386
I'm not aware of any third-party tools. All it needs is an image, it can be a PNG file. If you do use a PNG file, then you'll need to multiply all dimensions by 4 (xxxhpdi is x4 of the base display pixel unit). But if you're using a vector then as long as the canvas size is the display pixel, android can scale them correctly to the proper resolution by device. Android Studio itself has a Vector Asset Studio tool which can be used to import PSD or SVG files and convert them into an AVD (Android Vector Drawable). So if you have an existing SVG, this might be able to be used. Otherwise any graphic editing software that can produce PNGs or SVGs would do, but I'm not aware of anything that would generate things automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
