Open sonnyffff opened 2 years ago
This means that it failed to read the image. How are you running the program?
This means that it failed to read the image. How are you running the program?
I am on windows, and I ran cmake and it produces a makefile. And I use make everytime to compile the program. And run it use cmd console.
Are you running it from the build
folder? Also, if it's producing a makefile then you probably aren't using Visual Studio. I hate to keep bringing this up but please try to set it up, since as mentioned in the FAQ, it will make future assignments much easier to set up.
Are you running it from the
build
folder? Also, if it's producing a makefile then you probably aren't using Visual Studio. I hate to keep bringing this up but please try to set it up, since as mentioned in the FAQ, it will make future assignments much easier to set up.
Sure, I am looking into it right now, thanks!
I tried to print the height and width that passed from the function read_rgba_from_png. but I got this result, is that correct? Seems pretty strange.
Thanks in advance!