Skip to content

An image library written in C# that can be used to manipulate pictures

Notifications You must be signed in to change notification settings

ebnerlena/Image-Library

Repository files navigation

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

About

An image library written in C# that can be used to manipulate pictures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages