class Png

This is a set of PNG related libraries

Methods

static 
addOrReplaceTextInPng($png, $key, $text, $type = false)

No description

static 
removeTextChunks($key, $png, $type = false)

No description

static 
phpTextChunk($key, $text, $type = false)

No description

static 
addPngChunk($chunk, $png)

No description

Details

at line 12
static addOrReplaceTextInPng($png, $key, $text, $type = false)

Parameters

$png
$key
$text
$type

at line 20
static removeTextChunks($key, $png, $type = false)

Parameters

$key
$png
$type

at line 57
static phpTextChunk($key, $text, $type = false)

Parameters

$key
$text
$type

at line 66
static addPngChunk($chunk, $png)

Parameters

$chunk
$png