- Posts: 13
- Thank you received: 0
Are you enjoying the extensions? Did you like the support? Help others decide.
Leave a review<?php
$file = $_GET['pfile'];
$size = $_GET['size'];
header('Content-type: image/jpeg');
list($width, $height) = getimagesize($file);
$modwidth = $width * $size;
$modheight = $height * $size;
$tn= imagecreatetruecolor($modwidth, $modheight);
$source = imagecreatefrompng($file);
imagecopyresampled($tn, $source, 0, 0, 0, 0, $modwidth, $modheight, $width, $height);
imagejpeg($tn, null, 100);
?>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<img src="/images/abonamente-service-calculatoare.png" border="0" alt="Abonamente service calculatoare Bucuresti" title="Abonamente service calculatoare Bucuresti">
<img title="Service calculatoare Bucuresti" src="/images/hosting-gazduire.png" alt="Service calculatoare Bucuresti" border="0">
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Simplify Your Web is not affiliated with or endorsed by The Joomla! Project™ or Open Source Matters.
The Joomla!® name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.