Re: [pygtk] [ANN] PyGtkImageView 1.1.0 -- Image viewer widget for PyGTK

Vláďa vladovi at atlas.cz
Thu Mar 13 20:45:05 WST 2008


Hi,

this is very interesting. I'm wondering if somebody's working on a free multiplatform image viewer and simple editor, which would use this widget. There is really a big hole in this type of software for Windows. Even for Linux the only good image viewer I know is Gwenview. The other ones have strange UI or are missing some basic features.

I can imagine the viewer could use free commandline tools such as jpegtran, ImageMagick or even some GIMP filters to perform simple editing of the viewed files.

Is this a good idea?

Best regards,

Vlada


-- Původní zpráva --
Od: BJörn Lindqvist <bjourne at gmail.com>
Komu: python-announce-list at python.org,  pygtk at daa.com.au
Odesláno: 13-03-2008 01:19 
Předmět: [pygtk] [ANN] PyGtkImageView 1.1.0 -- Image viewer widget for PyGTK

I'm pleased to finally announce PyGtkImageView 1.1.0!

Description
-----------
GtkImageView is a simple image viewer widget for GTK+. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:

* Mouse and keyboard zooming.
* Scrolling and dragging.
* Adjustable interpolation.
* Fullscreen mode.
* GIF animation support.
* Ability to make selections.
* Extensible using a tool system.

PyGtkImageView is the Python bindings for GtkImageView.

PyGtkImageView Download
-----------------------
Subversion: svn co http://publicsvn.bjourne.webfactional.com/pygtkimageview
Tarball:   
http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/pygtkimageview-1.1.0.tar.gz
API doc:   
http://trac.bjourne.webfactional.com/chrome/common/pygtkimageview-docs/
PDF:       
http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/pygtkimageview-1.1.0-api.pdf

Project website: http://trac.bjourne.webfactional.com

Examples
--------
Here is the canonical example for using the widget::

   import gtk
   import gtk.gdk
   import gtkimageview

   view = gtkimageview.ImageView()
   scroll = gtkimageview.ImageScrollWin(view)

   # Where "box" is a gtk.Box already part of your layout.
   box.pack_start(scroll)
   pixbuf = gtk.gdk.pixbuf_new_from_file("someimage.png&quot
   view.set_pixbuf(pixbuf)


-- 
mvh Björn
_______________________________________________
pygtk mailing list   pygtk at daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/













More information about the pygtk mailing list