Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random option to randomize imagemagick options for crazy distortions #8

Open
mhulse opened this issue Apr 9, 2019 · 0 comments
Open

Comments

@mhulse
Copy link
Owner

mhulse commented Apr 9, 2019

magick \
  convert \
  pano.jpg \
  -virtual-pixel mirror  \
  -background black \
  -roll +50%+0% \
  +repage \
  +distort polar 0 \
  +repage \
  big-sky.jpg

For example, randomize all of the values/options above to make for a wacky cool image. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant