I am trying to write a game in VS Code, but whenever I try to open an image using:
hero.image = pygame.image.load("Character.jpeg") (The images are in the game folder)
I get varied error messages. One computer it says "pygame.error: Couldn't open Character.png" and on another, it says something to do with incorrect sRGB profile. I have tried running the program on different computers, tried it with different images in different image formats, .gif, .png, and .jpeg.