Skip to content

Instantly share code, notes, and snippets.

@zachwhalen
Created February 12, 2015 23:43
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 zachwhalen/a54ef41194b1544b00ef to your computer and use it in GitHub Desktop.
Save zachwhalen/a54ef41194b1544b00ef to your computer and use it in GitHub Desktop.
#!/usr/bin/local/perl
for ($i = 0; $i < 10000; $i++){
$convert = `convert zen-jpg.jpg -resize 50% -quality 50 zen-jpg.jpg`;
$convert = `convert zen-jpg.jpg -resize 200% -quality 50 zen-jpg.jpg`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment