Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.31 KB

File metadata and controls

18 lines (16 loc) · 1.31 KB

ImageLibrary

by Lena Ebner FHS MMT-B 2019 WS 2020 Mulimedia Processing

Components

Implementation Notes

  • before a new manipalative operation use the ConvertBitmapToRGBChannels interface from ImageProcessor to get a RGBChannels struct with whom every new operation works
  • later you can save your the RGBChannels to a image by using the SaveImageFromRGBChannels interface in ImageProcessor
  • the subsystems are implemented with the Facade Pattern and also using Template Method and Hook Operations
  • for the subsystem also the singleton Pattern is used
  • Comparision works either with Bitmaps or RGBChannels struct