文件名称:图片:使用具有表现力的API处理图片
文件大小:17KB
文件格式:ZIP
更新时间:2024-02-26 11:59:10
php image imagick gd PHPPHP
使用具有表现力的API处理图像 图像操作不必很困难。 以下是有关此程序包如何使其非常易于操作图像的一些示例。 use Spatie \ Image \ Image ; // modifying the image so it fits in a 100x100 rectangle without altering aspect ratio Image :: load ( $ pathToImage ) -> width ( 100 ) -> height ( 100 ) -> save ( $ pathToNewImage ); // overwriting th