Pim
Pim copied to clipboard
PyGObject based image viewer with vim-like keybindings
this might be a bit too specific to my needs, but i'd like a feature where only horizontal, or only vertical images are displayed. find the screen ratio, compare to...
when the slideshow reaches the end and loops back, flash the screen or something to notify the user
i want zoom lock to make all images fit/full screen, instead of locking the zoom level
Since the latest major release of `python-gobject (3.54.x)` there are various deprecations: ``` /usr/bin/pim:252: DeprecationWarning: GdkPixbuf.PixbufAnimation.new_from_file is deprecated g.pixbufOriginal = GdkPixbuf.PixbufAnimation.new_from_file(path) /usr/bin/pim:253: DeprecationWarning: GdkPixbuf.PixbufAnimation.is_static_image is deprecated if g.pixbufOriginal.is_static_image(): /usr/bin/pim:254: DeprecationWarning:...
I was looking through the code to see how you were populating the status bar but couldn't suss it out. I wanted to add a field to display image resolution...