In my app(tourism), We have used lot of images(png and gif) and now we need to reduce the assets size(image/gif/png).
- Already tried the base64 convertion as a json. As this blog stated base64 encoded image size while converting an image into base64, it will create a larger file.
- Second options is store images in DB and load them (I think, this is not suitable in my case)
Is there's an alternative way to reduce the assets size, Thanks in advance.