![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
################################################## ####################
# PART 5 - Photos configuration
################################################## ####################
// Tip: to find the location of these utilities, type
// 'whereis mogrify' or 'whereis identify' at the
// Unix shell prompt. If you don't have shell access,
// try these common locations: /usr/bin, /usr/X11R6/bin,
// /usr/local/bin and /usr/bin/X11 . If that doesn't work,
// ask your hosting provider.
// Path to Imagemagick 'identify' utility, used to retrieve
// parameters of uploaded photos
$CONFIG["identify_path"] = "/usr/bin/identify";
// Path to Imagemagick 'mogrify' utility, used to scale
// uploaded photos
$CONFIG["mogrify_path"] = "/usr/bin/mogrify";