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.
- ๐จ 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.
- 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.
Clone Project and
pod install