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

+ -

Prerequisites

-
-
  • Install Python3
  • - - -
  • 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

    + -

    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:

    - -

    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
    +            
    +
    +
    - +