# iOS Images Extractor iOS Images Extractor is a Mac app to normalize, decode and extract images from iOS apps. You can download binary release from the [latest releases](https://github.com/devcxm/iOS-Images-Extractor/releases/latest). (Sorry for my bad English) ![logo](https://raw.githubusercontent.com/devcxm/iOS-Images-Extractor/master/iOSImagesExtractor/iOSImagesExtractor/Images.xcassets/AppIcon.appiconset/AppIcon-256.png) ## Support Files - `png、jpg` - `ipa` - `car(Assets.car)` ## Build ``` git clone https://github.com/devcxm/iOS-Images-Extractor cd iOS-Images-Extractor git submodule update --init --recursive open iOSImagesExtractor.xcworkspace ``` ### [中文使用方法看这里](/README_zh-Hans.md) ## Screenshot ![(Screenshot)](https://cloud.githubusercontent.com/assets/8568955/7927878/874f0594-0918-11e5-9fe3-452372f5affd.gif) ## Requirements _**OS X 10.14 or later.**_ ## Change Logs * v0.4.0 2020-06-03 * Replace extractor with [Timac/QLCARFiles](https://github.com/Timac/QLCARFiles). * Support export raw PDF files. * Better output folder grading. * Quickly install `QLCARFiles`(macOS QuickLook Plugin) to visualize .car files. - v0.3.1 2016-05-15 * Add app icons and update CARExtractor. - v0.2.5 2015-06-02 * First release. ## Credits - Matt Connolly [ZipArchive](https://github.com/mattconnolly/ZipArchive) - Brandon McQuilkin [iOS-Asset-Extractor](https://github.com/Marxon13/iOS-Asset-Extractor) - Danger Cove [DCOAboutWindow](https://github.com/DangerCove/DCOAboutWindow) - Timac [QLCARFiles](https://github.com/Timac/QLCARFiles) ## License iOS Images Extractor is released under the MIT license. See [LICENSE](/LICENSE) for details.