a cross-platform application designed to remove metadata from images, ensuring user privacy and security. move to: https://gitlab.com/alimiracle/image_meta_cleaner

alimiracle 75d7f08796 move to codeberg 1 tydzień temu
android be59b15f94 android: new res 3 tygodni temu
assets e2ede3339f convert svg to png image 2 tygodni temu
fastlane f2804ad20f add fastlane 1 tydzień temu
ios e4079d27da change the app icons 2 tygodni temu
lib 5f7f744d7a move to 1.1 2 tygodni temu
linux 2538ac92e3 update rede me file and rename the app in android site 4 tygodni temu
macos e4079d27da change the app icons 2 tygodni temu
snap 5f7f744d7a move to 1.1 2 tygodni temu
windows e4079d27da change the app icons 2 tygodni temu
.gitignore 1b6400f1d8 image_meta_cleaner 1 miesiąc temu
.metadata 1b6400f1d8 image_meta_cleaner 1 miesiąc temu
LICENSE 1b6400f1d8 image_meta_cleaner 1 miesiąc temu
README.md 75d7f08796 move to codeberg 1 tydzień temu
analysis_options.yaml 1b6400f1d8 image_meta_cleaner 1 miesiąc temu
flutter_version 69499c8c23 flutter_version file 1 tydzień temu
pubspec.lock a550be4fc5 update pub pkgs 2 tygodni temu
pubspec.yaml a550be4fc5 update pub pkgs 2 tygodni temu

README.md

Important Note:

this project has been archived here and migrated to CodeBerg. To access the project,

visit this Link

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://gitlab.com/image_meta_cleaner

License:

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