Am 26.05.2015 um 09:04 schrieb David Vincent-Jones: > Thank you Matthias; a very useful script ... > > Could you pleas give me a little more instruction: Where should I locate the > script and what should the command line look like. > I have tried to run from the command line and only had failure so far ....
*) save the script as "do_contactsheet.lua" in /usr/local/bin, for example. *) make it executable: chmod +x do_contactsheet.lua *) ensure that all dependencies are installed. Namely lua5.2 lualatex, convert. On debian you can do this with "apt-get install lua5.2 imagemagick texlive-latex-base" *) run the script with fullpath to the jpgs on the commandline "do_contactsheet.lua /full/path/to/pics/*.jpg" this generates contactsheet.pdf in the current directory. Make sure that the current directory is writable. *) You can run the script with "do_contactsheet.lua --help" to learn about all the other options. Matthias ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
