Author Topic: How can I install the GD library, ImageMagick or NetPDM on a Windows XP?  (Read 5671 times)

0 Members and 1 Guest are viewing this topic.

Offline diegorodriguez

  • Pre-Newbie
  • Posts: 3
    • View Profile
I have read that in order to make thumbnails and reduced size images I need PHP compiled with the support for the GD library (http://www.boutell.com/gd) or the ImageMagick "convert" utility (http://www.imagemagick.org) or NetPBM (http://netpbm.sourceforge.net), but...

How do I do that on a Windowx XP machine server I have at home? what do I do? What is your recommended installation?

I already have phpBB running on it.

Many thanks!

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
if you already running phpBB then i assume you already have setted up an local server, right?
the only thing you have to do is to enable in php.ini the gd libary,
and restart the server.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline diegorodriguez

  • Pre-Newbie
  • Posts: 3
    • View Profile
Is that all? don't I have to install anything, just uncomment a line somewhere in a php ini file? Where?

I use the latest stable Apache web server.

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
t hink it's this line:
extension=php_gd2.dll
uncomment it, restart server.

you can find this line in your php.ini.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump