ImpulseAdventure / JPEGsnoop

JPEGsnoop: JPEG decoder and detailed analysis
http://www.impulseadventure.com/photo/jpeg-snoop.html
GNU General Public License v2.0
499 stars 83 forks source link

Command line batch output to alternate directory #46

Open ImpulseAdventure opened 5 years ago

ImpulseAdventure commented 5 years ago

Feature request submitted by Bill via the ImpulseAdventure site on 2019/04/24:

Hi, With the GUI, I'm able to batch process and specify an output log directory. How can I do this with the command line interface? All of the log files are being written to the same directory as the source files. Thanks.

Good suggestion. I think it should be relatively straightforward to add support for a new command line option (in SnoopConfig) to specify the output directory, and then alter the operation defined in CJPEGsnoopApp::DoCmdLineCore().