[PHP-WIN] GD Library vs ImageMagick

2003-08-22 Thread Arijit Chaudhuri
I need to implement the following: a) Get the image height and width of images b) Create thumbnails and other lower resolution images from one high res image The site is expected to handle a large number of such operations with bulk uploaded images. Which would be better for implementation - gd

[PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
I tried an example from php.net site: ?php header (Content-type: image/png); $im = @imagecreate (50, 100) or die (Cannot Initialize new GD image stream); $background_color = imagecolorallocate ($im, 255, 255, 255); $text_color = imagecolorallocate ($im, 233, 14, 91); imagestring ($im, 1, 5,

Fw: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
-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. -Dash He's just a politician trying to save both his faces

RE: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Chris Kranz
seem to remember it clearly, that's why I used NetPBM instead at the time... chris kranz fatcuban.com -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 12:19 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Fw: [PHP-WIN] GD library

RE: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Chris Kranz
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Fw: [PHP-WIN] GD library for jpeg? That would be strange - Explorer 6.0. And hosting company is pair.com - pretty high ranked hosting co. What could be the easiest way to check that, to be sure? Afan - Original Message - From: Dash

Re: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
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 ability

Re: Fw: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
Actually, you're right. They don't host on Windows. But, isn't the same GD library used on both OS? Afan - Original Message - From: Christoph Grottolo To: Afan Pasalic Sent: Wednesday, January 29, 2003 7:40 PM Subject: Re: Fw: [PHP-WIN] GD library for jpeg? Hi [EMAIL

Re: Fw: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Christoph Grottolo
[EMAIL PROTECTED] (Afan Pasalic) wrote: Actually, you're right. They don't host on Windows. But, isn't the same GD library used on both OS? Afan Basically yes. But on Windows most people use precompiled versions (same binaries) while it's quite common to compile oneself on other OSs. Maybe

[PHP-WIN] GD Library

2002-12-14 Thread Clay Culver
Hi, I would like to know where I can download the gd library that is already precompiled in to a dll. Seems every where I search it's uncomplied and I do not have a complier on my system (nor the need nor wish to install one). The server is a Windows server if that helps any, running

[PHP-WIN] gd library

2002-09-20 Thread kivanc urgancioglu
How can I install gd library support for php under windows? I get the zip file for gd but I couldn't understand how to install it. __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP Windows Mailing List

[PHP-WIN] gd library with gif support for latest php build

2002-08-17 Thread Daniel Gustafsson
Is there a patched gd module available for windows somewhere? I really need gif support. What alternatives are there out there btw? Any neat utility/module that can convert gif - png (or whatever) on the fly? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] GD library update

2002-03-15 Thread Alberto. Sartori
Hi guys, I'm looking for a new version (altready compiled as .dll) of GD library. Anyone can help me? Thanks, Alb Alberto Sartori - Developer Hard Programming Dep. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] GD library update

2002-03-15 Thread alain samoun
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

[PHP-WIN] gd-library ...

2002-03-09 Thread Marcel Besancon
Hi, is there a way to use the gd-library under WinXP?? If there is a way, please explain it to me !!! Sincerely Marcel -- registered Fli4l-User #0388 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] gd-library ...

2002-03-09 Thread alain samoun
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