os.listdir changing file extension of one specific image from an imagebank
I have an imagebank consisting of around 100 images , all of them are jpegs . when i read them with os.listdir , one specific image extension is being chabged and read as a png image . How is that possible . Has anyone ever faced this issue before?