a cross-platform application designed to remove metadata from images, ensuring user privacy and security.

hayderctee e2ede3339f convert svg to png image 3 months ago
android be59b15f94 android: new res 3 months ago
assets e2ede3339f convert svg to png image 3 months ago
ios e4079d27da change the app icons 3 months ago
lib 2538ac92e3 update rede me file and rename the app in android site 3 months ago
linux 2538ac92e3 update rede me file and rename the app in android site 3 months ago
macos e4079d27da change the app icons 3 months ago
snap e2ede3339f convert svg to png image 3 months ago
windows e4079d27da change the app icons 3 months ago
.gitignore 1b6400f1d8 image_meta_cleaner 4 months ago
.metadata 1b6400f1d8 image_meta_cleaner 4 months ago
LICENSE 1b6400f1d8 image_meta_cleaner 4 months ago
README.md 2538ac92e3 update rede me file and rename the app in android site 3 months ago
analysis_options.yaml 1b6400f1d8 image_meta_cleaner 4 months ago
pubspec.lock 40170c890e fixes 4 months ago
pubspec.yaml 40170c890e fixes 4 months ago

README.md

Image Meta Cleaner:

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.

Features:

  • Metadata Removal: Easily remove metadata from images with just a few taps.
  • Platform Compatibility: Image Meta Cleaner can run on Linux, Windows, macOS, iOS, and Android devices.
  • User-Friendly Interface: Intuitive interface makes it easy for users to remove metadata from their images.
  • View Metadata: Gain insights into the metadata embedded in your images, including geolocation, device information, and timestamps, allowing you to make informed decisions about privacy.
  • Share Cleaned Images: Share your images with confidence after removing sensitive metadata, ensuring your privacy is preserved while sharing with friends, family, or on social media platforms.

Getting Started:

Prerequisites:

  • Flutter SDK installed on your development environment.
  • Android Studio or Xcode for running the app on an emulator or physical device.

Installation:

  1. Clone the repository to your local machine:
   git clone https://notabug.org/alimiracle/image_meta_cleaner
  1. Navigate to the project directory:
cd image_meta_cleaner
  1. Run the following command to install dependencies:
flutter pub get
  1. Run the app on an emulator or physical device:
flutter run
  1. To build a release version of the app, run the following commands:

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.

Usage:

  1. Open Image Meta Cleaner: Launch the Image Meta Cleaner app on your device.
  2. Select Image: Tap the "Pick Image" button to choose an image from your device's gallery.
  3. Remove Metadata: Once the image is selected, tap the "Remove Metadata" button to initiate the removal of metadata from the image.
  4. Save Cleaned Image: The cleaned image, without any metadata, will be automatically saved to your device's gallery.

With Image Meta Cleaner, you can easily ensure the privacy and security of your images by removing sensitive metadata before sharing them online.

Contributing:

We welcome contributions from the community! If you encounter any bugs, have feature requests, or would like to contribute enhancements, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine. bash https://notabug.org/<yourusername>/image_meta_cleaner

License:

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.