Click here to Skip to main content
15,895,011 members

Comments by ilary_tecnimed (Top 3 by date)

ilary_tecnimed 6-Oct-21 3:57am View    
my question is: does anyone know the steps to be performed to decode a QRCode (in particular the green pass) in C language and above all where to find the required libraries? you don't need to know what I get the illegibility of strings is due to their format. I know that the string I have initially is encoded in Base45 and compressed in Zlib the problem are the next steps, the only article I found talks about COSE message but I can not find any reference of this in C language
ilary_tecnimed 28-Sep-21 5:36am View    
thanks, but the solution you propose involves the use of c++ and libraries for images. In my program instead I will already have the string read by the Qrcode and I only need the decoding from that string to the readable data
ilary_tecnimed 28-Sep-21 4:54am View    
I wanted to know if there is a ready-to-use library for what I need or very similar or I have to write all the base45 decoding by myself.