Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devcxm/iOS-Images-Extractor
A Mac app to decode and extract images from iOS apps, support png/jpg/ipa/Assets.car files.
https://github.com/devcxm/iOS-Images-Extractor
Last synced: 3 months ago
JSON representation
A Mac app to decode and extract images from iOS apps, support png/jpg/ipa/Assets.car files.
- Host: GitHub
- URL: https://github.com/devcxm/iOS-Images-Extractor
- Owner: devcxm
- License: other
- Archived: true
- Created: 2015-06-02T05:42:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T02:52:55.000Z (over 4 years ago)
- Last Synced: 2024-09-27T03:24:53.302Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 260 KB
- Stars: 1,991
- Watchers: 52
- Forks: 398
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - iOS Images Extractor - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon] (Applications / Development)
- open-source-mac-os-apps - iOS Images Extractor - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon] (Applications / Development)
- awesome - iOS-Images-Extractor - A Mac app to decode and extract images from iOS apps, support png/jpg/ipa/Assets.car files. (MacOS / Projects-Demo)
README
# 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.