A Simple X Image Viewer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

6 行
297 B

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