hzeller / timg

A terminal image and video viewer.
GNU General Public License v2.0
1.91k stars 73 forks source link

On beta versions of termux such bug #91

Closed bropines closed 1 year ago

bropines commented 1 year ago

Screenshot_2022-10-07-02-32-00-066_com termux

hzeller commented 1 year ago

You probably need to report that who is packaging timg for termux: this looks like a linking issue with the underlying graphics library.

If you compile it yourself, maybe switch off the WITH_GRAPHICSMAGICK option to cmake. Then the fallback code will also be able to open the png image.

bropines commented 1 year ago

It seems that support was not removed by commits, but for some reason it outputs like this. Screenshot_2022-10-18-03-02-16-870_com termux

hzeller commented 1 year ago

timg can't determine the size of the textcell because termux needs to implement TIOCGWINSZ with ws_xpixel and ws_ypixel set. Without that, timg does not have enough information to show animations or videos.

Please file a feature request with termux to have it implemented @rihaq

aicynide commented 1 year ago

Use termux-monet and close this issue