Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
But I kinda wanted to know if there's a more simple way of just getting the "man hole" effect without the use of a large script? Something like the above single convert statement would be cool. From reading the source of pano2fisheye it looks like there's a lot of temp files and meta data read (and math calculations) before the output is made.
Optimally, I'd love for the "man hole" effect to repeat pixels like the above polar coordinates one-liner does. For example:
Thanks for reading!
Last edited by mhulse on 2019-04-08T23:26:50-07:00, edited 1 time in total.
mhulse wrote: ↑2019-04-08T22:17:45-07:00Just curious if anyone knows if there is a straight forward way of flipping that? So the sky is on the inside and the land on the outside?
Rotate the image 180 degrees before the "-distort arc". Then you rotate it back the other way by adding a second argument to the "-distort arc" operation.
Optimally, I'd love for the "man hole" effect to repeat pixels like the above polar coordinates one-liner does.
You can specify the way the edge pixels act by setting "-virtual-pixel" before a "-distort" operation. By using a setting of "-virtual-pixel edge" it will continue the outermost rows of pixels to the new canvas edges. Find out more at THIS link.
fmw42 wrote: ↑2019-04-08T23:24:33-07:00
Try -virtual-pixel mirror or random.
Mind ..... BLOWN!
A M A Z I N G!
Also, this:
-distort polar 0
Does an amazing job! I love how it doesn't "pinch" the center! I'm going to try and apply that to my tiny planet effect as I love the non-pinched look so much more than the pinched.
SO COOL! This is amazing. I am seriously blown away. Until now, I thought only a Photoshop plugin could get this kind of quality result. Thank you so much for your help Fred, I can't thank you enough for showing me all of these tricks! This is just so COOL!!!!