I am trying to get this add-on to Coppermine to work:
http://forum.coppermine-gallery.net/index.php?topic=16986.0I am having trouble with this line:
$cmd = "/usr/bin/ghostscript -sDEVICE=jpeg -dNOPAUSE -dBATCH -sOutputFile='{$CONFIG['fu
llpath']}e
dit/pdftmp
.$filename
.%d.jpg' '$image'";
the instruction say to change the path of ghostscript. I am running windows, so I downloaded ghostscript -- can't seem to put in the right path.
I think it is C:\Program Files\gs\gs8.70\bin\gswin3
2.exe but when I put that in, still gives me this error:
Error 1 on command 'C:\Program Files\gs\gs8.70\bin\gswin3
2.exe -sDEVICE=jpeg -dNOPAUSE -dBATCH -sOutputFile='albums/edit/
pdftmp.Acr
obat_9_Exa
m~2.pdf.%d
.jpg' 'albums/userpics/10001/Acr
obat_9_Exa
m~2.pdf''
I also tried:
C:\\Program Files\\gs\\gs8.70\\bin\\gs
win32c.exe
with double slashes to escape the slashes.. still no luck.
not sure what to do here (or even how to zone this question), so any help woul dbe greatly appreciated. Thank you.