https://github.com/d-putra/imagetemperature
Adjust Color Temperature of An Image
https://github.com/d-putra/imagetemperature
objective-c opencv swift swiftui
Last synced: 3 months ago
JSON representation
Adjust Color Temperature of An Image
- Host: GitHub
- URL: https://github.com/d-putra/imagetemperature
- Owner: d-putra
- Created: 2025-02-26T08:15:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T06:27:48.000Z (about 1 year ago)
- Last Synced: 2025-04-10T02:48:25.925Z (about 1 year ago)
- Topics: objective-c, opencv, swift, swiftui
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ImageTemperature 📷🔥❄️
ImageTemperature is an iOS application built with SwiftUI and OpenCV, allowing users to adjust the color temperature of an image in real time. This app provides a smooth transition between warm (reddish/yellow) and cool (bluish) tones while maintaining image quality.
## 🚀 Features
- 🎨 Adjust Color Temperature: Modify images to be warmer (red/yellow) or cooler (blue/cyan).
- ⚡ Real-Time Processing: Instant feedback while adjusting the temperature slider.
- 🖼️ JPEG Support Only: Ensures compatibility with JPEG image formats.
- 🔄 Reset & Undo: Easily revert changes to the original image.
- 📱 Built with SwiftUI: Provides a modern, responsive UI.
- 🔬 Powered by OpenCV: Uses advanced image processing for high-quality adjustments.
## 📸 How It Works
- Select an Image 🖼️ using the built-in PhotosPicker.
- Adjust Temperature 🌡️ using the slider or manual input.
- Real-time Updates 🔄 as OpenCV processes the image dynamically.
## Installation
Clone Project and
```bash
pod install
```