Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 346 Bytes

File metadata and controls

7 lines (5 loc) · 346 Bytes

#OTLargeImageReader

Generate a thumbnail for a really large image, avoid of a terrible memory peak. More CPU time required.
Supports iOS and OSX.
My best practice: use this to compress image when image larger than 1M pixels, otherwise use CGContext.

Demo