1
0
Fork
You've already forked plio
0
forked from klartext/plio
PLIO Image Viewer, the viewer with many sorting options. PLIO stands for Pleasant Image Order.
  • C 99.6%
  • Makefile 0.4%
2025年07月11日 22:08:16 +08:00
doc Missing header files included/added. 2025年02月01日 02:40:30 +01:00
src Fix a security issue in fprintf(3) 2025年07月11日 22:08:16 +08:00
.gitignore PLIO: Initial Public Commit. 2023年04月30日 04:08:14 +02:00
LICENSE PLIO: Initial Public Commit. 2023年04月30日 04:08:14 +02:00
README.md Comment on related problems. 2025年02月19日 00:35:40 +01:00

PLIO Image Viewer

PLIO stands for "Pleasant Image Order", indicating, that PLIO offers a lot of sort options for the images, so that you can view the images in the order that pleases you.

Info (2025年02月19日)

After installing the SDL2-Compatibility library sdl2-compat not only was it necessary to add Header-Files, which were included automatically by SDL2 before. Now from a very small memory footprint plio turned into a memory hungry monster, eating even more memory than even the greedy firefox.

So if you can avoid installing the mentioned compatibility layer/library, please do it and wait until SDL3 will be mature enough to be used directly.

Info (2024年06月24日)

New commands: goto next marked image with key n, goto previous marked image with key N.

Info (2023年10月25日)

Two settings that so far were determined by the settings in the file config.h can now be set by the user:

  • The font name can now be changed with the environment variable PLIO_FONTNAME.
  • The prescaling (scaling of the thumbsize and fontsize as well as the margins) can be set via environment variable PLIO_PRESCALE.

Info (2023年07月25日)

  • 'R' key is now available for renaming the basename to index value by replacing the basename (besides file extension), instead of prepending the index value.

Info (2023年07月19日)

  • 'F' key is now also used to toggle fullscreen/default-size, because the ˆ-key was not working on all keyboard-mappings-/variants.

Info (2023年06月02日)

  • A problem (no image previews visible) with plio 2023年05月15日.0 (or newer commits) has been reported for one instance of a high-dpi environment on FreeBSD. If you encounter this problem too, please try plio 2023年05月08日.0 and report an issue. Possibly the problem was in the setup of the system, not caused by plio; I'm waiting for feedback since then.