https://github.com/alperozturk96/uiimagedownsampling
Helpful solution to reduce image size.
https://github.com/alperozturk96/uiimagedownsampling
bitmap compression downsample downsampling ios memory-optimization uiimage
Last synced: 22 days ago
JSON representation
Helpful solution to reduce image size.
- Host: GitHub
- URL: https://github.com/alperozturk96/uiimagedownsampling
- Owner: alperozturk96
- Created: 2021-11-08T09:16:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T09:26:11.000Z (over 4 years ago)
- Last Synced: 2025-01-13T07:40:34.991Z (over 1 year ago)
- Topics: bitmap, compression, downsample, downsampling, ios, memory-optimization, uiimage
- Language: Swift
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UIImageDownsampling
###### This demo project completed at fall of 2021
The purpose of this application is to downsample UIImage.
In this project user can able to choose desired compression level and see difference on screen.
###### Comparison:
| RawImage | Compression Level 4 | Compression Level 20 |
| ------------- | ------------- | ------------- |
| 32mb | 3.43mb | 0.15mb |
## What can you learn from this project?
- Downsample UIImage
- Simple usage of UIPickerView
- Simple usage of UIGraphicsBeginImageContext