This app, developed as part of the Student Swift Challenge, allows users to select images from their device and then uses a Median Cut Quantization (MMCQ) algorithm to determine the dominant colors in those images. The dominant colors are then displayed to the user as a palette.
- Image Selection: Users can select images from their device to analyze.
- Dominant Color Extraction: The app uses the MMCQ algorithm to extract dominant colors from the selected images.
- Color Palette Display: Displays a palette of dominant colors extracted from the image.
- Color Copy Feature: Users can tap on a color in the palette to copy its hexadecimal value to the clipboard.
- User Interface: The app features an intuitive and user-friendly interface built using SwiftUI.
To start using the app, clone the repository to your local machine and open the project in Xcode. Follow the instructions provided in the project files to set up and run the application.
Contributions are welcome! If you're interested in contributing, please fork the repository, make your changes, and submit a pull request.