Add Flop, LowQ, JPEG, Hue, Brighten
Extra mutators yay
This commit is contained in:
@@ -21,6 +21,11 @@ DescriptorManager::DescriptorManager(const fs::path & image_path) {
|
||||
|
||||
mutators[0] = new Grayscale();
|
||||
mutators[1] = new Flip();
|
||||
mutators[2] = new Flop();
|
||||
mutators[3] = new JPEG();
|
||||
mutators[4] = new LowQ();
|
||||
mutators[5] = new Hue();
|
||||
mutators[6] = new Brighten();
|
||||
}
|
||||
|
||||
//No need to call destructor.. yet?
|
||||
|
||||
Reference in New Issue
Block a user