+distort Plane2Cylinder center_x,y usage
Posted: 2017-01-12T06:06:38-07:00
How do I specify center_x,y in Plane2Cylinder?
The v6 distortion of images examples page states
The The 'Plane2Cylinder' distort is the reverse of the above projection, and takes the parameters...
fov_angle center_x,y
and give a use example without center_x,y
convert p90_plane.png -virtual-pixel Black \
+distort Plane2Cylinder 90.467 p90_restored.png
which only uses the fov-angle.
I've tried putting it in with a space after the fov_angle and I get this error
convert: unable to open image `2139,750': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
putting a \ in before the output_image_name does not help.
Thanks.
The v6 distortion of images examples page states
The The 'Plane2Cylinder' distort is the reverse of the above projection, and takes the parameters...
fov_angle center_x,y
and give a use example without center_x,y
convert p90_plane.png -virtual-pixel Black \
+distort Plane2Cylinder 90.467 p90_restored.png
which only uses the fov-angle.
I've tried putting it in with a space after the fov_angle and I get this error
convert: unable to open image `2139,750': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
putting a \ in before the output_image_name does not help.
Thanks.