redbrad0 Posted April 1, 2007 Share Posted April 1, 2007 I need to dynamically create a image which I have attached to this post. Now I can create a dynamic image, with text and the barcode but the problem is when the next needs to go vertical and same with the barcode. I am using the imagecreatefrompng to load the template image into a variable and then using lines like below to write the text. So how can I write vertical and if I am creating approx 500 of these images every day should I look at doing this a different way then just using png files? imagestring($im, $font, "362", "35", $TicketConfirmation, $black); [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/45154-dynamic-images-in-php-writing-text-vertical/ Share on other sites More sharing options...
Barand Posted April 1, 2007 Share Posted April 1, 2007 imagestringup() or imagettftext() with text angle of 90 or 270 Link to comment https://forums.phpfreaks.com/topic/45154-dynamic-images-in-php-writing-text-vertical/#findComment-219213 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.