Hi has anybody experimented in storing a <5 byte image in form of jpg,gif,png on a vcf and then write it on NFC 216 label later. I just need a small 2x2 pixel color square embedded in NFC without any external reference like URL,Links etc.This is for a LORA based project.
Have tried the following encode64 and is of no use
has anybody taken the smartposter ndef approach or custom data approach,keen to have inputs from others who have tried or keen on trying
Images tend to have a magic number at the start to identify the format - Most of these are longer than 5 bytes. Some examples: File Magic Numbers · GitHub
In almost all cases, you’d be better off just encoding the data in those bytes and reading it - you could always display it with another app.