stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

Unable to render a jpg #128

Closed dontcrash closed 1 year ago

dontcrash commented 1 year ago

Describe the Bug

[CImg] CImgIOException [instance(0,0,0,0,(nil),non-shared)] CImg::load(): Failed to recognize format of file '31919000.1716241083447.6437426e-8914.jpg'. File format is not recognized for '31919000.1716241083447.6437426e-8914.jpg'

To Reproduce

tiv image.jpg

Expected Behavio(u)r

test

Screenshots

No response

Version/Commit Hash

latest

OS Specifics

Linux ubuntu 5.15.0-72-generic #79-Ubuntu SMP Tue Apr 18 16:53:43 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

dontcrash commented 1 year ago

Followed instructions from your original post here:

https://askubuntu.com/questions/97542/how-do-i-make-my-terminal-display-graphical-pictures

Checked the instructions on this github page and realised you have updated building from source to include imagemagick, it is working now