TIDY Video and Photo
An iOS app to keep your photo library nice and clean.
Description
Using TIDY, you can recover massive amounts of device and iCloud space. It's 100% free and open-source, so get started today!
Features
- Find and delete duplicate photos and videos
- Find and delete lower-quality resized versions of videos
- Reduce the size of videos by 30% while maintaining quality by upgrading to "High Efficiency" video compression
- View videos sorted by size and delete large videos that are no longer needed
- Clear "Recently Deleted" to reclaim iCloud storage space immediately
Installation
iOS App Store:
Development setup
git clone https://github.com/chrisdanford/Tidy.git
pod install
open Tidy.xcworkspace
Release History
- 1.0.0
- Initial Release
Meta
Chris Danfoprd – @ChrisDanford – chrisdanford@gmail.com
Distributed under the GPL license. See LICENSE
for more information.
https://github.com/chrisdanford
Contributing
- Fork it (https://github.com/chrisdanford/Tidy/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request