Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ImageBrowser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruce Flynn
ImageBrowser
Commits
1fb6de15
Commit
1fb6de15
authored
Sep 16, 2016
by
Bruce Flynn
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.ssec.wisc.edu:brucef/ImageBrowser
parents
70a45a70
73ca856e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-9
15 additions, 9 deletions
README.md
with
15 additions
and
9 deletions
README.md
+
15
−
9
View file @
1fb6de15
# Apache index image viewer
## Apache index image viewer
Provides a image grid for all images contained in an Apache style image listing
Webserver don't by default provide a way to view quicklooks of images besides
index, i.e., listings generated using the
`Indexes`
option and
`mod_autoindex`
.
by clicking on each image to open it.
Links are also provided to display images as small (300px), medium (600px), and
original (auto) widths.
ImageBrowser will provide a very basic image view for all image file types
contained in the same directory location as the web page.
Requirements:
*
The directory must be using Apache
`mod_autoindex`
as well as the
`Indexes`
option configured in the target directory.
*
The webpage must not be named
`index.html`
or any other configured auto index
filename. The default page name is
`images.html`
.
Supported image types include all types supported by the HTML
`img`
tag, which
currently includes jpg, jpeg, png, gif, and bmp.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment