ImageMagick onder windows 2000 easyphp

Pagina: 1
Acties:
  • 56 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 info verstrekken hoe ik stap voor stap dit aan de praat krijg?

Alvast vele malen dank!

Shifty

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

  • sebas
  • Registratie: April 2000
  • Laatst online: 16-12-2025
Misschien kun je Imagemagick met behulp van CygWin installeren? :?

Everyone complains of his memory, no one of his judgement.


  • ikke_
  • Registratie: Juni 1999
  • Laatst online: 14-08 12:31
Ik heb laatst voor mijn foto album nog:
FTP://ftp.nluug.nl//pub/I....7-Q16-windows-static.exe
geinstalleerd. Het enige wat je na installeren moet doen is in je php album zeggen waar convert.exe staat.

  • Shifty-PK
  • Registratie: Juni 2003
  • Laatst online: 21-05 16:38
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:
<?
/*************************************************
* 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";

?>

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

curry684

left part of the evil twins

Kan iemand mij info verstrekken hoe ik stap voor stap dit aan de praat krijg?
Nee, bij het handje nemen om iets voor mekaar te krijgen doen we hier niet, zelfwerkzaamheid is hier een pre. Daar valt ook het zelf kunnen installeren van software onder. Zie Welkom in P&W: FAQ en Beleid *updated: 14-04*

Professionele website nodig?


Dit topic is gesloten.