New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

picturama

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picturama

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 15 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc