|
|
|
|
Title: PHP Tutorials: Creating Images with PHP
Added: Feb 17, 2009
Author: phpacademy
Duration: 9:54
Description:
The fundamentals of creating an image in PHP using GD Library support. This tutorial shows you how to create a simple image with welcome text and a name to follow. For example, 'Welcome to phpacademy, Alex'Official websitehttp://phpacademy.orgSupport Forumhttp://phpacademy.org/forumFollow us on Twitter!http://twitter.com/phpacademy
Related Videos:
Videos related to 'PHP Tutorials: Creating Images with PHP'
Channel: Education
Tags: php tutorial tutorials help me learn learning lesson lessons teach teaching video videos image gd library support jpeg jpg bmp bitmap picture create creating
php tutorial tutorials help me learn learning lesson lessons teach teaching video videos image gd library support jpeg jpg bmp bitmap picture create creating
Youtube Comments: 64
vbtutpro Says:
Jul 3, 2011 - i love this tutorials realy i didn't know that you can make pictures with PHP THATS AMAIZING *good thing about it is that you can make some text that the user cannot copy (you forse him (or her) to monually type something again ANYWAY GREAT TUTORIALS
MrRobinatorzzz Says:
Jul 15, 2011 - Just a question for the background, can u use an photoshopped image? as background with text on it?
idiotrun1997 Says:
Jul 25, 2011 - How would it be useful to generate an image with PHP?
Hug0101 Says:
Jul 26, 2011 - How could it not be useful to generate an image with PHP. It means you could generate signatures for your users to use on your website as well as other people's websites (forums), that kind of thing.
Hug0101 Says:
Jul 26, 2011 - You can use any image you want as the background image.
MrRobinatorzzz Says:
Jul 28, 2011 - Already found it , but it's diffucult for some exact positions :p
Hug0101 Says:
Jul 29, 2011 - Could you send me a link via Youtube Messaging? :)
TrojanSpike1 Says:
Sep 16, 2011 - that's awesome
goofy3256 Says:
Nov 2, 2011 - how do i change the size of the image text?
tinhnguyenbn Says:
Nov 13, 2011 - some errors when try to create unicode text image ! Descript the solution about ! Ths
zakamid Says:
Dec 5, 2011 - Wonderful Tutorial
fruitman89 Says:
Jan 23, 2012 - if i open the .php page in my webbrowser, it will download it and i can't see a image. If i make a link to the page it also downloads it. can someone help me?
iRouRoui Says:
Jan 29, 2012 - My teacher said that the way you get your text width is wrong. If the text was bold etc, it won't get the correct size, he said something about other functions to get the actual size (considering the font, and text size) but i have no idea what he means..
Carlitta87 Says:
Feb 12, 2012 - soooo ffffaassttttt.....scrise...
designertahir Says:
Feb 25, 2012 - Dear install Xampp in your machine if you are using Windows... or upload to your hosting site.. it will work.... :)
designertahir Says:
Feb 25, 2012 - Sir ALEX, You are a very Good TEACHER.You are developing interest for learn more and more..BundlesssSSS of ThankssSSSSSSS
Techible Says:
Mar 9, 2012 - Do you think you could make a tutorial for making images using imagemagick?
BasilandBarbells Says:
Mar 29, 2012 - change the font size
mattedj Says:
Mar 29, 2012 - Thanks for the clear instructions!
semaca2005 Says:
Mar 30, 2012 - how to chose a font for the text?
semaca2005 Says:
Mar 30, 2012 - yes and you can make something like this src="texttoimage.php ? text=Welcome" and in the texttoimage.php make the $message variable = $ _get['text'];so you can use the texttoimage.php for other images
zeldarules8 Says:
May 2, 2012 - Is it possible to create a program in which you can view this newly created image in a page with other content (because you changed the header to make the content view as a jpeg)?
xXjose130Xx Says:
May 5, 2012 - make the image script on a php file and in a separate html/php file use an img tag like:img src="welcomeimage.php"
shtefyx Says:
May 27, 2012 - How can I set the background to a specific image?












jimjimmy1995 Says:
Jul 2, 2011 - @phpacademy Can you set the background to an image instead of solid color? Say I wanted to create a default avatar for the users that was personalized with their username but I wanted an image with text on it not just a boring solid color background.