pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

Check for image file first #461

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 1 year ago

when previewing images, i need to check for already existing image and just load that, if doesn't exist, then convert them...

pjrinaldi commented 1 year ago

Implemented for the conversion so it won't convert it if it already exists.