aljosa wrote: > i'm looking for image lib which supports common image types (maybe > freeimagepy?) and is relatively easy to display image loaded through > that lib in PyQt4. > any ideas?
Use PIL & StringIO to create a in-memory representation of the image as e.g. PNG. Load that using Qt. Diez -- http://mail.python.org/mailman/listinfo/python-list