Imagemagick onder win2000&apache

Pagina: 1
Acties:
  • 51 views sinds 30-01-2008

  • Shifty-PK
  • Registratie: Juni 2003
  • Laatst online: 21-05 16:38
Hai,

Ik heb zowat geen verstand van unix daarom heb ik easyphp(apache,php en mysql in 1 pakket) geinstalleerd op mijn win2000 server.
Nu wil ik een webalbum op mijn eigen sitje gebruiken maar het probleem is nu dat thumbnails niet kunnen worden gemaakt doordat imagemagick niet is geinstalleerd.

Ik heb me helemaal scheel gezocht maar ik kan niets duidelijks vinden over hoe of wat dit nou zou moeten werken in deze configuratie(win2000 en apache dus).

Kan iemand mij vertellen in wat voor richting ik moet zoeken om imagemagick onder windows 2000 en apache aan de praat te krijgen? Moet ik hiervoor windows of unix binairies downloaden/gebruiken?

Alvast vele malen dank!

Shifty

http://www.imagemagick.org
http://www.easyphp.org/
http://shifty-pk.xs4all.nl/album/

Ik maak gebruik van PHPphotoalbum, url:
http://www.stoverud.com/PHPhotoalbum/

Volgens mij staat deze standaard ingesteld om imagemagick via Unix te gebruiken?
Hoe en waar zou ik deze moeten instellen om convert.exe te gebruiker?

Alvast een quote van de config.php:


quote:
--------------------------------------------------------------------------------


<?
/*************************************************
* PHPhotoalbum v0.4
* by: Henning Støverud
* e-mail: henning@stoverud.com
* URL: http://www.stoverud.com/PHPhotoalbum/
*************************************************/


// PICTURE AND THUMBNAIL SETTINGS
$config['webdir'] = "http://shifty-pk.xs4all.nl/album/"; // Full web path to dir with the php files
$config['albumdir'] = "http://shifty-pk.xs4all.nl/album/albums/"; // Full web path to album dir on webserver
$config['fullpath'] = "E:\www\album\albums/"; // Full Unix (windows?) path to albumdir

$config['filetypes'] = array("jpg", "jpeg", "gif", "png", "bmp"); // Allowed filetypes


$config['thumb_method'] = "im"; // Use ImageMagick for thumbnail creation (Best quality)
//$config['thumb_method'] = "php"; // Uncomment this if you want to use the built-in functions
// for thumbnail creation. Required GD


$config['thumbrows'] = "3"; // Number of rows on thumbnailpage (NOT YET IMPLEMENTED)
$config['thumbcols'] = "4"; // Number of cols on thumbnailpage
$config['thumb_width'] = "90";
$config['picture_width'] = "400";
$config['ver'] = "0.4"; // PH-Photoalbum version

$config['number_in_toplist'] = "100"; // Number of entries to show on the statistics page


// Admin login
$config['admin_username'] = "***"; // Username for adminpages
$config['admin_password'] = "***"; // Change this password!!!


// DATABASE SETTINGS
$config['dbserver'] = "***"; // Your databaseserver
$config['dbuser'] = "***"; // Your mysql username
$config['dbpass'] = "***"; // Your mysql password
$config['dbname'] = "***"; // Your mysql databasename


$config['TABLE_PICTURES'] = "album_pictures"; // Tablename for pictures
$config['TABLE_ALBUMS'] = "album_albums"; // Tablename for albums
$config['TABLE_COMMENTS'] = "album_comments"; // Tablename for comments


// COLOR SETTINGS
$config['color_main'] = "#FFe7c6";
$config['color_nav'] = "#a2cafb";
$config['color_form'] = "#a2cafb";
$config['color_form_heading'] = "#cbcbcb";
$config['color_comment_heading'] = "#fed9c2";
$config['color_comment_body'] = "#fff5e1";

?>

  • Noork
  • Registratie: Juni 2001
  • Niet online
Shifty-PK schreef op 23 June 2003 @ 10:42:

Ik heb zowat geen verstand van unix daarom heb ik easyphp(apache,php en mysql in 1 pakket) geinstalleerd op mijn win2000 server.
..........
Kan iemand mij vertellen in wat voor richting ik moet zoeken om imagemagick onder windows 2000 en apache aan de praat te krijgen? Moet ik hiervoor windows of unix binairies downloaden/gebruiken?
Wat denk je zelf als je windows gebruikt. Oh, het probleem voor de thumbnails kan ook liggen aan het ontbreken van GDlib.

  • curry684
  • Registratie: Juni 2000
  • Laatst online: 13-08 16:46

curry684

left part of the evil twins

Professionele website nodig?


Dit topic is gesloten.