Pim icon indicating copy to clipboard operation
Pim copied to clipboard

PyGObject based image viewer with vim-like keybindings

Results 7 Pim issues
Sort by recently updated
recently updated
newest added

Like webp. What can/could be done? And do I want to?

Question

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

Feature Request

i want zoom lock to make all images fit/full screen, instead of locking the zoom level

Call for improvement

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:...

Call for improvement

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...