Java: How to get the thumbnail from a file

前端 未结 4 781
孤城傲影
孤城傲影 2020-12-06 01:15

In windows explorer (and linux gnome) shows for each file a thumbnail or icon. Like with EXEs, images, videos, txt-files, ini-files, Word documents and so m

4条回答
  •  情深已故
    2020-12-06 01:19

    If you are looking for a plattform-independent (i.e. pure java) solution, hava a look at JavaThumbnailer. It's still beta, though, and has a limited number of supported file types.

提交回复
热议问题