Questions tagged [image-viewer]
17 questions
28
votes
11 answers
Image viewer with auto-reload on file change?
Are there any image viewers which will auto reload the view when the image file is written to?
I normally use debian variations of linux however appreciate all answers related to any "Unix & Linux" environments.
AnnanFay
- 815
- 2
- 10
- 14
3
votes
1 answer
How to display images on a grid which consist specific size (MxN) in FEH?
I have about 30 images (all images of the same size: 300x75) in a directory and would like to present them on a grid of size 5x6.
so far I have done it manually:
$ feh -i --thumb-width 300 --thumb-height 75 --limit-width 300*5 --limit-height 75*6 .…
JammingThebBits
- 426
- 4
- 13
3
votes
1 answer
PDF viewer/reader that supports cycling through documents
In my work I generate lot's of eps/pdf files that contain figures and tables. I want to be able cycle through all eps and pdf files in one directory by just clicking next/using a shortcut in my viewer. It is surprisingly difficult to find a…
Tobias
- 243
- 1
- 2
- 10
2
votes
1 answer
Open images in eog following argument order
I am trying to use eog (Eye of gnome) to open multiple images from the terminal.
When I provide the path to the images as arguments to eog it works, but it displays the images in alphanumerical order instead of following the order of the…
A2020
- 43
- 5
2
votes
0 answers
feh conditional zoom
Is it possible to make feh do --zoom fill only if height or width of the image is less than a specified value during a slideshow so that it won't try to fill a smaller image(less than the dimensions specified) on the screen?
Also, is it possible to…
Jean
- 211
- 1
- 9
1
vote
3 answers
Viewing images date-wise in an image viewer
I am on Debian testing. I have come across this problem before and haven't found any resolution so far using search-engines, perhaps not precise enough, dunno.
The thing is I have a folder/directory called 'Pictures'. Now while I can sort the files…
shirish
- 11,967
- 27
- 107
- 190
1
vote
1 answer
Prevent FIM from looping back to first image
I was looking to use FIM (fbi improved) to triage images, and would like it to not loop round, so its obvious when the list is complete. Prefereably it'd just close, but I'd be happy with any solution.
I was wondering if this is possible?
Would be…
Duncan Wither
- 13
- 2
1
vote
0 answers
Feh vertical flip all images in slideshow
I have a large dataset of images in a directory that I would like to view. feh -f works perfectly to quickly step through the images. The problem is that all the images are flipped upside down. While I could beforehand flip all the images, with for…
TinkeringBic
- 21
- 4
1
vote
4 answers
Need a specific image viewer
After I create a folder with all the pictures I took I always have the same workflow: I enter the slideshow mode then for each picture I either remove, crop/rotate or do nothing.
On Windows it is a breeze through Microsoft Photos but I can't find…
MatTheCat
- 133
- 2
- 11
1
vote
0 answers
feh: concurrent slideshow and montage modes
I have sets of images that are related and that I would like to view in parallel (e.g., images A1, A2, A3, etc. constitute a sequence and images B1, B2, B3, etc. constitute a related sequence). I could prepare a montage of pairs (e.g., A1/B1, A2/B2,…
user001
- 3,598
- 5
- 39
- 54
1
vote
2 answers
Can gnome image viewer (eog) zoom and pan with keyboard ? Any alternatives who can?
I am using UBUNTU 16.04 LTS and so far use the default image viewer to view and examine high res photos. there i often need to quickly toom in and pan around using keyboard (if possible). i can zoom in and out using the num keybad + and - keys. but…
Axel Werner
- 978
- 1
- 9
- 19
1
vote
2 answers
PDF viewer with cuts for big files
My file has 1Mx1M points and I cannot open it with Evince.
There must be something else for the task.
OS: Debian 8.5
Léo Léopold Hertz 준영
- 6,788
- 29
- 91
- 193
0
votes
0 answers
Display png image where desktop wallpaper shows through image transparency
I'm running the latest version of Openbox & Arch.
Everything on my system was updated last week.
How can I display a png image with background transparency on the desktop so that the desktop wallpaper shows through the image transparency, without…
Kes
- 737
- 1
- 8
- 20
0
votes
1 answer
How to view a list of files from a file as an image gallery?
I have a txt file I created with find with the path of many files in different locations, separated by a newline. I want to navigate through these files like an image gallery, preferably with thumbnails. I can turn the newlines into spaces and the …
André M Piva
- 3
- 1
0
votes
0 answers
Multi page, float16 image viewer
Looking for some utility to easily view multipage tiff files, which can display float16/uint16 data, and be able to easy to display next image in directory.
On windows I was using Irfanview for it.
I try a couple of programs, but none of it was able…
tokariew
- 1