Answer the question
In order to leave comments, you need to log in
How to get image type from base64?
I have this code
tag = TinyTag.get(media_finish23, image=True)
mp2 = tag.get_image()
my_string=base64.b64encode(mp2);
image_3=QImage();
image_3.loadFromData(QByteArray.fromBase64(my_string), "JPG")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question