XKFastRawImageStore 1.0.1

XKFastRawImageStore 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2015

Maintained by Karl von Randow.



  • By
  • Karl von Randow

XKFastRawImageStore provides a way to read and write images in a format that is most efficient for loading and displaying using Core Animation.

It is based on work in Path Fast Image Cache. XKFastRawImageStore has an easier to remember name and a simpler API for creating and then displaying images, fast. See Path Fast Image Cache for an excellent explanation of how this works.

XKFastRawImageStore writes each image to its own file, so each image may have its own size and other attributes.

XKFastRawImageStore is entirely synchronous. You may use it on any queue, including concurrently, once you have set it up.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

XKFastRawImageStore is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "XKFastRawImageStore"

Author

Karl von Randow, [email protected]

License

XKFastRawImageStore is available under the MIT license. See the LICENSE file for more info.