求助:怎么预览NEF格式(尼康公司的RAW文件)的图片?
Tofloor
poster avatar
deplu
deepin
2018-03-04 04:30
Author
本帖最后由 deplu 于 2018-3-3 21:29 编辑

首先,深度系统非常好用,感谢你们为大家付出的努力。

1.我目前使用深度15.5系统,不知道怎么预览NEF文件(尼康公司的raw格式),单图已经通过ufraw打开,资源管理器内缩略图预览无法实现。

尝试了https://platero.tuchong.com/t/6182185/中提到的方法,如下所示,但仍然没有效果。

可以选择安装UFRaw来预览Raw格式图片
1. 首先在terminal安装UFRaw
  1. sudo apt-get install ufraw
Copy the Code
2. 然后在/usr/share/thumbnailers 下添加文件ufraw.thumbnailer, 文件内容如下
  1. [Thumbnailer Entry]
  2. Exec=/usr/bin/ufraw-batch --embedded-image --out-type=png --size=%s %u --overwrite --silent --output=%o
  3. MimeType=image/x-3fr;image/x-adobe-dng;image/x-arw;image/x-bay;image/x-canon-cr2;image/x-canon-crw;image/x-cap;image/x-cr2;image/x-crw;image/x-dcr;image/x-dcraw;image/x-dcs;image/x-dng;image/x-drf;image/x-eip;image/x-erf;image/x-fff;image/x-fuji-raf;image/x-iiq;image/x-k25;image/x-kdc;image/x-mef;image/x-minolta-mrw;image/x-mos;image/x-mrw;image/x-nef;image/x-nikon-nef;image/x-nrw;image/x-olympus-orf;image/x-orf;image/x-panasonic-raw;image/x-pef;image/x-pentax-pef;image/x-ptx;image/x-pxn;image/x-r3d;image/x-raf;image/x-raw;image/x-rw2;image/x-rwl;image/x-rwz;image/x-sigma-x3f;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/x-sr2;image/x-srf;image/x-x3f;
Copy the Code
其中image/x-cap是图像的mime-type, 比如image/x-pef就是宾得的raw格式, image/x-nef就是尼康的raw格式。

2.我的电脑用于nextcloud私有云家庭共享,是用以下命令安装的,配置完毕在http连接时正常使用,
  1. sudo snap install nextcloud
Copy the Code

按照nextcloud官方介绍的方法使用以下命令添加证书
  1. sudo nextcloud.enable-https lets-encrypt
Copy the Code

运行结果为
  1. sudo: nextcloud.enable-https:找不到命令
Copy the Code


第2条问题已经解决,主要时snap安装的文件位置不同,正确命令为
  1. sudo /snap/bin/nextcloud.enable-https lets-encrypt
Copy the Code


Reply Favorite View the author
All Replies
avatar
188******76
deepin
2018-03-04 09:40
#1
同用尼康
Reply View the author
Comments
deplu
2018-03-05 00:34
握个爪
avatar
zwq133
deepin
2018-03-04 22:09
#2
早就反应过了,目前暂时么有反应,等呗!
Reply View the author
avatar
521deepin
deepin
2018-03-04 23:58
#3


Fotoxx - - - - - -当前版本18.01.1
你说是预览,这个软件你看看应该是支持这个格式的

https://kornelix.net/fotoxx/fotoxx.html
Reply View the author
avatar
deplu
deepin
2018-03-05 00:20
#4

哈哈,我决定以后拍照直接出JPEG格式了,省得这么麻烦。现在做的是把以前的照片归类整理。
Reply View the author
avatar
deplu
deepin
2018-03-05 00:33
#5
https://bbs.deepin.org/post/153769
Fotoxx - - - - - -当前版本18.01.1
你说是预览,这个软件你看看应该是支持这个格式的

谢谢你。我已经安装这个软件了,这会正在扫描建立索引,看到它具备自行生成缩略图的功能,希望可以实现我的目标。
Reply View the author
avatar
deplu
deepin
2018-03-05 01:39
#6
可能因为nef文件的缘故,后面的thumbnail生成越来越慢了,离上一个帖子一个半小时过去,还没有完成。
Reply View the author
avatar
deplu
deepin
2018-03-05 04:01
#7
本帖最后由 deplu 于 2018-3-4 20:35 编辑

可以读取nef文件,但速度确实比较慢。
我另外找到了几个解决办法,但都是针对Ubuntu的,应该需要针对深度进行调整。
  1. sudo apt-get install libopenraw1 libopenrawgnome1 gnome-raw-thumbnailer
Copy the Code
https://ubuntuforums.org/showthread.php?t=1907877&p=11608460#post11608460

Reply View the author
avatar
jingle
deepin
2018-03-05 17:39
#8
https://bbs.deepin.org/post/153769
可以读取nef文件,但速度确实比较慢。
我另外找到了几个解决办法,但都是针对Ubuntu的,应该需要针对深度进 ...

https://www.deepin.org/2016/10/2 ... r-v1-1-is-released/  看1.1 的时候就是支持看图打开的啊

至于预览的话看看是不是文管的问题  提供下源文件看看
Reply View the author
avatar
paopao123
deepin
2018-03-06 03:51
#9
没有尼康相机,没试过,说是支持的

Reply View the author
Comments
deplu
2018-03-06 17:24
非常感谢!
avatar
deplu
deepin
2018-03-06 16:36
#10
本帖最后由 deplu 于 2018-3-6 08:37 编辑
https://bbs.deepin.org/post/153769
https://www.deepin.org/2016/10/27/deepin-image-viewer-v1-1-is-released/  看1.1 的时候就是支持看图 ...

谢谢,看图证实可以用,我试过了。
文管指的是文件管理器吗?怎么提供源文件,我是新手,不好意思。




Reply View the author
avatar
jingle
deepin
2018-03-06 17:03
#11
https://bbs.deepin.org/post/153769
谢谢,看图证实可以用,我试过了。
文管指的是文件管理器吗?怎么提供源文件,我是新手,不好意思。

你上传网盘什么的  提供一个地址
Reply View the author
avatar
deplu
deepin
2018-03-08 22:19
#12
https://bbs.deepin.org/post/153769
你上传网盘什么的  提供一个地址

谢谢,我的网盘只是局域网用nextcloud搭建的私人云盘。发现linux下的软件对于nef文件支持和读取速度还有待提高,所以我用了一个笨办法———找了一块闲置硬盘装了Windows,加入这台电脑,然后Windows下筛选处理完文件后再回到linux下由nextcloud客户端完成同步。
深度系统非常好用,现在已经成为我的首选系统,台式机和笔记本都用上了,谢谢你们的不断努力。
Reply View the author