{ "info": { "author": "Laode Hadi Cahyadi", "author_email": "licface@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution", "Topic :: Text Processing :: General", "Topic :: Utilities" ], "description": "Simple Decode Encode Image\r\n=================================\r\nSimple Command line and module for Decode/Encode Image File\r\n\r\nUsage\r\n=========\r\n
\r\n usage: decode_image.py [-h] [-m IMAGE] [-o IMAGE_OUT] [-s STRING] [-c] [-f FILENAME] {decode,encode} ...\r\n\r\n optional arguments:\r\n -h, --help show this help message and exit\r\n -m IMAGE, --image IMAGE\r\n Image path\r\n -o IMAGE_OUT, --image-out IMAGE_OUT\r\n Save Image path\r\n -s STRING, --string STRING\r\n String Image have being encode\r\n -c, --copy Copy string out/result to clipboard\r\n -f FILENAME, --file FILENAME\r\n Store string out/result to file\r\n\r\n TYPE:\r\n {decode,encode}\r\n decode Decode Image File FROM string\r\n encode Encode Image File TO string encode Encode Image File TO string\r\n \r\n\r\nAuthor\r\n==============\r\n\r\nlicface