ARTiledImageView icon indicating copy to clipboard operation
ARTiledImageView copied to clipboard

Display, pan and deep zoom with tiled images on iOS.

Results 7 ARTiledImageView issues
Sort by recently updated
recently updated
newest added

I had a meeting get cancelled, so I used my free hour to try and address #19 After this there are issues running the demo app. Alas, I haven't got...

In Folio, which may have more things turned on - I get errors about doing UI work on a background thread. This could be the cause of some of our...

I created a [project](https://github.com/bibinjacobpulickal/CATiledLayer-Webp) that requires to load webp tiled images from server and render it on catiledlayer. But, I'm facing a huge performance issue while zooming and panning. A...

question

In https://github.com/dblock/ARTiledImageView/commit/ebce492c707c97d056bf7ee6fed74f8ee71204df the ARTiledImageDemoViewControllerSpec snapshots have changed and don't look right. The VC isn't auto-zooming or tiling anymore. I've made the specs pass, but there's a bug here.

confirmed bug

It would be helpful to add a border to the image tile that would be visible in a preview in XCode, along with maybe text that tells you the tile...

feature request

From a test that wasn't setting `tileSize`, still needs a proper repro within ARTiledImageView. ``` Thread 2 Crashed:: com.apple.CoreAnimation.render-server 0 QuartzCore 0x0086c7ac CA::OGL::TiledImageGeometry::TiledImageGeometry(CA::Render::TiledTexture*, CA::OGL::Context&, unsigned int, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::ContentsGeometry...

bug?