For some reseaon I can't use c/c++ but java,so i download jmagick and compile and install but jmagick donot give me the interface that make matrix by six matrix parameters(a,b,c,d,tx,ty) like function MagickDistortImage.and it only give some function below:
Code: Select all
public MagickImage scaleImage(int cols, int rows);
public MagickImage rotateImage(double degrees)
public MagickImage shearImage(double x_shear, double y_shear)
thanks very much:) help....