Hi!
I'm currently developing an application in Objective-C and I have a problem. I would like store images in a database but the size of the images should be as small as possible. So, I try to encode PNG files to Base64 but, it's too long (it's over 120MB). I have tought and I would like try with SVG files but I don't find a mean to use it (Framework, Libraries, ...). Can you help me?
Note: The size of my SVG files is between 17kB to 7kB