Giter Club home page Giter Club logo

callirhoe's Introduction

=============================================
 callirhoe - high quality calendar rendering
        (c) 2012-2015 George Tzoumas
     https://geotz.github.io/callirhoe/
=============================================

First steps:

Create a calendar of the current year:

    $ callirhoe foo.pdf

Options:
    $ callirhoe --help
(or just callirhoe)

More options:
    $ callirhoe --list-layouts
    bars classic sparse
    $ callirhoe -t classic -?
    ...
    $ callirhoe -t sparse -?
    
Examples:
    $ callirhoe --examples
    
For more info, check out the project's webpage. 

PHOTO CALENDARS
---------------

Use calmagick.

Options:
    $ calmagick --help
(or just calmagick)

Example usage:

$ cd photos
$ ls
photo001.jpg photo002.jpg ...

Create a calendar starting from current month/year, spanning as many months
as the photo files:

$ calmagick '*.jpg' --range 0:0/0 --outdir=mycalendar

- use the -v option for progress output (if you are bored :) )
- use the -j option for multiple threads, e.g. -j 2
- by default the 'transparent' style is used; use the -s option to override

Create a calendar for 2015 using the first 12 photo files (in alphabetic order):

$ calmagick '*.jpg' --range 1-12/2015 --outdir=mycalendar_2015

Note that we specified where output files (composed images) go: mycaledar_2015/
(folder will be created automatically)

Create a calendar for 2015 choosing 12 random photos from all the available ones
(if not enough photos available, they will be reused in a round-robin fashion):

$ calmagick '*.jpg' --range 1-12/2015 --shuffle --outdir=mycalendar_2015s

-- Have fun !!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.