Snippets tagged “imagejpeg”
2 snippets use this tag.
- php resize image on uploadPHP
To resize an image on upload in PHP, you can use the getimagesize function to determine the dimensions of the image, then use the imagecreatetruecolor function to create a new image with the desired dimensions.
- Save image from url with curl PHPPHP
To save an image from a URL using PHP and cURL, you can use the following function: