123456789101112131415161718192021222324 |
- name: image-meta-cleaner
- title: Image Meta Cleaner
- version: '1.1'
- summary: A cross-platform image metadata removal tool
- description: |
- 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.
- icon: snap/gui/image-meta-cleaner.png
- license: GPL-3.0
- base: core22
- confinement: strict
- grade: stable
- apps:
- image-meta-cleaner:
- command: image_meta_cleaner
- extensions: [gnome]
- parts:
- image-meta-cleaner:
- source: https://notabug.org/alimiracle/image_meta_cleaner.git
- plugin: flutter
- flutter-target: lib/main.dart
|