Entice is a simple image viewer, based on the EFL (Enlightenment Foundation Libraries)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Vincent Torri 5122896d81 README.md mention github mirror 1 year ago
data add interface image 1 year ago
po initial commit, missing image though 3 years ago
src/bin move list image creation after window creation 1 year ago
.drone.yml fix CI 1 year ago
.gitignore Initial commit 3 years ago
.travis.yml update travis.yml 2 years ago
AUTHORS Add exif data and other improvements : 3 years ago
LICENSE Initial commit 3 years ago
README.md README.md mention github mirror 1 year ago
entice.png Add files via upload 1 year ago
lgtm.yml update lgtm.yml 2 years ago
meson.build increase warning level 2 years ago
meson_options.txt Fix meson warning 3 years ago

README.md

Entice Logo

Build Status Coverity Scan Total alerts Language grade: C/C++

Entice

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

Development is done in Enlightenment repository. Github mirror can be found here.

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

interface

TODO

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