PHP Classes

File: resources/post.php

Recommend this page to a friend!
  Classes of Bruno Henrique Ferreira de Oliveira   PNG Hex Color Modifier   resources/post.php   Download  
File: resources/post.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PNG Hex Color Modifier
Replaces a color in a PNG image by another color
Author: By
Last change:
Date: 7 years ago
Size: 150 bytes
 

Contents

Class file image Download
?<?php

require_once __DIR__.'/ImageHexModPNG.php';

if(isset(
$_POST['color'])){
$aaa=new hexPNG();
$resp=$aaa->colorChanger($_POST['color']);
}

?>