ESultanik / bin2png

A simple cross-platform script for encoding any binary file into a lossless PNG.
GNU General Public License v2.0
14 stars 7 forks source link

Refined arguments to functions. Made sure system argument 0 wasn't i… #2

Open zenarcher007 opened 4 years ago

zenarcher007 commented 4 years ago

Made sure functions were using the correct arguments given through Argparse. Made sure sys.argv[0] wasn't included in the arguments list Changed the function that was originally called within the file_to_png function to be called right before it. Made sure functions used the same FileReader object, which helps especially with stdin input.

RomainTT commented 1 year ago

@ESultanik could you merge this please? I would like to make a new PR on top of this.

ESultanik commented 2 months ago

Sorry this dropped off my radar, I am going to try and merge this, but there are some conflicts.