Python plugin for eog 2.32: Mouse Coordinates

sdaau <[email protected]> Mon, 21 Jan 2013 12:25:08 +0100
Newsgroups gmane.comp.gnome.apps.Eog
Message-ID <[email protected]>
Hi list, 

Just wanted to notify about a Python plugin that I wrote for eog 2.32:

http://sdaaubckp.svn.sourceforge.net/viewvc/sdaaubckp/extensions/eog/mousecoords/

From the .py file:

# Mouse coordinates Python plugin for Eye of GNOME

# On mouse motion, shows in statusbar: 
# scaled image size, 
# window coords, and 
# image pixel coords of pointer.


The first revision of the .py file: 

http://sdaaubckp.svn.sourceforge.net/viewvc/sdaaubckp/extensions/eog/mousecoords/mousecoords.py?revision=344&view=markup

... has a bunch of comments (which I may delete if I develop more later on), which may be helpful as a tutorial. 

I realize in the meantime Gnome/Eog went all the way to v3; if/when I make the switch, I might update the plugin as well. 


Hope some may find this useful, 
Cheers!