Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moravianlibrary/iOSTiledViewer
IIIF image API and Zoomify viewer for iOS, written in Swift
https://github.com/moravianlibrary/iOSTiledViewer
iiif ios-lib swift-library tiled-image-viewer zoomify
Last synced: 2 months ago
JSON representation
IIIF image API and Zoomify viewer for iOS, written in Swift
- Host: GitHub
- URL: https://github.com/moravianlibrary/iOSTiledViewer
- Owner: moravianlibrary
- License: apache-2.0
- Created: 2016-10-05T22:20:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T06:20:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T11:36:00.577Z (3 months ago)
- Topics: iiif, ios-lib, swift-library, tiled-image-viewer, zoomify
- Language: Swift
- Homepage:
- Size: 411 KB
- Stars: 7
- Watchers: 15
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-iiif - iOSTiledViewer - IIIF image API and Zoomify viewer for iOS, written in Swift. (Image API Libraries / Image viewers (Image API only))
README
# iOSTiledViewer
[Release Notes](https://github.com/moravianlibrary/iOSTiledViewer/blob/master/release_notes.txt)
[Documentation](http://htmlpreview.github.io/?https://github.com/moravianlibrary/iOSTiledViewer/blob/master/docs/index.html)
The library displays large image files effectively without quality loss. It can display files that support protocol IIIF or Zoomify as well as an ordinary image of format JPG, PNG, GIF and WebP.
## Requirements
iOS 9.0+
## Installation
iOSTiledViewer is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
```ruby
pod 'iOSTiledViewer'
```## Usage
The entry point of the library is class **ITVScrollView** and its method `loadImage(_ imageUrl: String, api: ITVImageAPI)`. Please read the documentation (link above) for more information.
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Author
Jakub Fiser, [email protected]
## License
iOSTiledViewer is available under the MIT license. See the LICENSE file for more info.