public
Description: bamboo-plugin-photo
Homepage:
Clone URL: git://github.com/nfjinjing/bamboo-plugin-photo.git
readme.md

Require

  • imagemagick in path, i.e. the convert command

Example

< plugin 
  type="photo"
  name="09-07-05 Project K on"
  show_description="no"
/>

Args

data AlbumData = 
    Prefix
  | Name
  | Pictures
  | ShowDescription
  | Type
  | Width
  deriving (Show)

use snake case

What's happening

The engine will look for a folder inside public/images/album named "09-07-05 Project K on". For each image inside that folder, a thumbnail is generated automatically inside public/images/album/"09-07-05 Project K on"/thumb if there isn't one already. The result will be an album showed in thumbnails with pointers to the original photos.