Login   Register  
PHP Classes
elePHPant
Icontem

File: test.jpegreducer.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-11-24 20:57
Size: 128 bytes
 

Contents

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


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