jessedc / JCTiledScrollView

A set of classes that wrap UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales.
MIT License
310 stars 47 forks source link

Tiling images to use for more than two levels #24

Open onuryilmazcom opened 10 years ago

onuryilmazcom commented 10 years ago

Hi,

The Tile-cutter from the "Handy Links" of the readme can perform tiling for a single level.

How we can perform tiling for more than two levels?

Thanx in advance

jessedc commented 10 years ago

Hi @onuryilmazcom,

Slicetool is a very basic tool that only works as much as I ever needed it too. It's remained unchanged for a long time now.

To do multiple zoom levels, you'd just need to run the tool over your different resolution originals. Slicetool doesn't do any resizing.

SliceTool is quite old but the source code is quite simple, it's just a pile of loops and graphics contexts.

Hope that helps.