PHP Classes

File: test.jpegreducer.php

Recommend this page to a friend!
  Classes of Huda M Elmatsani   JPEG Reducer   test.jpegreducer.php   Download  
File: test.jpegreducer.php
Role: Example script
Content type: text/plain
Description: example
Class: JPEG Reducer
Reduce a JPEG file size adjusting its quality
Author: By
Last change:
Date: 19 years ago
Size: 128 bytes
 

Contents

Class file image Download
<?php
require("class.jpegreducer.php");


$im = new JPEGReducer("jakarta.jpg",10000);
$im->OutputImage("jakarta1.jpg");
?>