xhyr
Results
1
issues of
xhyr
int main(int argc, char** argv) { TGAImage image(image_width, image_height, TGAImage::RGB); for (int i = 0; i < image_width; ++i) image.set(i, 10, red); //image.flip_vertically(); // i want to have the origin...