Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 761 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 761 Bytes

MinimalGallery

A tiny PHP gallery, that does nothing more than displaying images with a watermark. Includes an overview and single image page.

Dependencies

  • PHP 5.4
  • PHP GD library
  • some webspace
  • TTF font file for watermarks

Installation

  • Upload the contents to your preferred location.
  • Change configuration in config.php
  • Download "Julius Sans One" from Google Webfonts (or the one that you configured in config.php)
  • access your gallery for the first time, this will create all image folders

Usage

  • upload the full-size images to the "big" folder
  • access your gallery again and enjoy :)

Bugs/Missing Features

  • file formats other than PNG are not supported