Skip to content

terasakisatoshi/TestImagesViewer.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestImagesViewer.jl

CI

A web API server for serving standard test images from TestImages.jl via HTTP endpoints. Built with Oxygen.jl for fast and reliable image serving.

Features

  • 13 Standard Test Images - Access classic computer vision test images
  • 🔧 Easy Integration - Simple REST API with JSON responses
  • 📱 Web Client - Included HTML interface for browsing images

Quick Start

Installation

git clone https://github.com/terasakisatoshi/TestImagesViewer.jl.git
cd TestImagesViewer.jl
julia --project -e 'using Pkg; Pkg.instantiate()'

Start the Server

julia --project -e 'using TestImagesViewer; start_server()'

The server will start on http://localhost:8080 by default.

Use the Web Interface

Open examples/web_client.html in your browser to interactively browse and download images.

You'll see an interface like this:

About

Visualize images supported by TestImages.jl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages