-- +-----------------------------+ -- | Library: image_processing | -- | designer : Tim Pagden | -- | opened: 07 Jul 1996 | -- +-----------------------------+ library vfp; package image_class is use vfp.standard_types.all; type window_size is record width : INTEGER; depth : INTEGER; end record; end package image_class;