Skip to content

Commit

Permalink
added usage note
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozturk committed Nov 5, 2017
1 parent 728df50 commit 906967e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/unembedpng.py
Expand Up @@ -4,6 +4,10 @@
# Fixes img tags accordingly.
# Overwrites the original HTML file.

# Usage: unembedpng.py <filename>.html

# Generated files: <filename>_image0.png, <filename>_image1.png, etc.

import sys
from bs4 import BeautifulSoup
from binascii import a2b_base64
Expand Down

0 comments on commit 906967e

Please sign in to comment.