pjrinaldi / wombatforensics

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

Digging Image/Video Thumbnails #397

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

I want to change the setting to be generating image/video thumbnails for just selected, checked, or all same as other options.

pjrinaldi commented 2 years ago

working on fixing image/video so it only does what is selected/checked

pjrinaldi commented 2 years ago

working on returnfilecontent function, i got imgtype() 15 and e-p-f file, need to work on carved and zip next.

pjrinaldi commented 2 years ago

working on generate thumbnails for images, currently erroring out on writing png file.

pjrinaldi commented 2 years ago

need to attempt to write out to jpg and see if it works.

pjrinaldi commented 2 years ago

imagemagick is working again and image thumbnails are working using png, so yeah. the issue was a variable for the path which wasn't being set, so the location to write the fail would fail, but what a dumb error which leads me to think the png decoder wasn't there.

pjrinaldi commented 2 years ago

video thumbnailer is working and i fixed returnfilecontent so it handles the last layout entry and correctly gets the no slack file content.