ueberzug
ueberzug copied to clipboard
Continuation of ueberzug
Hey, I was trying to install `ueberzug` using pip but it showing this error: ```sh $ pip install ueberzug Defaulting to user installation because normal site-packages is not writeable ERROR:...
I've been using Ueberzug in a program, and I noticed the scaling_position option, but I don't understand what it does. I've tried using it in combination with images of various...
@jstkdng to be honest i do feel tempted to just be lazy and take https://github.com/gokberkgunes/ueberzug-tabbed/pull/5 into this repo, adjust what needs to be adjusted and then try the many cmake...
I noticed image previews stop working this morning after an update. [This](https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#backwards-incompatible-changes) seems to be the cause. I fixed the issue by replacing `Image.ANTIALIAS` with `Image.LANCZOS` in the following modules:...
I'm packaging it with makedeb, it's like makepkg (arch) but for debs. It complains that the path of the compilation folder is in the package. It's a compilation issue. It...
aka: ``` /usr/lib/python3.11/site-packages/ueberzug/X/X.c /usr/lib/python3.11/site-packages/ueberzug/X/X.h /usr/lib/python3.11/site-packages/ueberzug/X/Xshm.c /usr/lib/python3.11/site-packages/ueberzug/X/Xshm.h /usr/lib/python3.11/site-packages/ueberzug/X/display.c /usr/lib/python3.11/site-packages/ueberzug/X/display.h /usr/lib/python3.11/site-packages/ueberzug/X/math.h /usr/lib/python3.11/site-packages/ueberzug/X/python.h /usr/lib/python3.11/site-packages/ueberzug/X/util.h /usr/lib/python3.11/site-packages/ueberzug/X/window.c /usr/lib/python3.11/site-packages/ueberzug/X/window.h ``` Also getting a setuptools warning (using setuptools-67.6.1): ``` /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing ' ueberzug.X' as data is...
thinking about this going forward and something i would like to have in 18.3.0 i have a couple ideas of how the sixel support should work which currently differ from...
Workflow
I had thought that perhaps keeping this repo attached to seebye's was good for the moment as it would allow everyone who already had a fork to just checkout 31463ec8152057d0b7d33517745ef2da2f239fc1...
In some cases ueberzug won't position an image correctly along the cell boundaries of the terminal. I have encountered this in terminals which have a menu bar at the top...