entice/README.md

101 lines
3.2 KiB
Markdown
Raw Normal View History

2021-04-19 23:47:07 -07:00
[![Entice Logo](https://github.com/vtorri/entice/raw/master/data/icons/entice.png)](https://github.com/vtorri/entice)
2022-04-15 09:25:38 -07:00
[![Linux CI](https://github.com/vtorri/entice/actions/workflows/linux.yml/badge.svg)](https://github.com/vtorri/entice/actions/workflows/linux.yml)
2021-09-19 11:32:53 -07:00
[![Build Status](https://cloud.drone.io/api/badges/vtorri/entice/status.svg)](https://cloud.drone.io/vtorri/entice)
2022-04-16 09:51:01 -07:00
[![Travis Build Status](https://travis-ci.com/vtorri/entice.svg?branch=master)](https://travis-ci.com/github/vtorri/entice)
2021-04-29 00:52:16 -07:00
[![Coverity Scan](https://scan.coverity.com/projects/23000/badge.svg)](https://scan.coverity.com/projects/vtorri-entice)
2021-05-03 23:45:20 -07:00
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c2497520f8e444bca108086993b41e81)](https://www.codacy.com/gh/vtorri/entice/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vtorri/entice&utm_campaign=Badge_Grade)
2021-06-21 02:36:46 -07:00
[![Total alerts](https://img.shields.io/lgtm/alerts/g/vtorri/entice.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vtorri/entice/alerts/)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/vtorri/entice.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vtorri/entice/context:cpp)
2021-04-19 22:36:30 -07:00
2021-02-11 08:21:54 -08:00
### Entice
2021-05-04 05:00:30 -07:00
#### A simple cross-platform image viewer with basic features written with the EFL (Enlightement Foundation Libraries)
2021-02-11 08:21:54 -08:00
2021-04-30 06:35:44 -07:00
### License
2021-02-11 08:21:54 -08:00
This application is released under the BSD 2-Clause License
2021-04-30 06:35:44 -07:00
### Requirements
2021-02-11 08:21:54 -08:00
The EFL.
### Supported images
2021-04-01 00:30:23 -07:00
The following image formats (with the corresponding file extension) are
supported, if they are supported by the EFL:
Image format | File extension
------------ | --------------
avif | .avif, .avifs, .avis
2021-04-01 00:31:28 -07:00
bmp | .bmp
dds | .dds
gif | .gif
heif | .heif
ico | .ico, .cur
jp2k | .jp2k, .jp2,.jpx, .jpf
jpeg | .jpg, .jpeg, .jfif
jxl | .jxl
pmaps | .pbm, .pgm, .ppm, .pnm
png | .png
psd | .psd
raw | a lot...
svg | .svg, .svg.gz
tga | .tga
tgv | .tgv
tiff | .tiff
wbmp | .wbmp
webp | .webp
xcf | .xcf
xpm | .xpm
2021-08-09 03:50:27 -07:00
Entice can also display PDF files if evas PDF generic loader is enabled
2021-02-11 08:21:54 -08:00
2021-04-01 00:38:42 -07:00
### Animated images
2021-04-01 00:38:18 -07:00
Animated images, like gif, avif or jxl, can also be played.
2021-02-11 08:21:54 -08:00
2021-04-01 00:50:23 -07:00
This feature is enabled by default and can be disabled in settings
2021-04-01 00:38:18 -07:00
2021-02-11 08:21:54 -08:00
### Shortcuts
2021-02-11 23:42:50 -08:00
Action | Shortcut
------ | --------
Quit | Esc (when no panel is shown), or q, or Ctrl-q
Toggle fullscreen | F11 or f
Next image | space, or right arrow, or down arrow, or Next key
Previous image| backspace, or left arrow, or up arrow, or Prior key
First image | home, or Alt-home
Last image | end, or Alt-end
rotation clockwise | Ctrl-r
rotation counter-clockwise | Ctrl-Alt-r
2021-02-12 06:37:26 -08:00
Original size | Ctrl-0
Best fit | b
Zoom in | +, or =
2021-04-08 04:51:38 -07:00
Zoom out | -
Resize window to real image size (implies zoom 100%) | n
Manage Settings | s
Show EXIF data | e
Copy file in clipboard | Ctrl-c
Copy file name in clipboard | Ctrl-Shift-c
Exit Settings or Exif panels | Esc
### Mouse
Action | Shortcut
------ | --------
fullscreen | double click
2021-02-28 01:23:36 -08:00
Open Settings | right click
Exit Settings | right click
2021-04-08 11:34:38 -07:00
Zoom in/out | Ctrl-mouse wheel
2022-08-05 09:01:32 -07:00
### Interface
### TODO
2022-08-05 09:01:32 -07:00
- [ ] help panel
- [ ] about panel
2021-07-12 02:20:46 -07:00
- [ ] image list
- [ ] browser mode