Entice is a simple image viewer, based on the EFL (Enlightenment Foundation Libraries)
Go to file
Vincent Torri 344ec60bdd
Add files via upload
2022-08-05 18:02:41 +02:00
.github/workflows change CI name in linux.yml 2022-04-15 16:51:09 +02:00
data Add french translation to entice.desktop 2021-05-21 09:50:52 +02:00
po initial commit, missing image though 2021-02-10 15:31:37 +01:00
src/bin remove non-functional sonar support 2022-04-15 16:39:23 +02:00
.drone.yml drone ci attempt #8 2022-04-16 18:27:24 +02:00
.gitignore Initial commit 2021-02-03 21:43:04 +01:00
.travis.yml update travis.yml 2021-04-26 09:22:45 +02:00
AUTHORS Add exif data and other improvements : 2021-04-12 07:25:22 +02:00
LICENSE Initial commit 2021-02-03 21:43:04 +01:00
README.md Update README.md 2022-08-05 18:01:32 +02:00
entice.png Add files via upload 2022-08-05 18:02:41 +02:00
lgtm.yml update lgtm.yml 2021-06-21 11:14:11 +02:00
meson.build increase warning level 2021-04-30 13:36:36 +02:00
meson_options.txt Fix meson warning 2021-03-17 16:20:24 +01:00

README.md

Entice Logo

Linux CI Build Status Travis Build Status Coverity Scan Codacy Badge Total alerts Language grade: C/C++

Entice

A simple cross-platform image viewer with basic features written with the EFL (Enlightement Foundation Libraries)

License

This application is released under the BSD 2-Clause License

Requirements

The EFL.

Supported images

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
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

Entice can also display PDF files if evas PDF generic loader is enabled

Animated images

Animated images, like gif, avif or jxl, can also be played.

This feature is enabled by default and can be disabled in settings

Shortcuts

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
Original size Ctrl-0
Best fit b
Zoom in +, or =
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
Open Settings right click
Exit Settings right click
Zoom in/out Ctrl-mouse wheel

Interface

TODO

  • help panel
  • about panel
  • image list
  • browser mode