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";
?>
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";
?>