Image optimization deals with optimization methods for image manipulation and display. How to better process image data, how to allow for more efficient display of images, etc.
Questions tagged [image-optimization]
123 questions
-2
votes
2 answers
Image optimization like whatsapp and instagram in ios and android
Task :-
optimize image like Facebook and WhatApp does?
Upload image to server with optimize size in android and ios without losing image quality and dimension.
I have seen many code like native image compression (UIImageJPEGRepresentation(viewImage,…

Dhaval Patel
- 95
- 12
-2
votes
1 answer
Best way to optimize 30+ gb of image on the server
I have about 30gb of images on my site, and I'd like to use imagemin or something like that on them. Downloading and uploading them back is obviously not an option. In addition to that, new images are being add every day.
I believe there's some sort…

Grin
- 557
- 1
- 6
- 19
-4
votes
2 answers
Optimize image on page load
Google Page Speed Insights suggests me to optimize webpage images on a webpage I'm currently working on. Images are uploaded from a server. I want to display optimized images on the page but don't want the original image on the server to change. Is…

Shahzad
- 11
- 2