Skip to content

peperzaken/iPhone-optimized-PNG-reverse-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP script that reverses the iPhone PNG optimalisation by Peperzaken

INTRODUCTION

You can use this script to reverse the optimalisation process that Apple uses. It seems to be compatible with all the optimalisations that Apple does. For more info check out our blog post.

IMPLEMENTING THE SCRIPT

<?php
// Include the class
include 'Peperzaken/Ios/DecodeImage.php';

// Initialize the class an set the source
$processor = new Peperzaken_Ios_DecodeImage('[email protected]');

// Process the image en write it to this path
$processor->decode('[email protected]');
?>

We'l be adding more documentation to the code as we build it in to our project.

About

Using only PHP we reverse the iPhone optimalisation Apple's build process does on packing the .app file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published