Download Latest Version VenetaViewer_Linux-1.3.1_X64.tar.xz (6.5 MB)
Email in envelope

Get an email when there's a new version of Veneta Viewer

Home
Name Modified Size InfoDownloads / Week
Veneta Viewer 2020-12-27
README.txt 2020-12-29 1.8 kB
appicon_grp.ico 2018-01-17 102.1 kB
license.txt 2016-06-19 719 Bytes
license_gplv3.txt 2016-06-19 32.0 kB
Totals: 5 Items   136.7 kB 5
Change log:

1.3.1 - Stability improvements.

1.3 (Linux) - This release contain support for environments other than KDE
- It's still unstable and not bug-free, specially for image sequences/animated gifs

Dependencies: ffmpeg, GLEW, freeimage.

1.2.3 (Windows) - Fixed blank screen issues on launch.
Added option to export image sequences.

=====================================================================================
How to install (Linux):

install ffmpeg:
sudo apt-get install ffmpeg

Install OpenGL dev packages with:
sudo apt-get update
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev

Download wxWidgets source at:
https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2

Extract and enter the directory, following these steps:
https://wiki.wxwidgets.org/Compiling_and_getting_started

Follow these instructioons (just build at the configure step for gtk 3 and OpenGL e.g.):
../configure --with-gtk=3 --with-opengl

Create a symlink for freeimage and glew:
sudo ln -s '/path/to/download/libfreeimageplus.so.3' '/usr/lib/libfreeimageplus.so.3'
sudo ln -s '/path/to/download/libGLEW.so.2.2' '/usr/lib/libGLEW.so.2.2'

The program (hopefuly) should now run.

To create a shortcut with icon place the included VenetaViewer.desktop file
at ~/.local/share/applications (Don't forget to edit it putting your file location)


=====================================================================================
Known issues:

- Printing is broken in Linux

- Palletized images won't load on Nvidia GPUs.

- Low quality image sequence option does not work in Veneta x86 build, the original image is returned.

- Some EXR images might crash in the x64 build while opens fine in the x86 build.
Source: README.txt, updated 2020-12-29