ImageShow
index
/Library/Python/2.7/site-packages/PIL/ImageShow.py

# The Python Imaging Library.
# $Id$
#
# im.show() drivers
#
# History:
# 2008-04-06 fl   Created
#
# Copyright (c) Secret Labs AB 2008.
#
# See the README file for information on usage and redistribution.
#

 
Modules
       
Image
os
sys

 
Classes
       
Viewer
MacViewer

 
class MacViewer(Viewer)
     Methods defined here:
get_command(self, file, **options)

Data and other attributes defined here:
format = 'BMP'

Methods inherited from Viewer:
get_format(self, image)
save_image(self, image)
show(self, image, **options)
show_file(self, file, **options)
show_image(self, image, **options)

 
class Viewer
     Methods defined here:
get_command(self, file, **options)
get_format(self, image)
save_image(self, image)
show(self, image, **options)
show_file(self, file, **options)
show_image(self, image, **options)

Data and other attributes defined here:
format = None

 
Functions
       
register(viewer, order=1)
show(image, title=None, **options)