cristian
cristian

Reputation: 8744

Google chrome pagespeed optimized images

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

Answers (2)

Andy Davies
Andy Davies

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

unixrules
unixrules

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

Related Questions