Skip to content

Instantly share code, notes, and snippets.

@yetithefoot
Created September 22, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetithefoot/943fbac31c686e40626a to your computer and use it in GitHub Desktop.
Save yetithefoot/943fbac31c686e40626a to your computer and use it in GitHub Desktop.
Identify if jpg is progressive
```identify -verbose file.jpg | grep Interlace```
///If you get back Interlace: JPEG then it’s progressive. It you get back Interlace: None then it’s a baseline (i.e. non-progressive JPEG).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment