Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
no the GD libraries should be but the point is php must be configured with the image module. which it is since I examined the phpinfo()

like to use calendar functions like JDDayOfWeek() then you need php configured with the calendar module

heres what php.net says about it..

[] PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including gif, png, jpg, wbmp, and xpm. Even more convenient, PHP can output image streams directly to a browser. You will need to compile PHP with the GD library of image functions for this to work. GD and PHP may also require other libraries, depending on which image formats you want to work with.

You can use the image functions in PHP to get the size of JPEG, GIF, PNG, SWF, TIFF and JPEG2000 images.

Note: Read requirements section about how to expand image capabilities to read, write and modify images and to read meta data of pictures taken by digital cameras.

Requirements

If you have the GD library (available at http://www.boutell.com/gd/) you will also be able to create and manipulate images.

The format of images you are able to manipulate depend on the version of GD you install, and any other libraries GD might need to access those image formats. Versions of GD older than gd-1.6 support GIF format images, and do not support PNG, where versions greater than gd-1.6 and less than gd-2.0.28 support PNG, not GIF. GIF support was re-enabled in gd-2.0.28.

Note: Since PHP 4.3 there is a bundled version of the GD lib. This bundled version has some additional features like alpha blending, and should be used in preference to the external library since its codebase is better maintained and more stable.

You may wish to enhance GD to handle more image formats.

To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd. GD library requires libpng and libjpeg to compile.

In Windows, you'll include the GD2 DLL php_gd2.dll as an extension in php.ini. The GD1 DLL php_gd.dll was removed in PHP 4.3.2. Also note that the preferred truecolor image functions, such as imagecreatetruecolor(), require GD2.

Note: To enable exif support in Windows, php_mbstring.dll must be loaded prior to php_exif.dll in php.ini.

To disable GD support in PHP 3 add --without-gd to your configure line.

Enhance the capabilities of GD to handle more image formats by specifying the --with-XXXX configure switch to your PHP configure line.
[/]

http://us3.php.net/manual/en/ref.image.php

Last edited by scroungr; 03/18/2005 7:09 PM.
Sponsored Links
Entire Thread
Subject Posted By Posted
"Check Image" help PredatorMasters 03/13/2005 6:26 AM
Re: "Check Image" help scroungr 03/13/2005 6:37 AM
Re: "Check Image" help PredatorMasters 03/13/2005 7:30 AM
Re: "Check Image" help scroungr 03/13/2005 7:52 AM
Re: "Check Image" help PredatorMasters 03/13/2005 7:58 AM
Re: "Check Image" help scroungr 03/13/2005 8:01 AM
Re: "Check Image" help PredatorMasters 03/13/2005 8:04 AM
Re: "Check Image" help scroungr 03/13/2005 8:31 AM
Re: "Check Image" help scroungr 03/13/2005 8:49 AM
Re: "Check Image" help PredatorMasters 03/13/2005 8:50 AM
Re: "Check Image" help scroungr 03/13/2005 8:54 AM
Re: "Check Image" help PredatorMasters 03/13/2005 9:00 AM
Re: "Check Image" help Elkaholic 03/18/2005 6:25 AM
Re: "Check Image" help scroungr 03/18/2005 10:56 AM
Re: "Check Image" help Elkaholic 03/18/2005 8:23 PM
Re: "Check Image" help scroungr 03/19/2005 12:33 AM
Re: "Check Image" help Elkaholic 03/19/2005 1:36 AM
Re: "Check Image" help scroungr 03/19/2005 2:04 AM
Re: "Check Image" help Elkaholic 03/21/2005 10:26 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,834
Joined: January 2000
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 4888
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 29
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)