PHP Classes

File: example.php

Recommend this page to a friend!
  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: 14 years ago
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>