🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rasterkit-demo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rasterkit-demo

Interactive demos for RasterKit channel-window extraction and tile previews.

pipPyPI
Version
0.1.0
Weekly downloads
0
Maintainers
1
Weekly downloads
 

rasterkit-demo

Interactive demos for RasterKit — extract trailing channel windows from the bundled demo.bmp, reshape them into diagnostic tiles, and run the sample processing pipeline.

Install

# from PyPI (optional — only if published)
pip install rasterkit-demo

# or from a local checkout / GitHub
pip install .
# pip install git+https://github.com/<you>/rasterkit-demo.git

Requires rasterkit>=1.0.2.

Usage

rasterkit-demo                 # extract + save tiles + apply pipeline
rasterkit-demo --tiles-only    # imaging preview only
python -m rasterkit_demo -o out/
from rasterkit_demo import extract_windows, save_tiles, run_demo

windows = extract_windows()          # [3379], [1713] bytes
save_tiles("demo_out", windows)      # window_0.png, window_1.png
run_demo()                           # full demo

What you get

StepResult
ExtractSame windows as RasterKit README (5092 samples, mix 42, segments [3379, 1713])
TilesFalse-color PNG previews under demo_out/
ApplyRuns each window through the demo processing pipeline

License

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts