// Check if the current page URL matches the catalog page URL if ($_SERVER['REQUEST_URI'] == '/catalog-page.php') { // Load the image $image = imagecreatefromjpeg('example.jpg'); // Get the current dimensions of the image $width = imagesx($image); $height = imagesy($image); // Set the new dimensions $newWidth = 170; // new width $newHeight = 170; // new height // Create a new image with the new dimensions $newImage = imagecreatetruecolor($newWidth, $newHeight); // Resize the image imagecopyresampled($newImage, $image, 0, 0, 0, 0, $newWidth, $newHeight, $width, $height); // Save the resized image imagejpeg($newImage, 'resized_image.jpg'); // Free up memory imagedestroy($image); imagedestroy($newImage); }
Added wishlist
Supplier Information | Privacy Policy | Terms & Conditions


Pres-On is a Manufacturer of Foam Tape Products and Cap Liners

Login