From 44f2038fe8995242fdb967d2ba22c6b232a1066f Mon Sep 17 00:00:00 2001 From: Arpit Sarang Date: Thu, 24 Oct 2024 10:42:56 +0530 Subject: [PATCH] Update index.html The code changes create a modern, clean, and minimalist design for the webpage. It uses a light background with a green header and white text for contrast. The content is structured within a centered container with rounded corners and subtle box shadows for depth. Key features are listed with left-aligned borders for emphasis, and code blocks are styled with a dark theme for readability. A responsive design ensures the page adapts to different screen sizes, while the footer provides visitor counts and branding. --- index.html | 347 ++++++++++++++++++----------------------------------- 1 file changed, 118 insertions(+), 229 deletions(-) diff --git a/index.html b/index.html index 952ad61..9bea189 100644 --- a/index.html +++ b/index.html @@ -1,248 +1,137 @@ - - - Exif Images Edition - + + + + Exif - Image Metadata Tool + -
-

- - Exif-Images Edition -

-
- -

Features

-
- +
+

Exif - Image Metadata Tool

+
-

Supported Formats

-
- +
+ Exif Logo -

Installation and Usage Instructions

-
-
    -
  1. Add .jpg to subfolder ./images from where the script is stored.
  2. -
  3. Note: Most social media sites strip exif data from uploaded photos.
  4. -
+

Features

+
    +
  • Extract EXIF data from images (JPG, JPEG, PNG)
  • +
  • Clear EXIF data from images
  • +
  • Save EXIF data to a text file
  • +
-

Prerequisites

-
-
  • Install Python3
  • -
      -
    • Debian, Ubuntu, Etc: sudo apt-get install python3
    • -
    • Fedora, Oracle, Red Hat, etc: su -c "yum install python"
    • -
    • Windows: Python for Windows
    • -
    - -
  • Install Pillow (Pillow will not work if you have PIL installed): -
    python3 -m pip install --upgrade pip
    -python3 -m pip install --upgrade Pillow
    -pip install Pillow moviepy
    -pip install eyed3
    -
  • +

    Supported Formats

    +
      +
    • Images: PNG, JPG, JPEG, GIF, BMP, TIFF
    • +
    • Videos: MP4, MKV, AVI, MOV
    • +
    • Audio: MP3 (limited support)
    • +
    -

    Installation

    -
    -

    Copy & paste the following commands:

    -
    - -
    git clone https://github.com/AryanVBW/Exif.git
    +        

    Installation Instructions

    +

    Follow these steps to install and run the Exif tool:

    + +
    +
    +git clone https://github.com/AryanVBW/Exif.git
     cd Exif
    -python3 exif-main.py
    -
    - -

    To remove exif data from images, use the following command:

    -
    - -
    python3 remove-exif.py
    -
    +python3 exif-main.py +
    +
    -

    πŸ“ΈπŸŽ₯πŸ” Direct Use

    -
    -

    Discover the hidden details in your media files effortlessly! Simply run this script and:

    -
      -
    • 🌐 Enter the path to your images, videos, or audio files.
    • -
    • πŸ’Ύ Choose where to save the extracted Exif data.
    • -
    -

    Unearth the metadata magic with style!

    +

    Prerequisites

    +
    +
    +sudo apt-get install python3  # For Debian/Ubuntu
    +pip install Pillow moviepy eyed3  # Install required libraries
    +            
    +
    -

    Copy and paste this:

    -
    - - -
    git clone https://github.com/AryanVBW/Exif.git
    -cd Exif
    -python3 exif-raw.py
    -
    - -

    Use these commands to print jpg output directly on terminal or PowerShell:

    -
    - - -
    +

    Removing EXIF Data

    +

    To remove EXIF data from images, use the following command:

    +
    +
    +python3 remove-exif.py
    +            
    +
    -

    - Visitor count
    - -

    -
    +

    Direct Use

    +

    To use the Exif tool directly for metadata extraction:

    +
    +
    +python3 exif-raw.py
    +            
    +
    - -
    - Floating Logo -
    +

    Print EXIF Data

    +

    To print EXIF data directly to the terminal for JPG images:

    +
    +
    +python3 exif.py
    +            
    +
    +
    - +