MechanisM / moar

Easy thumbnails for everyone

Home Page:http://lucuma.github.com/moar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Moar

Moar is an MIT Licensed library, written in Python, that allows you to make custom thumbnails wherever you need them.

<img src="{{ thumbnail(source, '200x100', ('crop', 50, 50)) }}" />

See the documentation online at http://lucuma.github.com/moar/ or in docs/source.

Features at a glance

  • Pluggable engine support (PIL and GraphicsMagick included).
  • Automatic cache: a thumbnail is generated only once.
  • Pluggable storage support (FileSystem included).
  • Flexible, simple syntax, generates no HTML.
  • Several filters available by default:
    • Cropping
    • Rotation
    • Blur
    • Grayscale/Sepia
  • Easily extendable.

[MIT License] (http://www.opensource.org/licenses/mit-license.php). Copyright © 2011 by [Lúcuma labs] (http://lucumalabs.com).
See AUTHORS.md for more details.

About

Easy thumbnails for everyone

http://lucuma.github.com/moar/