Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Convert screenshot.png to screenshot.jpg #19

Merged
merged 1 commit into from
Dec 6, 2017

Conversation

lencioni
Copy link
Contributor

@lencioni lencioni commented Dec 6, 2017

I noticed that this file was 1.5 MiB, so I converted it to a JPEG tahat
is 169 KiB. To do the conversion, I used mozjpeg:

convert screenshot.png TGA:- | \
  cjpeg -targa -optimize -progressive -outfile screenshot.jpg -quality 75

I noticed that this file was 1.5 MiB, so I converted it to a JPEG tahat
is 169 KiB. To do the conversion, I used mozjpeg:

```sh
convert screenshot.png TGA:- | \
  cjpeg -targa -optimize -progressive -outfile screenshot.jpg -quality 75
```
Copy link
Contributor

@aweary aweary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!

@aweary aweary merged commit cf519e4 into FormidableLabs:master Dec 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants