https://github.com/cmpilato/phidx
Python CGI photo indexing
https://github.com/cmpilato/phidx
Last synced: about 2 months ago
JSON representation
Python CGI photo indexing
- Host: GitHub
- URL: https://github.com/cmpilato/phidx
- Owner: cmpilato
- Created: 2015-03-12T18:48:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T14:40:29.000Z (over 11 years ago)
- Last Synced: 2023-02-28T17:15:38.887Z (over 3 years ago)
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
phidx is a simple Python CGI script which can dynamically locate
web-ready image files (GIF, JPEG, and PNG formats) and display them
for browsing as a simple list or as a collection of auto-generated
thumbnails.
## Features ##
phidx has the following features:
* multiple album display with a single installation instance
* admin configuration via a simple INI-like file syntax
* global and per-album configuration options
* automatic thumbnail generation
* support for dynamic image resizing and rotation
* thumbnail cache support
## Getting phidx ##
Currently, phidx is available via checkout from our source tree. We
haven't attempted to package it for distribution purposes yet.