Login   Register  
PHP Classes
elePHPant
Icontem

File: test.jpegxreducer.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.jpegxreducer.php  >  Download  
File: test.jpegxreducer.php
Role: Example script
Content type: text/plain
Description: example: one line call
Class: JPEG Reducer
Reduce a JPEG file size adjusting its quality
Author: By
Last change:
Date: 2004-11-24 20:59
Size: 92 bytes
 

Contents

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


JPEGXReducer::Image("jakarta.jpg",35000);
?>