IMages
Moderators: onion2k, General Moderators
Well .. to get you started ..
http://www.ooer.com/phphoto/index.php
PHPhoto is sort of "photoshop written in PHP". Upload an image using the Upload option under the File menu, then add some text using the Text option under the Drawing menu. I think it's relatively straightforward to understand it all. There's more about the project, and the source code for 0.2 available at:
http://www.ooer.com/index.php?section=p ... ct=phphoto
It's faaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaar from finished though.
http://www.ooer.com/phphoto/index.php
PHPhoto is sort of "photoshop written in PHP". Upload an image using the Upload option under the File menu, then add some text using the Text option under the Drawing menu. I think it's relatively straightforward to understand it all. There's more about the project, and the source code for 0.2 available at:
http://www.ooer.com/index.php?section=p ... ct=phphoto
It's faaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaar from finished though.
Basicly my project it's for Tshirt website where the customer can upload the picture an add some text , then I can save the values in database . Thanksonion2k wrote:Well .. to get you started ..
http://www.ooer.com/phphoto/index.php
PHPhoto is sort of "photoshop written in PHP". Upload an image using the Upload option under the File menu, then add some text using the Text option under the Drawing menu. I think it's relatively straightforward to understand it all. There's more about the project, and the source code for 0.2 available at:
http://www.ooer.com/index.php?section=p ... ct=phphoto
It's faaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaar from finished though.
http://www.carolinaartgallery.com/osCom ... /index.php
I have included that project on my website at the adress above.
I want to be able to change color and change the font shape , any ideas how to do that ?
I have included that project on my website at the adress above.
I want to be able to change color and change the font shape , any ideas how to do that ?
Hmm.. you seem to have missed the point here.. You can't just install it and expect it to work exactly the way you want. I was suggesting that you take some of the code from PHPhoto (the text writing stuff) and create a new script based on it that integrates with your shop. What you're asking for is actually relatively complicated.
How much experience do you have in PHP?
How much experience do you have in PHP?
Not that much in PHP. I came from C++ BackGround. I understand what you were talking about. I have copied things to my website and started customizing. If you look at it now it's not exactly as the original. I have removed some things. I'm studying the code now to see where I will have control of things. After I get to the point where there is what I need, I will try to implement that in my store.onion2k wrote:Hmm.. you seem to have missed the point here.. You can't just install it and expect it to work exactly the way you want. I was suggesting that you take some of the code from PHPhoto (the text writing stuff) and create a new script based on it that integrates with your shop. What you're asking for is actually relatively complicated.
How much experience do you have in PHP?