2017 © Pedro Peláez
 

library php-ticons

Generate Titanium icons and splash screens - Based on Fokke Zandbergen TiCons project, see https://github.com/FokkeZB/TiCons

image

ba/php-ticons

Generate Titanium icons and splash screens - Based on Fokke Zandbergen TiCons project, see https://github.com/FokkeZB/TiCons

  • Monday, January 19, 2015
  • by b-alidra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PhpTiCons

Generate Titanium icons and splash screens
Based on Fokke Zandbergen TiCons project, (*1)

Installation:

The library is PSR-0 compliant and the simplest way to install it is via composer, simply add:, (*2)

{
    "require": {
        "ba/php-ticons": "dev-master"
    }
}

into your composer.json, then run 'composer install' or 'composer update' as required., (*3)

Example:

This example demonstrates the generation of IOS and Android icons and splash screens based on a
1024x1024 png icon file and a 2208x2208 png splash screen., (*4)

<?php
    use Econcepto\PHPTi\Medias\PhpTIcons;

    include('vendor/autoload.php');

    $generator = new PhpTIcons();
    $generator
        ->setPlatforms([PhpTIcons::PLATFORM_IPHONE, PhpTIcons::PLATFORM_IPAD, PhpTIcons::PLATFORM_ANDROID])
        ->setOutputDir(__DIR__.'/my_titanium_project');

    $generator->icons('my_base_icon.png');
    $generator->splash('my_base_splash.png');

The Versions

19/01 2015

dev-master

9999999-dev

Generate Titanium icons and splash screens - Based on Fokke Zandbergen TiCons project, see https://github.com/FokkeZB/TiCons

  Sources   Download

Apache Version 2.0

by Belkacem Alidra

icon generation mobile splash titanium

19/01 2015

0.1

0.1.0.0

Generate Titanium icons and splash screens - Based on Fokke Zandbergen TiCons project, see https://github.com/FokkeZB/TiCons

  Sources   Download

Apache Version 2.0

by Belkacem Alidra

icon generation mobile splash titanium