pjrinaldi / wombatforensics

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

Image viewer #451

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 1 year ago

Need to implement an image viewer.

pjrinaldi commented 1 year ago

image view widget should work for the image viewer.

pjrinaldi commented 1 year ago

image viewer is working for double clicking the file as well as inline display when single clicking the file. i use magick++ to convert the image to a png, write it to a tmp file and then read it back in to FXPNGImage to load into the FXImageView

pjrinaldi commented 1 year ago

don't like either of these, they load too slow for 1MB files. so i'm going to external viewer and hex for main display.