ArtistLink / id3_tags

Ruby gem to read and write ID3 metadata from/to MP3 files
MIT License
6 stars 5 forks source link

Save GIF cover art to M4A #2

Open claudiob opened 11 years ago

claudiob commented 11 years ago

Taglib-ruby does not allow GIF images to be stored as cover art of M4A files, so if that happens, id3_tags simply does not store the cover art.

An improvement would be to do what iTunes does: implicitly convert the GIF into a PNG image, and store that into the ID3 metadata.