Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
/ Ninepatch-for-php Public archive

A simple script who can convert ninepatch (9-patch) images to usable images

Notifications You must be signed in to change notification settings

spidfire/Ninepatch-for-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ninepatch-for-php

A simple script who can convert ninepatch (9-patch) images to usable images

Usage:

$file = "The filename to the ninepatch image";

// final size of the image
$width = 300;
$height =  800;

$back = 'trans';// the fillup color

ninepatchResize($file, $width,$height,$back='trans')

About

A simple script who can convert ninepatch (9-patch) images to usable images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages