473,569 Members | 2,813 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Off-the-Shelf PHP Solutions - Dynamic Image Creation

I'm doing a bid for a client on development, and I'm looking for a PHP
solution for creating on-the-fly images (previews of business card and
invitation designs) based on user input.

Can someone help me find a solution source?

Thanks.

KD
Jul 17 '05 #1
3 1482
On 2 Dec 2004 10:38:46 -0800, in**@y4hdesigns .com (Kevin Davis) wrote:
I'm doing a bid for a client on development, and I'm looking for a PHP
solution for creating on-the-fly images (previews of business card and
invitation designs) based on user input.

Can someone help me find a solution source?


How much of the profits will you share?
--
gburnore@databa six dot com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
=============== =============== =============== =============== ===============
Want one? GET one! http://signup.databasix.com
=============== =============== =============== =============== ===============
Jul 17 '05 #2
I remember a site that did this using a plugin for photoshop I think
(not a PHP solution, but maybe a start)
http://www.cooltext.com/
They have a "contact us". Maybe they can give you some hints
"Kevin Davis" <in**@y4hdesign s.com> wrote in message
news:5a******** *************** **@posting.goog le.com...
I'm doing a bid for a client on development, and I'm looking for a PHP
solution for creating on-the-fly images (previews of business card and
invitation designs) based on user input.

Can someone help me find a solution source?

Thanks.

KD

Jul 17 '05 #3
"David" <no*@thisaddres s.comDONT_REPLY _BY_EMAIL_USE_G ROUP_PLEASE> writes:
I'm doing a bid for a client on development, and I'm looking for a PHP
solution for creating on-the-fly images (previews of business card and
invitation designs) based on user input.

Can someone help me find a solution source?
I remember a site that did this using a plugin for photoshop I think
(not a PHP solution, but maybe a start)
http://www.cooltext.com/
They have a "contact us". Maybe they can give you some hints


Don't know how desperate you are, but we do have a few live
demos (including source) that show you how to create an image using
any font/text you desire. It would be a start.

http://www.thebook.com/php

Hope this helps!

--
John
_______________ _______________ _______________ _______________ _______
John Murtari Software Workshop Inc.
jmurtari@follow ing domain 315.635-1968(x-211) "TheBook.Co m" (TM)
http://thebook.com/
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
12413
by: Frank | last post by:
Whats best : register_globals ON ? OR register_globals OFF ? I currently use: $_POST
14
3288
by: lkrubner | last post by:
If I set a variable at the top of my code like this: $name = "Lawrence"; It is now a global variable. If, later on, in a function, I want to do this: function uppercaseName() { global $name;
111
14291
by: Retlak | last post by:
The recommended (on dozens of websites) and effective (works in Netscape, MSIE, Mozilla, probably others) way to detect if a browser has Javascript turned off is to put this in the <head>: <noscript> <meta http-equiv="refresh" content="1;url=http://yourURL/nojscript.html"> </noscript> This redirects to a doc which typically says "You...
8
4425
by: Siemel Naran | last post by:
Hi. How to check if a bit is off? To check if a bit is on we do return d_flags & flag; where flag is one flag. To check if a bit is off would this work? return ~d_flags & flag;
2
9477
by: Andy | last post by:
Could anyone tell me how to round off a number to certain significant figures using C++? For example, how to round off a number 12567 to 13000 (2 significant figures)?
12
3265
by: aeldaly | last post by:
Hello all, My shared server provider has register_globals on. I checked by running php_info(); from within a file. I would like to turn this off, but asking them to turn it off just for me will not work. I tried adding the following lines to the .htaccess file: <IfModule mod_php4.c> php_flag register_globals off </IfModule>
33
2478
by: Chris Croughton | last post by:
I notice the real reason for not posting "off-topic" here is that the result will be a long thread on whether the matter is off-topic or not -- caused by the very people who claim that they don't want to see off-topic discussions posting off-topic messages complaining about the lack of topicality! Messages saying *PLONK* are also off-topic,...
2
7184
by: tvnaidu | last post by:
I am looking for status button html code, should be in a rectangle box, one is ON and other one is OFF, red color for OFF and Green for ON. status depends on a variable called "stat_var", if it is 1 means ON (Green) and if it is zero means OFF(Red) thanks.
16
2884
by: tvnaidu | last post by:
I have these two ON and OFF buttons html code below, based on condition I am displaying status on screen(I have mutliple lines for each LED), my row shifting when some displaying ON and some displaying OFF, because ON button is smaller than OFF (ON is 2 character and OFF is 3 character), Is there anyway I can specify for both should take fixed...
0
1527
by: hemyd | last post by:
plz i need ahelp to read off file & store all data in it off file structure:- ----- OFF number of verices number of surfaces number of edges x y z fo each vertex
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7679
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5223
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.