Width or height from mp3 artwork is always 0

Issue #286 new
Former user created an issue

Hi there,

when I get the artwork of a mp3 file it's height and width is always 0. Trying the same with VorbisComment works. There I get some numbers. I hope I don't use this in a wrong way.

Comments (1)

  1. Erich Glaser

    Okay, obviously the artwork has no height or width values until artwork.setImageFromData() is called (then they are read from BufferedImage). Is this a normal behaviour?

  2. Log in to comment