You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mp3file = new Mp3File(inputFile.getNativeFile());
if (mp3file.hasId3v2Tag()) {
ID3v2 tag = mp3file.getId3v2Tag();
byte[] imageblob = tag.getAlbumImage();
bitmap = BitmapFactory.decodeByteArray(imageblob, 0, imageblob.length);
}
PNG works fine, but with JPEG IS see sometimes a fuzzy image and this text on log:
[DEBUG] : skia: libjpeg error 116 <Corrupt JPEG data: 19 extraneous bytes before marker 0xdb> from output_message
[DEBUG] : skia: libjpeg error 105 < Ss=0, Se=63, Ah=0, Al=0> from Incomplete image data
This code is part of the Axway's Titanium module for using your awesome library with Javascript. Here the project repo: https://github.com/AppWerft/Ti.Mp3agic/
The text was updated successfully, but these errors were encountered:
I'm working with this code:
PNG works fine, but with JPEG IS see sometimes a fuzzy image and this text on log:
This code is part of the Axway's Titanium module for using your awesome library with Javascript. Here the project repo: https://github.com/AppWerft/Ti.Mp3agic/
The text was updated successfully, but these errors were encountered: