Re: [Workerfm-users] xli version with imlib2
Brought to you by:
hoffmannr
|
From: Folsk P. <fol...@co...> - 2024-12-30 12:35:50
|
In my experience just using the 'display' from imagemagic was a much more painless experience short spending maybe an hour writing preview scripts. -auto-orient is highly relevant to you exif rotation handling. It also handles much more image formats. And it doesn't cost that much since you install imlib2 anyway. I wanted to bully feh into doing the thing but for some bizarre reason it complains about bad X window or whatever and doesn't work with worker, even though its --window-id option is supposed to work. FWIW it does work with xsecurelock. On Wed, 18 Dec 2024 16:10:19 +0100 noospot via Workerfm-users <wor...@li...> wrote: > hi, > > next multiple attempt to use other pictures viewers, I had the idea it > maybe would be simpler to modify xli. > In fact, it's actually much easier! > > so I modified xli, > -no gamma handling (code bypassed) so colors are more often right. > -imlib2 images > -imlib2 exif rotation handling > -small fixes > > it's "on my machine it works" quality. > > there are quite a few xli bugs still being there, do not use on > crucial machine. > https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=xli;dist=unstable > > on my website is a debian i386 binary package, and a source package, > my changes are apllied as quilt patches so are easy to verify. > it could be made an x86_64 package with the command: > dpkg-buildpackage -rfakeroot -D -b -uc > in the source package unpacked top dir. > > https://noospot.dynv6.net/debian/bullseye/00cover.en.htm#xliboost > > > > > thanks, |