audiotags icon indicating copy to clipboard operation
audiotags copied to clipboard

Picture data usage

Open HipyCas opened this issue 1 year ago • 1 comments

I am trying yo use this library to parse the data from some files, and everything works perfectly fine expect the cover data. I cannot get to understant what data it is passing to me, as it is neither divisible by 3 nor 4. ¿Any idea on how to get the pixels from the array?

(My current objective is to render it in JS using a canvas, which needs an array of RGBA values)

HipyCas avatar Jul 10 '22 15:07 HipyCas

Tags embed the full image file, if you need it decoded you should check out the image crate.

Serial-ATA avatar Jul 28 '22 07:07 Serial-ATA