我有一个 1.8GB TIF 图像,我试图在我的机器上使用 Ubuntu 18.04.1 LTS 打开它。我有 8GB 的 RAM 和 2GB 的交换空间。但是,我无法在库存的 Gnome 图像查看器(说“TIFF 图像的尺寸太大”)或 Shotwell(说“缺少照片源文件:[文件路径]”)或 Gimp(错误out),或者在我的具有 4GB RAM 的 Windows 7 VM 上(即使它有超过 2.5GB 的可用空间,也说 RAM 太少),或者 feh,其行为如下:
$ feh DO_NOT_OPEN.tif
TIFFFetchNormalTag: Warning, Incompatible type for "RichTIFFIPTC"; tag ignored.
feh WARNING: DO_NOT_OPEN.tif - No Imlib2 loader for that file format
feh: No loadable images specified.
See 'man feh' for detailed usage information
Run Code Online (Sandbox Code Playgroud)
有没有办法在 Ubuntu 上打开这个图像?
(好奇的是,图片就是这个。我这样命名是因为我第一次尝试打开它时我的电脑崩溃了¯_(?)_/¯ )