Andrew R Posted February 20, 2011 Share Posted February 20, 2011 Hey Guys Ok I can postion text using the GD library using the following: imagefttext($rImg, 13, 0, 105, 55, $black, $font_file,$Username); How would do the same using an image? For example whateverfunction($rImg, 13, 0, 105, 55,$ImagePath); Thanks a million. Link to comment https://forums.phpfreaks.com/topic/228281-position-images-using-gd-library/ Share on other sites More sharing options...
BlueSkyIS Posted February 20, 2011 Share Posted February 20, 2011 GD creates an image. so i don't know what you mean by 'positioning an image'. Link to comment https://forums.phpfreaks.com/topic/228281-position-images-using-gd-library/#findComment-1177194 Share on other sites More sharing options...
Andrew R Posted February 20, 2011 Author Share Posted February 20, 2011 Positioning an image uploaded inside a image created by the GD library. Link to comment https://forums.phpfreaks.com/topic/228281-position-images-using-gd-library/#findComment-1177220 Share on other sites More sharing options...
BlueSkyIS Posted February 20, 2011 Share Posted February 20, 2011 oh, i see. imagecopy(), for one. http://php.net/manual/en/function.imagecopy.php Link to comment https://forums.phpfreaks.com/topic/228281-position-images-using-gd-library/#findComment-1177223 Share on other sites More sharing options...
Andrew R Posted February 20, 2011 Author Share Posted February 20, 2011 Thanks a million! x Link to comment https://forums.phpfreaks.com/topic/228281-position-images-using-gd-library/#findComment-1177311 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.