PHP Classes

File: test.jpegxreducer.php

Recommend this page to a friend!
  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: 19 years ago
Size: 92 bytes
 

Contents

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


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