We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb34a9a commit 5ef0998Copy full SHA for 5ef0998
src/main.c
@@ -1,17 +1,7 @@
1
#include "gtk_gui.c"
2
-//#include "converters/bmp_to_jpeg.c" // Include this line to test the bmp_to_jpeg function
3
-//#include "converters/bmp_to_png.c"
4
-//#include "converters/png_to_bmp.c"
5
-//#include "converters/jpeg_to_bmp.c"
6
7
int main(int argc, char **argv)
8
{
9
- //Include the following line to test the bmp_to_jpeg function
10
- //bmp_to_jpeg("assets/images/test_image.bmp", "assets/images/testjpg.jpg");
11
- //bmp_to_png("assets/images/test_image_negative.bmp", "assets/images/testpng.png");
12
- //png_to_bmp("assets/images/testpng.png", "assets/images/test_i.bmp");
13
- //jpeg_to_bmp("assets/images/testjpg.jpg", "assets/images/test_j.bmp");
14
-
15
GtkApplication *app;
16
int status;
17
0 commit comments