Questions tagged [feh]

6 questions
1
vote
0 answers

Running feh as slideshow and speak captions each img

So I am using the image viewer program feh to create a slideshow of images on an Rpi and display them on a touchscreen as a digital picture frame. I also would like to have the Rpi speak the captions that is associated with each image but am having…
J Dubb
  • 21
  • 1
1
vote
0 answers

python script to open pictures when button is pressed

I am having a hard time figuring out how to close one picture and then open the next. Right now it will close feh if it is already open and then I can click a button and it will open the picture. After a picture button is pressed the kill feh button…
0
votes
0 answers

Rotating an image in feh through the command line without editing the file

I'm using feh to open an image, but I need the image to be rotated only in the feh window. I can't find the command for that, but since it does allow you to rotate the image by pressing the keys, there must be a command that does the same thing,…
sazira
  • 1
  • 1
0
votes
1 answer

Piping png image data to the feh viewer without blocking caller program (Linux, C99)

I use the libGD function gdImagePng(gdImagePtr im, FILE* fs) to pipe PNG images to the image viewer program feh from my program. I would like to be able to display an image and have control return to the calling process so that further images may be…
Xerbla
  • 1
  • 1
-1
votes
1 answer

feh imageviewer endless cycle

I want to build something like a digital photoframe with my Raspberry Pi. On the Raspberry is RaspianOS and the imageviewer feh (version 3.6.3) installed. As I read from the documentation, I expect this command feh -qrYzFD10 ~/Pictures to display…
Flip
  • 31
  • 11
-2
votes
1 answer

What gem or external program should I use with Ruby and Linux, to help to choose an image?

My Ruby script chooses a random image from a directory of photos, it then shows the chosen image to me, by simply calling "feh" image viewer. Currently I can't move on to a next photo, if needed: as the photo must suit somewhat to the music which…
Konstantin
  • 2,983
  • 3
  • 33
  • 55