uger"
Cc: "php-windows"
Sent: Friday, September 06, 2013 12:54 PM
Subject: Re: [PHP-WIN] GD imagerectangle() function - background
transparency?
On Fri, Sep 6, 2013 at 11:13 AM, Jacob Kruger wrote:
Well, here's one of the test images - literally just a test
On Fri, Sep 6, 2013 at 11:13 AM, Jacob Kruger wrote:
> Well, here's one of the test images - literally just a test image I took of
> a pseudo-toy a while ago:
> https://dl.dropboxusercontent.com/u/13327195/13771158254.png
>
> And, here's the current output/finished off version:
> https://dl.dropbo
From: "Pierre Joye"
To: "Jacob Kruger"
Cc: "php-windows"
Sent: Friday, September 06, 2013 10:45 AM
Subject: Re: [PHP-WIN] GD imagerectangle() function - background
transparency?
thanks, but I was asking for the source image(s) and the resulting
image (u
Biker
> Skype: BlindZA
> '...fate had broken his body, but not his spirit...'
>
> - Original Message - From: "Jacob Kruger"
> To:
> Cc: "Pierre Joye"
> Sent: Friday, September 06, 2013 8:39 AM
>
> Subject: Re: [PHP-WIN] GD imagerect
uot;Pierre Joye"
Sent: Friday, September 06, 2013 8:39 AM
Subject: Re: [PHP-WIN] GD imagerectangle() function - background
transparency?
Effectively, I've got sort of template images, and want to sort of draw
multiple outline boxes onto them where users can then choose one to then
ins
a
link, and source code, etc.
Thanks
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
- Original Message -
From: "Pierre Joye"
To: "Jacob Kruger"
Cc: "php-windows"
Sent: Friday, September 06, 2013 7:
hi!
On Thu, Sep 5, 2013 at 10:35 PM, Jacob Kruger wrote:
> Just wondering, if I load an existing image into an image resource, and then
> draw a rectangle on it using the GD imagerectangle() function, and
> specifically not using the imagefilledrectangle() function, does the new
> rectangle/bo
hi
this the script i use in www.biere.org
you can see it in action at
http://www.monsieur-biere.com/liste/secondairelmc.php3?type=type&type2=BIERE+DE+NOEL&page=1
i use the same script in rhe shopping cart and in the order form
it test if the file exist and resize it at predefined size or peoduce
This following bit of code will create a thumbnail of size $thumb_width x
$thumb_height based off of the initial file $file_location. Current GD
libraries don't work on GIFs, so that's not an option. You can use the
relative PNG functions in place of the jpeg functions, however.
// Create New Ima
Its a lot easier just to download the pre-compilled version of PHP. The
extended package also contains the .dll used for GD.
PHP 4.3.1 Zip Package can be downloaded from
http://www.php.net/get/php-4.3.1-Win32.zip/from/a/mirror
The installer does not come with GD to my knowledge, hence why you mus
yes
I used GD2
"Rich Gray" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > I'm using php 4.3.1 on a Windows XP and I use IIS 5.1 as a
> > server.I tried to
> > use GD lib but is seems like the built in support of bundle GB is
missing.
> > Maybe I'm missi
>
> I'm using php 4.3.1 on a Windows XP and I use IIS 5.1 as a
> server.I tried to
> use GD lib but is seems like the built in support of bundle GB is missing.
> Maybe I'm missing something but for me someone forgot to include boundled
> libgd in Windows version. I that true?
>
> So can anyone tell
they have PHP 4 installed
- Original Message -
From: Chris Kranz
To: [EMAIL PROTECTED]
Sent: Wednesday, January 29, 2003 7:33 PM
Subject: RE: [PHP-WIN] GD library for jpeg?
I could be wrong, but aren't some of the older versions of PHP without
JPEG gd lib ab
inal Message -
From: Dash McElroy
To: Afan Pasalic
Sent: Wednesday, January 29, 2003 7:11 PM
Subject: Re: [PHP-WIN] GD library for jpeg?
It sounds as if your browser doesn't have support for PNG's, or you're
sending a wrong header... What browser version are you using?
Sounds
nuary 29, 2003 7:11 PM
Subject: Re: [PHP-WIN] GD library for jpeg?
It sounds as if your browser doesn't have support for PNG's, or you're
sending a wrong header... What browser version are you using?
Sounds like your hosting company doesn't have JPEG support built in. How
sad.
hi
i ve been workin with unicode for the last few months n i think ill
be able to help you if u ll pleez be a bit more precise bout this
why do u want to write in bitmap
do u want to use it with php or what
if u just wanna type sumthin in unicode from left to write in a
bitmap file selec
And the million$ question is... can you get true type fonts to work?
I have tried absolute paths, putting the fonts in a font directory in the
same drive as my system, same drive as the web root and all to no avail.
Help?
> -Original Message-
> From: Kit Kerbel [mailto:[EMAIL PROTECTED]
Mark Filipak <[EMAIL PROTECTED]> wrote:
> I'm about as rank a newbie as you could imagine so please forgive me
> if I err, but doesn't line 3 below ('/*') comment out the entire PHP
> code block?
>
>> > // button.php
>> /*
>> define("TextFONT", "3");
>>
>>
Erm, yes. I cannot believe that I m
ImageString($imgFRAME, TextFONT, 1, 1, $txt, $fgCOLOR);
>
> header("Content-type: image/gif");
> ImageGIF($imgFRAME);
> ImageDestroy($imgFRAME);
> ?>
>
> called by:
>
>
>
> > -Original Message-
> > From: Stuart Dallas [mailt
Brian McGarvie <[EMAIL PROTECTED]> wrote:
> Any configuration points to check out?
> win2k server, iis5, php 4.2.1...
Do you have register_globals set to on or off? The code you're using needs
it to be on for it to work. If that is the problem you would be better off
modifying the code to use the
2002 10:03 AM
> To: Brian McGarvie; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] GD...
>
>
> Brian McGarvie <[EMAIL PROTECTED]> wrote:
> > Any Ideas?
>
> Show us your code and we'll see if we can identify the problem.
> Unfortunately we're not mind
Brian McGarvie <[EMAIL PROTECTED]> wrote:
> Any Ideas?
Show us your code and we'll see if we can identify the problem.
Unfortunately we're not mind readers.
--
Stuart
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for replying, I had untagged the - extention="GD2.DLL" - which isn't
nessesairy at all.
The extention="GD.DLL"- or what it suppose to do is now standard included
(supported) by PHP.
This means the problem is solved now :0)
By the way, I am using Windows 98 with Xitami webserver, partly lo
Hi,
> 1st - GD (even in the binaries) must be compiled manually ( I have no
compiler)
Then tell me, which options to use to compile and I'll compile it for
you.
You told me, your server hangs if you use precompiled binaries ...
Maybe you try on of these solutions:
- Update MicrosoftVisualC Ru
php4win.de
Look for php_gd2.dll,
A+
Alain
-Original Message-
From: Alberto. Sartori [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 8:07 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] GD library update
Hi guys, I'm looking for a new version (altready compiled as .dll) of GD
librar
http://www.phpbuilder.com/columns/allan2830.php3
A+
Alain
-Original Message-
From: Marcel Besancon [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 09, 2002 2:58 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] gd-library ...
Hi,
is there a way to use the gd-library under WinXP?? I
Phil Driscoll wrote:
> I've just installed the full Windows binary distribution on my NT4 box, and
> in php.ini set my extension dir to ./extensions/ and uncommented the gd dll
> extension line. PHP starts up perfectly.
>
> Are you 100% sure you get no sensible error messages when you run php.ex
ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 28, 2001 3:37 AM
Subject: Re: [PHP-WIN] gd/apache1.3/WinNT
> For me, it was pretty much a trial and error. I at first had most
of
> the
> dll's included in the php.ini file (ie. extension=php_??.dll
> uncommented).
> T
On Wednesday 27 June 2001 11:37, Edmund wrote:
>
> Yup. They are. Actually, even when I upgraded my previous php
> installation with 4.05, it still couldn't load the gd dll file,
> or at least, that dll file was making php choke.
I've just installed the full Windows binary distribution on my N
Christian Sandfeld wrote:
>
Hi Christian,
> I'm new to the list, so I didn't get the full story. But I fealt like
> throwing in my 2 cents anyway. I'm running IIS4 on NT4.0 SP6, and was
> experiencing great difficulties getting PHP 4.0.5 to work when loading the
> PDF and GD .DLL's. I never both
11:19
To: Edmund; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] gd/apache1.3/WinNT
On Wednesday 27 June 2001 02:49, Edmund wrote:
>
> Nope. What I get is an "Abnormal program termination" without any
> display or log as to what is making php choke.
Just to che
Phil Driscoll wrote:
>
> On Wednesday 27 June 2001 02:49, Edmund wrote:
> >
> > Nope. What I get is an "Abnormal program termination" without any
> > display or log as to what is making php choke.
>
> Just to check, are the php and the gd dll both from the same php distribution?
> If so is it 4
On Wednesday 27 June 2001 02:49, Edmund wrote:
>
> Nope. What I get is an "Abnormal program termination" without any
> display or log as to what is making php choke.
Just to check, are the php and the gd dll both from the same php distribution?
If so is it 4.0.6?
Cheers
--
Phil Driscoll
--
P
Phil Driscoll wrote:
>
> Try running e:/apache/cgi-bin/php.exe -i from the command line. You will
> probably get an error message to tell you exacly what's wrong.
>
Nope. What I get is an "Abnormal program termination" without any
display or log as to what is making php choke.
I know, or at
Try running e:/apache/cgi-bin/php.exe -i from the command line. You will
probably get an error message to tell you exacly what's wrong.
Cheers
--
Phil Driscoll
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Actually all versions of GD support JPEG and PNG. GIF is only supported by
older versions of GD and the one I was refering to for PHP4. If you still use
php3 you can look in the archive of this list at MARC, I seem to remember
that someone asked for & found a php3 version of GD about 2 months ago.
Hi, Alain and Frank!
Thank you for the links but this is a lib for gifs and php 4.01 and 4.04.
What about php 3 and jpg/png?
Alex.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
Yuo can download php_gd.dll, and other extensions, from www.php4win.de
- Frank
> Hi,
> I'd like to get the GD lib for PHP but don't know where is it. I checked
> php.net but there only link to the source code. Is there any dll or
> something that doesn't require me to compile? I use NT 4.0.
>
>
See:
http://php.weblogs.com/php_gd
Alain
On Sat, Mar 10, 2001 at 01:55:58PM -, Alex wrote:
> Hi,
> I'd like to get the GD lib for PHP but don't know where is it. I checked
> php.net but there only link to the source code. Is there any dll or
> something that doesn't require me to compile? I u
You forgot a ")" on the first line of the script:
Header("Content-type: image/png");
Alain
On Sun, Jan 14, 2001 at 02:20:15AM -0800, Paul Trapnell wrote:
> BlankA newbie just needs a wee bit of gd guidance. clicking a GD test file
> prompts a "download" dialogue to pop up, or, on a second test f
40 matches
Mail list logo