Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On beta versions of termux such bug #91

Closed
bropines opened this issue Oct 6, 2022 · 4 comments
Closed

On beta versions of termux such bug #91

bropines opened this issue Oct 6, 2022 · 4 comments

Comments

@bropines
Copy link

bropines commented Oct 6, 2022

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

@hzeller
Copy link
Owner

hzeller commented Oct 6, 2022

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
Copy link
Author

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
Copy link
Owner

hzeller commented Nov 13, 2022

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
Copy link

Use termux-monet and close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@hzeller @bropines @aicynide and others