Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
297 B

- Load all frames from TIFF files. We have to write our own loader for this to
happen--just like we did for GIF images--because Imlib2 does not support
multiple frames. Issue #241.
- Add support for more embedded thumbnail formats. Right now, sxiv seems to use
the smallest one. Issue #238.