Hacker News new | ask | show | jobs
by mrswag 3460 days ago
`python -m SimpleHTTPServer` for the local server (or if you prefer the python3 variant, `python3 -m http.server`), aspell for the spell check, and OptiPNG for PNG compression.

I didn't found something (yet) for JPEG.

1 comments

> I didn't found something (yet) for JPEG.

jpegoptim --strip-all

Thanks, exactly what I was looking for!