JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 305 forks source link

Unable to save Album Art. #137

Closed Krutonium closed 7 years ago

Krutonium commented 7 years ago
var pic = Path.GetTempFileName();
status.Track.GetAlbumArt(SpotifyAPI.Local.Enums.AlbumArtSize.Size320).Save(pic);

This code seems to always fail with a generic gdi+ error, regardless of AlbumArtSize or anything else I can think of - I can get the name of the track, artists, etc. Am I doing something wrong or is it broken?

JohnnyCrazy commented 7 years ago

You need to make a copy first

http://stackoverflow.com/questions/15862810/a-generic-error-occurred-in-gdi-in-bitmap-save-method