jessedc / JCTiledScrollView

A set of classes that wrap UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiling images to use for more than two levels

onuryilmazcom opened this issue · comments

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

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.