Reputation: 8744
Can I use images optimized using Pagespeed for Chrome freely in a public website? Is their usage restricted by any mean (license)?
Upvotes: 0
Views: 385
Reputation: 5824
Yes... all pagespeed is doing is optimising the existing images - Google don't claim copyright over them because you ran it through their tool.
Upvotes: 2
Reputation: 608
I don't think so. The PageSpeed codebase is governed by the Apache 2.0 license. https://developers.google.com/speed/docs/insights/faq#license
If you want to optimise yourself, you can use jpegtran or pngcrush. Similar benefits.
Upvotes: 1