-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
25 lines (19 loc) · 971 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Contre-jour: a toy image gallery application for OPA
----------------------------------------------------
Author: Louis Gesbert
This program is distributed under the terms of the AGPL license.
Features:
- thumbnails, reduced-size view, full-size view
- reduced images computed on need and cached
Non-features:
- image manipulation done by calling the convert program, because I was too lazy to bind an image library
- using "convert" of course circumvents OPA security checks and may make the application vulnerable
- image manipulations are blocking
Dependencies:
- the OPA compiler, version S3.3 or newer
- the convert program, from package ImageMagick
Compilation and usage:
- run make in the project directory
- cd to a directory containing jpeg images in sub-directories; the program will enable you to browse images in these sub-directories.
- run <project-dir>/contrejour.exe
- connect your browser to http://localhost:8080/<sub-directory containing images>