max_cohen/image-resize-rectangle

调整大小,矩形,居中 .gif, .jpeg, .png 图像文件

0.4.0 2022-11-13 11:50 UTC

This package is not auto-updated.

Last update: 2024-10-01 02:43:52 UTC


README

调整大小,矩形,居中 .bmp, .gif, .jpeg, .png, .wbmp, .webp 图像文件

示例

<?php

require 'vendor/autoload.php';

$inputFile = 'example.png';

$resizedFile = imageResizeRectangleCenter($inputFile, 100, true);

echo $resizedFile;