image-slicer · PyPI
https://pypi.org/project/image-slicer15.08.2020 · Files for image-slicer, version 2.1.1; Filename, size File type Python version Upload date Hashes; Filename, size image_slicer-2.1.1.tar.gz (12.9 kB) File type Source Python version None Upload date Aug 15, 2020 Hashes View
Examples — Image Slicer 0.1.0b documentation
image-slicer.readthedocs.io › en › latestProcessing tile images ¶. You can perform further processing of the images in between calling slice () and py:func: ~image_slicer.main.save_tiles. The PIL Image object can be accessed with Tile.image. Let’s overlay the tile number on each tile: import image_slicer from PIL import ImageDraw, ImageFont tiles = image_slicer.slice('cake.jpg', 4 ...