Commit dd1794b7 authored by Jim Fulton's avatar Jim Fulton

Made image files acquirers.

parent 5562782e
"""Image object that is stored in a file""" """Image object that is stored in a file"""
__version__='$Revision: 1.4 $'[11:-2] __version__='$Revision: 1.5 $'[11:-2]
from string import rfind from string import rfind
from Globals import package_home from Globals import package_home
from DateTime import DateTime from DateTime import DateTime
import Acquisition
class ImageFile: class ImageFile(Acquisition.Explicit):
"""Image object stored in an external file""" """Image object stored in an external file"""
def __init__(self,path,_prefix=None): def __init__(self,path,_prefix=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment