Hi All
I am a first time user of Gallery and though there is an issue with the CHMOD security that I have posted in the Gallery forum I have also had a problem uploading my initial test image.
Just discovered that I had the path wrong doh!!!
But there is no EXIF info showing - is Jhead installed?
------------------------------------------------------------------
Executing:
/usr/local/imagemagick/convert -quality 95 -size 150x150 /home/villag2/public_html/albums/album01/finbarris1a9.jpg -geometry 150x150 +profile icm +profile iptc /home/villag2/public_html/albums/album01/finbarris1a9.thumb.jpg
Results:
none
Error messages::
sh: line 1: /usr/local/imagemagick/convert: No such file or directory
Status: 127 (expected 0)
Error: Unable to make thumbnail (0)!
-----------------------------------------------------------------------------
Or with NetPBM
Executing:
/usr/local/netpbm/jpegtopnm /home/villag2/public_html/albums/album01/finbarris1a9.jpg | /usr/local/netpbm/pnmscale -xysize 150 150 | /usr/local/netpbm/pnmtojpeg --quality=95 > /home/villag2/public_html/albums/album01/finbarris1a9.thumb.jpg
Results:
none
Error messages::
sh: line 1: /usr/local/netpbm/jpegtopnm: No such file or directory
sh: line 1: /usr/local/netpbm/pnmscale: No such file or directory
sh: line 1: /usr/local/netpbm/pnmtojpeg: No such file or directory
Status: 127 (expected 0)
Error: Unable to make thumbnail (0)!
-----------------------------------------------------------------------------
Likewise I have posted this on their forum but was hoping that someone might throw some light on it here.
What is the path for NetPBM , Imagemagick and Jhead
