Skip to content

Instantly share code, notes, and snippets.

@meetar
Created June 27, 2015 03:46
Show Gist options
  • Save meetar/76d9b6f0eebd0973917b to your computer and use it in GitHub Desktop.
Save meetar/76d9b6f0eebd0973917b to your computer and use it in GitHub Desktop.
undistort gopro hero4 wide-angle images
# requires Imagemagick - can be installed with 'brew install Imagemagick'
convert G0040300.JPG -distort barrel "0.10,-0.32,0" output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment