a cross-platform application designed to remove metadata from images, ensuring user privacy and security.
hayderctee e2ede3339f convert svg to png image | 5 mesiacov pred | |
---|---|---|
android | 5 mesiacov pred | |
assets | 5 mesiacov pred | |
ios | 5 mesiacov pred | |
lib | 5 mesiacov pred | |
linux | 5 mesiacov pred | |
macos | 5 mesiacov pred | |
snap | 5 mesiacov pred | |
windows | 5 mesiacov pred | |
.gitignore | 6 mesiacov pred | |
.metadata | 6 mesiacov pred | |
LICENSE | 6 mesiacov pred | |
README.md | 5 mesiacov pred | |
analysis_options.yaml | 6 mesiacov pred | |
pubspec.lock | 5 mesiacov pred | |
pubspec.yaml | 5 mesiacov pred |
Image Meta Cleaner is a cross-platform application designed to remove metadata from images, ensuring user privacy and security. Metadata often contains sensitive information such as geolocation, device information, and timestamps. By removing this metadata, Image Meta Cleaner helps users protect their privacy when sharing images online.
git clone https://notabug.org/alimiracle/image_meta_cleaner
cd image_meta_cleaner
flutter pub get
flutter run
For Android (APK):
flutter build apk
For iOS (IPA):
flutter build ios
for windos:
flutter build windows
For Linux:
flutter build linux
For macOS:
flutter build macos
The built Files will be located in the build
directory of your project, depending on the platform you targeted.
With Image Meta Cleaner, you can easily ensure the privacy and security of your images by removing sensitive metadata before sharing them online.
We welcome contributions from the community! If you encounter any bugs, have feature requests, or would like to contribute enhancements, please follow these steps:
bash
https://notabug.org/<yourusername>/image_meta_cleaner
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.