Skip to content

Instantly share code, notes, and snippets.

View Molham321's full-sized avatar

Molham Al-khodari Molham321

  • Weimar
View GitHub Profile
#include <iostream>
#include "CImage.h"
#include "CColor.h"
using namespace bvme;
void grayscaleImage(CImage image) {
CColor tempPoint;
int combinedColors;
#include <iostream>
#include "CImage.h"
#include "CColor.h"
using namespace bvme;
void grayscaleImage(CImage image) {
CColor tempPoint;
int combinedColors;