This is a simple photo editing application that allows users to:
- Crop Images: Freely crop images to their desired size and aspect ratio.
- Adjust Images: Adjust brightness, contrast, and saturation of photos.
- Clone this repository.
- Ensure you have Xcode installed with the latest iOS development tools.
- Open
SimplePhotoEditor.xcodeproj
- Run the project on a simulator or device.
-
Image Selection: Allows users to select images from their photo library.
-
Image Cropping: Provides an interface for users to crop images to their desired aspect ratio or freely.
-
Image Rotation: Allows users to rotate images by 90-degree increments or freely.
-
Image Adjustments: Adjusts the brightness, contrast, and color temperature of the image.
-
Undo and Redo: Allows users to undo and redo any editing actions they have performed.
-
Image Saving: Saves the edited image to the user's photo library.
Apple CoreImageFilterReference
- Implement additional image adjustments since we have many properties can be edit
- Integrate sharing functionalities for edited images.
Feel free to contribute to this project by creating pull requests. We welcome improvements, bug fixes, and new features.