Brand Ambassador

Sean Has Been a Brand Ambassador For

‘Scotiabank’, ‘/wp-content/uploads/2017/09/amb_tangerine.jpg’ => ‘Tangerine’, ‘/wp-content/uploads/2017/09/amb_hrblock.jpg’ => ‘H&R Block’, ‘/wp-content/uploads/2017/09/amb_intuit.jpg’ => ‘Intuit TurboTax’, ‘/wp-content/uploads/2017/09/amb_hoop.png’ => ‘Healthcare of Ontario Pension Plan’, ‘/wp-content/uploads/2017/09/amb_kanetix.jpg’ => ‘Kanetix’, ‘/wp-content/uploads/2017/09/amb_ratesupermarket.gif’ => ‘Rate Supermarket’, ‘/wp-content/uploads/2017/09/amb_feeduck.png’ => ‘Fee Duck’, ]; foreach ($logos AS $logo => $name) { $url = ‘https://seancooperwriter.com’ . $logo; switch (substr($url, -3)) { case ‘png’: $image = imagecreatefrompng($url); break; case ‘jpg’: $image = imagecreatefromjpeg($url); break; case ‘gif’: $image = imagecreatefromgif($url); break; } list($width, $height) = getimagesize($url); $new_height = 50; $new_width = $width * ($new_height / $height); $image_p = imagecreatetruecolor($new_width, $new_height); // for GIFs: // imagecolortransparent($image_p, 127<<24); imagealphablending($image_p, false); imagesavealpha($image_p, true); imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height); // Output ob_start(); imagepng($image_p, null, 9, PNG_ALL_FILTERS); $image_data = ob_get_contents(); ob_end_clean(); $image_data_base64 = base64_encode($image_data); $content .= '‘; } file_put_contents($file, $content); echo $content; } ?>
Sean Cooper works with companies as a brand ambassador, influencer and spokesperson. He uses his large social media following to get messages across in an authentic way, helping increase brand awareness. Companies he’s worked with include Scotiabank, Tangerine, H&R Block, TurboTax, HOOPP, Kanetix, RateSupermarket and feeDuck.