Hidden JPG image Splitter — Python Implementation of hidden JPG image splitter
This repository contains the implementation of jpg image splitter for those jpg image containing hidden images inside a file.
To run the program, first place jpg image that you want to split in to inputs
folder.
The, type:
python split.py
Splitted result will be placed in outputs/narrow
and outputs/wide
.
The program is designed for images taken from Samsung Galaxy S10+. You will need to modify the code for images taken from different devices
This software is being made available under the terms in the LICENSE file.
Any exemptions to these terms requires a license from the Pohang University of Science and Technology.
Project ‘COUPE’ aims to develop software that evaluates and improves the quality of images and videos based on big visual data. To achieve the goal, we extract sharpness, color, composition features from images and develop technologies for restoring and improving by using it. In addition,ersonalization technology through userreference analysis is under study.
Please checkout out other Coupe repositories in our Posgraph github organization.