Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image Optimization (Google App Engine with Python)

I haven't found a similar question that I'm looking for Image Optimization.

I've tested how much Facebook can optimize the image uploaded:

980KB --> 77KB

846KB --> 62.1KB

From what I found out, Facebook is capable of optimizing the image up to 10 times while still pertaining some minimum image quality, as for the test above.

So, can anyone share what are the best ways that you have implemented to optimize image uploaded by user ?

When I searched in internet, I've seen some websites offer paid service for image optimization. However, we prefer not to subscribe for any paid service for image optimization at this stage.

I'm developing the project with Python language within Google App Engine environment. Any part where we can reuse from Python libraries or even Google App Engine libraries to achieve so ?

like image 244
MrCooL Avatar asked Aug 04 '26 21:08

MrCooL


1 Answers

Probably you should star this issue to get pngcrush like functionality added to the AppEngine images API.

like image 77
Stuart Langley Avatar answered Aug 07 '26 12:08

Stuart Langley



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!