Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Vasyl Rusanovskyy  >  Image resize  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: Image resize
Resize, crop and add watermark to images
Author: By
Last change:
Date: 2010-04-10 05:47
Size: 573 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Зроблено Capital-Media / Капітал-Медіа рекламно-продюсерська агенція  2010р. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Приклади image.class.php</title>
</head>
<body>
<img src="img.php?file_img=img/image1.jpg&size=300" alt="" /> 
<img src="img.php?file_img=img/image2.png&size=300" alt="" />
<img src="img.php?file_img=img/image3.jpg&size=300" alt="" />
<img src="img.php?file_img=img/image4.gif&size=300" alt="" />
</body>
</html>