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

Portable configuration #29

Open ImpulseAdventure opened 7 years ago

ImpulseAdventure commented 7 years ago

Although the intention was to make JPEGsnoop portable, it currently writes the configuration and database into the following locations:

Configuration settings: Registry: HKEY_CURRENT_USER\Software\ImpulseAdventure\JPEGsnoop

User Database: C:\Documents and Settings\Owner\Application Data\JPEGsnoop\JPEGsnoop_db.dat

Instead, to make JPEGsnoop more portable, it should probably just write both into the application's directory.

[2010/11/06] First created at https://sourceforge.net/p/jpegsnoop/feature-requests/32/