Re: Re: [PHP] Image Generation

2008-08-20 Thread Ashley Sheridan
Hi Alex, I did reply to this, but it apparently didn't get to you. You will need to create a separate image with the text in, as GD offers no function to create text already stretched (actually, it's text offerings are sparse to say the least). You can create this image in memory if you are worryi

Re: Re: [PHP] Image Generation

2008-08-20 Thread Ashley Sheridan
Yes, if you wish to stretch text in this way then you will have to create the image and stretch. You can create the image in memory and perform the stretching on it there if you are worried about writing too many temporary images to the server. Ash www.ashleysheridan.co.uk --- Begin Message ---

Re: Re: [PHP] Image Generation

2008-08-20 Thread php
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Just to clarify some points, there is no need for this to be of print quality - it is an online representation of the vinyl they will recieve in the post. Also, the main problem I've got with GD, is generating text that