Hi,

Under win32, your best bet is to work with jpg's and png's, take a look at
your php.ini and make sure 
the gd extension is enabled:

first make sure PHP knows which directory you are using:

; Directory in which the loadable extensions (modules) reside.
extension_dir = C:/php/extensions

Then un-comment the extensions

extension=php_gd.dll
not
;extension=php_gd.dll

In a win32 distribution of PHP, you get all the dll's and extensions by
default, but that are not always turned on in php.ini (should be
C:\winnt\php.ini)

To be sure of what you have enabled, try this:

<?php
        phpinfo();
?>

A rather large table with lots of cool info will show up, telling you what
you have enabled.

If your PHP distribution does not contain the dll's or extension's drop me a
line and I will send you mine (NT)
(obviously not via the mailing list)

Hope this helps
Cheers,
  

> -----Original Message-----
> From: aaron [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, 21 September 2001 11:56
> To:   [EMAIL PROTECTED]
> Subject:      [PHP-WIN] Help!  convert manipulate gif and jpgs
> 
> I'm using Windows IIS 4.0 and am trying to create gifs and jpgs and
> manipulate them but there is NO documentation describing what components I
> need to install so I can do so.  There is some documentation on
> installation
> packages needed for Unix but none work on Windows or require a C compiler
> to
> build the files which eventually fail during build as well.   Where is the
> windows documenatation?  What components do I need to manipulate gifs and
> jpgs and in what order do I need to install them, and what versions do I
> need?
> 
> Thanks for any help.
> 
> Aaron
> 
> 
> 
> 
> -- 
> 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 administrators, e-mail: [EMAIL PROTECTED]
> 
> 
Privileged/Confidential Information may be contained in this message. 
If you are not the addressee indicated in this message, you may not copy 
or deliver this message to anyone.  In such case, you should destroy this 
message and notify the sender by reply email. Opinions, conclusions and 
other information in this message that do not relate to the official 
business of this organisation shall be understood as neither given nor 
endorsed by it.

-- 
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 administrators, e-mail: [EMAIL PROTECTED]

Reply via email to