GHunt icon indicating copy to clipboard operation
GHunt copied to clipboard

Profile picture can be in PNG format

Open StigP1337 opened this issue 5 years ago • 2 comments

For the profile picture Google does not only return JPEG images, but at least PNG images, too. Instead of hardcoding the file ending ".jpg" in line 92 you could parse it from the image link (?) or use the build in function from PIL Image object. As you already have the Image object you could just use "format" attribute of it.

StigP1337 avatar Feb 23 '21 15:02 StigP1337

Cool, I will add it.

mxrch avatar Mar 14 '21 17:03 mxrch

@mxrch Hey, I am looking to contribute to my first open source project. Since this ticket isn't closed yet, I assumed it is still unresolved. May I take a look at it? :)

cyber1998 avatar Mar 26 '21 03:03 cyber1998