pjrinaldi / wombatforensics

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

Compile Issue from ImageMagick++ #478

Closed pjrinaldi closed 9 months ago

pjrinaldi commented 9 months ago

won't compile, give's errors for setting -D stuff rather than just warnings. need to figure out how to fix or find a different program from imagemagick, maybe graphicsmagick or cimg or something else

pjrinaldi commented 9 months ago

compiled prior to imagemagick update. switching from imagemagick to cimg. so far cimg does what i need, the deciding factor will be in the video thumbnailing and combining the multiple images into one, but otherwise it is working just as well as imagemagick and it's a header i can include in my code to avoid a library.

pjrinaldi commented 9 months ago

almost have imagemagick replaced with cimg. just need to implement video thumbnailing.

pjrinaldi commented 9 months ago

imagemagick is replaced with cimg and it works.