ProtocolNebula / php-smartphone-icon-converter

Script written in PHP and JavaScript to convert icons in all Xamarin Smartphone required formats.

Home Page:https://icons.racs.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Smartphone Icon Converter

This script convert an app Icon to all necessary sizes for the platform (including all necessary for Xamarin). For now is only configured for iOs, Android and UWP. You can add any other configuration in config.php file.

How to use Remotelly (without download):

https://icons.racs.es/

How to use LOCALLY:

  1. Download / clone the project in your Apache/Nginx server (with php)
  2. Copy src content and set execute and write permissions to the folder (the script will create temp)
  3. Configure (if you need) the config.php file.
  4. Execute the script through Web Explorer (http://yourip/php-smartphone-icon-converter)
  5. Upload the file
  6. Once end, you get a .zip file to download

After conversion:

In VisualStudio (or your IDE), go to yourApp.Droid / yourApp.iOs -> Resources and import the files (maybe you need to delete first the old).

If is the second time you do it and all files are already registered, you can directly replace the Resource folder in each platform.

IMPORTANT:

The files only will be readed by "Xamarin" (Visual Studio) if you import them via IDE and NOT ONLY copying the files to Resource dir from Windows Explorer.

About

Script written in PHP and JavaScript to convert icons in all Xamarin Smartphone required formats.

https://icons.racs.es/

License:MIT License


Languages

Language:PHP 97.7%Language:JavaScript 1.5%Language:CSS 0.8%