Project

picturama

0.0
No commit activity in last 3 years
No release in over 3 years
An easy picture gallery based on directory and files. This is mostly for general purpose and to be used in console.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 3.0.0

Runtime

 Project Readme

Pictorama

Build Status Code Climate Coverage Status

Welcome to Pictorama. An easy picture gallery based on directory and files

How to install

Just clone the github repo..

git clone git@github.com:aboyon/pictorama.git

Configure your settings...

Copy the config.sample.yml to config.yml (into the config/ file)

cd config/
cp config.sample.yml config.yml

and then proceed to adjust the settings

picturama:
  album_source: '/home/user/Pictures/some_folder/'
  allowed_formats: ['jpg','png','jpeg']
  thumbnail_prefix: thumb_
  thumnail_default_size: "200x200"

generate your thumbnails quickly, by using the rake task created for that

rake thumbnail:generate["/some/folder"] #you can specify a different folder...

and then you'll get an answer like this:

Generating 30 thumbnails for folder /some/folder/ ...
Size: 200x200
Thumbnail generated from source 1.JPG. Target destination thumb_1.JPG
Thumbnail generated from source 2.JPG. Target destination thumb_2.JPG

License

Please see licence file for further reading.