{"id":1473,"date":"2023-04-28T07:29:21","date_gmt":"2023-04-28T07:29:21","guid":{"rendered":"https:\/\/goldenoriole.in\/?page_id=1473"},"modified":"2023-04-28T09:38:51","modified_gmt":"2023-04-28T09:38:51","slug":"1473-2","status":"publish","type":"page","link":"https:\/\/goldenoriole.in\/index.php\/1473-2\/","title":{"rendered":"php test"},"content":{"rendered":"<p><?php\n\/\/ Set the maximum size of the output image in pixels\n$max_width = 1200;\n$max_height = 900;\n\n\/\/ Set the input and output file names\n$input_file = 'input_image.jpg';\n$output_file = 'output_image.jpg';\n\n\/\/ Load the input image\n$input_image = imagecreatefromjpeg($input_file);\n\n\/\/ Get the dimensions of the input image\n$width = imagesx($input_image);\n$height = imagesy($input_image);\n\n\/\/ Calculate the new dimensions of the output image\nif ($width > $height) {<br \/>\n    $new_width = $max_width;<br \/>\n    $new_height = ($height \/ $width) * $max_width;<br \/>\n} else {<br \/>\n    $new_height = $max_height;<br \/>\n    $new_width = ($width \/ $height) * $max_height;<br \/>\n}<\/p>\n<p>\/\/ Create the output image<br \/>\n$output_image = imagecreatetruecolor($new_width, $new_height);<\/p>\n<p>\/\/ Resize the input image to the new dimensions and copy to output image<br \/>\nimagecopyresampled($output_image, $input_image, 0, 0, 0, 0, $new_width, $new_height, $width, $height);<\/p>\n<p>\/\/ Save the output image to file<br \/>\nimagejpeg($output_image, $output_file);<\/p>\n<p>\/\/ Free up memory by destroying the images<br \/>\nimagedestroy($input_image);<br \/>\nimagedestroy($output_image);<br \/>\n?><\/p>\n<p><!DOCTYPE html><br \/>\n<html><br \/>\n<head><br \/>\n\t<title>Resized Image<\/title><br \/>\n<\/head><br \/>\n<body><\/p>\n<h1>Resized Image<\/h1>\n<p>\t<img decoding=\"async\" src=\"<?php echo $output_file; ?>&#8221; alt=&#8221;Resized Image&#8221;><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Resized Image Resized Image<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1473","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/pages\/1473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/comments?post=1473"}],"version-history":[{"count":8,"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/pages\/1473\/revisions"}],"predecessor-version":[{"id":1514,"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/pages\/1473\/revisions\/1514"}],"wp:attachment":[{"href":"https:\/\/goldenoriole.in\/index.php\/wp-json\/wp\/v2\/media?parent=1473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}