dopcollins/vividify-3.0
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
# Vividify 3.0 Vividify 3.0 is a Swift-based iOS photo editing application that enables powerful, real-time image adjustments with a focus on user-friendly tools and live previews. Built with UIKit and modern image processing techniques, Vividify offers a suite of editing features that let users tune photos, draw and annotate. ## π Features ### πΈ Core Editing Tools - **Tune Image** β Adjust brightness, contrast, saturation, smoothness, sharpness and more with live updates. - **CropRectangleRamp** β Adjust the cropping rectangle interactively. - **Rotate Image** β Rotate images by 90Β°, 180Β°, or 270Β° with a smooth animation. - **Live Preview** β All adjustments instantly update the image display. ### βοΈ Creative Enhancements - **Draw on Image** β Freehand drawing with support for multiple pens, brush sizes and colors. - **Eraser Tool** β Remove drawn elements or undo parts of drawing. ## π― Design Principles - **Live Interaction** β All adjustments reflect immediately on the image. - **MVC Architecture** β Clean separation of Model-View-Controller for maintainability. - **Native iOS** β Built natively with Swift for seamless performance and integration with iOS features.