https://github.com/themcaffee/fatphoto
Store any file in a GIF
https://github.com/themcaffee/fatphoto
Last synced: about 2 months ago
JSON representation
Store any file in a GIF
- Host: GitHub
- URL: https://github.com/themcaffee/fatphoto
- Owner: themcaffee
- License: mit
- Created: 2017-06-08T22:14:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T10:46:29.000Z (about 9 years ago)
- Last Synced: 2025-03-22T06:17:01.042Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fat Photo
Store any file inside of a GIF file. The output GIF will be viewable as the original GIF as well
as able to be unzipped.
Tested and working on Ubuntu Linux with Python 2.7
### Example
```bash
# Create the new gif/pdf file
./fatphoto.py test.pdf --gif-source cool.gif
# Retrieve the original file
unzip test.pdf.gif
```
__Note: You may get a warning when unzipping about junk data at the beginning of the file. This
can be ignored.__
### Usage
```
usage: fatphoto.py [-h] [--gif-source GIF_SOURCE] [--output OUTPUT_DIR]
[--verbose]
file
```