Giter Site home page Giter Site logo

immage's Introduction

Immage

Immage (i'm mage ๐Ÿ”ฎ) - a cross-platform GUI image analysis tool (steganography tool) and hidden data extractor. The tool applies different steganography algorithms (pixel color manipulations and bit manipulations) on the imported image in order to find hidden artifacts.

Written in ๐Ÿ Python. GUI - Tkinter. GUI Design - Figma, Tkdesigner.

Example

Installation

From GitHub release

Click on GitHub Releases section and download binary for a specific OS

From source

  1. Clone the repo
git clone https://github.com/SafarSoFar/immage
  1. Download pyinstaller, tkinter and pillow
pip install pyinstaller, tk, pillow
  1. Build for Windows/Linux

Windows PyInstaller arguments:

pyinstaller --onefile --add-data "assets/*.png;assets/" --name immage immage_app.py

Linux PyInstaller arguments:

pyinstaller execution config: pyinstaller --onefile --name immage --hidden-import='PIL._tkinter_finder' --add-data "assets/*.png:assets/" immage_app.py

Usage

  1. Execute the program binary. Linux:
    ./immage
    
    Windows: Click on immage.exe or type in a console
    .\immage.exe
    
  2. The GUI application will pop up
  3. Import an image via Change Image GUI button

Linux v0.1-beta build : Python 3.9.19 Windows v0.1-beta bulld : Python 3.9.0

immage's People

Contributors

safarsofar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.