I tried the example from http://www.imagemagick.org/Usage/distor ... projection:
Code: Select all
convert inu01.jpg -matte -virtual-pixel transparent -distort Perspective '0,0,0,0 0,90,0,90 90,0,90,25 90,90,90,65' inu01-p.png
what is going wrong here?>convert inu01.jpg -matte -virtual-pixel transparent -distort Perspective '0,0,0,0 0,90,0,90 90,0,90,25 90,90,90,65' inu01-p.png
convert.exe: invalid argument for option Affine : 'require at least 1 CPs' @ error/distort.c/GenerateCoefficients/529.
convert.exe: unable to open image `0,90,0,90': No such file or directory @ error/blob.c/OpenBlob/2642.
convert.exe: no decode delegate for this image format `0,90,0,90' @ error/constitute.c/ReadImage/544.
convert.exe: unable to open image `90,0,90,25': No such file or directory @ error/blob.c/OpenBlob/2642.
convert.exe: no decode delegate for this image format `90,0,90,25' @ error/constitute.c/ReadImage/544.
convert.exe: unable to open image `90,90,90,65'': No such file or directory @ error/blob.c/OpenBlob/2642.
convert.exe: no decode delegate for this image format `90,90,90,65'' @ error/constitute.c/ReadImage/544.