-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
using php 7.4, code is ok but not ok on php 8.0
$final_image = rand(1000,1000000).$img;
$path = "assets/image/staff/".strtolower($final_image);
$magicianObj = new imageLib($path);
$magicianObj -> resizeImage(64, 64, 'crop');
$newPath = "assets/image/staf/".$id.".jpg";
$magicianObj -> saveImage($newPath,100);
error saveImage: This is not a resource..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels