wanadev /
yoga
Converts and optimizes images and 3D models
Loading repository data…
devyash2930 / repository
JPEG and PNG are the two image file formats that prevail over other formats. One format is not better than the other, rather both have their own uses. We have implemented basic PNG and JPEG compression here.
For PNG Compression:
Implementation of image compression using LZW has been implemented.
Working :
encoderv4.py reads an image and performs LZW on it. Name of the image file has been asked to the user and it should be without extension.
comp.lzw file is created which is the encoded pixel values of the given input image.
decodedv4.py reads the encoded file, decodes it and recreates the image using pixel values.
output.png is the compressed output image file and it can be clearly seen that its size is less than the input file.
For JPEG compression:
Implementation of image compression using DCT has been implemented.
Working:
DCT_1(DCT).py reads an image and performs DCT, applies quantization and encodes it by run length encoding.
Encoded image file will be poped up after running the above file.
image.txt file will be created by encoding.
DCT_2(inverse_DCT) reads the encoded file, performs inverse DCT, applies dequantization, decodes it and recreates the image using decoded image pixel values.
Final file name will be "user file name+_compressedImage.jpg".
In the final output file image has block-artifacts which are visible.
Youtube video link:- https://www.youtube.com/watch?v=Kj-U2hxwBtM
Selected from shared topics, language and repository description—not editorial ratings.
wanadev /
Converts and optimizes images and 3D models
aoguai /
AGPicCompress 是一个用于图片压缩的 Python 项目,支持 JPEG 和 PNG 格式的图片压缩。| AGPicCompress is a Python project for image compression, supporting JPEG and PNG formats.
remixer-dec /
PNG and JPEG decoder / parser / renderer in pure micropython
georgekhananaev /
Efficient and expeditious software designed for the swift compression, conversion, and resizing of multiple images simultaneously.
hudacbr /
# D-TECT D-TECT - Pentest the Modern Web Author: [Shawar Khan] (https://shawarkhan.com/about/) Disclaimer: I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing. ###Compatibility: * Any platform using Python 2.7 ###Requirements: * Python 2.7 * Modules(included): Colorama, BeautifulSoup ###Description: **D-TECT** is an All-In-One Tool for Penetration Testing. This is specially programmed for Penetration Testers and Security Researchers to make their job easier, instead of launching different tools for performing different task. **D-TECT** provides multiple features and detection features which gather target information and finds different flaws in it. ###Features: * Sub-domain Scanning * Port Scanning * Wordpress Scanning * Wordpress Username Enumeration * Wordpress Backup Grabbing * Sensitive File Detection * Same-Site Scripting Scanning * Click Jacking Detection * Powerful XSS vulnerability scanning * SQL Injection vulnerability scanning * User-Friendly UI ###Usage: python d-tect.py #Screenshots: ###Menu:  ###Banner Grabbing:  ###Click Jacking Detection:  ###Port Scanner:  ###WP Backup Grabber:  ###Sensitive File Detection:  ###Cross-Site Scripting [ XSS ] Scanner:  ###SQL Injection [ SQLI ] Scanner:  ###Sub-domain Scanner:  ###WP Username Enumeration:  ###Same Site Scripting detection:  # Special Thanks To: * Curt Smith * Tayyab Qadir * Mugees Ahmad
victordomingos /
A desktop app written in Python, that exposes and unlocks the full power of Optimize Images in a nice graphical user interface, to help you reduce the file size of images.