pythonware.com

Home / Image tools / split

Cutting

Split an image into tiles

Choose how many rows and columns and get one file per cell, numbered in reading order.

Drop a file here or click to browse — any image

Tiles

    Three reasons people need this

    A carousel post that reads as one wide picture across several frames: use one row and three or four columns, and check that your subject does not fall on a seam. Printing something larger than your paper: set the grid to match the sheets and tape the results together. Cutting a sprite sheet into individual frames for a game or an animation.

    If the dimensions do not divide evenly the last row and column are a pixel or two smaller, because rounding has to go somewhere. Nothing is lost or stretched. If you need exactly equal tiles, resize the image first to a multiple of your grid.

    Common questions

    Why do I get one download prompt per tile?

    Because building a zip in the browser would mean loading another library, and this site keeps its dependencies to a minimum. Save all staggers the downloads; your browser may ask permission for multiple files the first time.

    Can I overlap the tiles?

    No, the cuts are clean. For overlapping crops use crop repeatedly with the coordinates you want.

    Other image tools