Search found 1 match

by smartscript
2014-07-11T12:28:44-07:00
Forum: Users
Topic: scaleImage and remove image background
Replies: 1
Views: 1038

scaleImage and remove image background

Hi What i'm trying to do is to scale logo uploads and also make the image background transparent but only if the background is white. I'm scaling the image using PHP code below. Please can anyone help? function MakeThumb($height, $width, $original, $new_file, $mime_type) { // iMagick if(class_exists ...