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.
- ✨ 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
git clone https://github.com/terasakisatoshi/TestImagesViewer.jl.git
cd TestImagesViewer.jl
julia --project -e 'using Pkg; Pkg.instantiate()'julia --project -e 'using TestImagesViewer; start_server()'The server will start on http://localhost:8080 by default.
Open examples/web_client.html in your browser to interactively browse and download images.
You'll see an interface like this:
