Skip to content

image-slicer

A high-performance Python library to slice images into tiles.

image-slicer is a Python library for slicing large images into smaller, more manageable tiles. It's built on top of pyvips, which makes it incredibly fast and memory-efficient.

Key Features

  • Fast and Memory-Efficient: Can process images much larger than your available RAM.
  • Multiple Slicing Modes: Slice by a grid (e.g., 3x3) or by a specific number of tiles.
  • Easy to Use: A simple command-line interface and a straightforward Python API.
  • Flexible: Customize tile filenames to suit your needs.

This documentation will guide you through the installation, usage, and technical details of image-slicer.