Search found 1 match

by alhad
2013-02-26T10:30:22-07:00
Forum: Developers
Topic: Gray virtual pixels and Distort
Replies: 1
Views: 4003

Re: Gray virtual pixels and Distort

Dear friend,
Please add the following line above the MagickDistortImage
MagickSetImageVirtualPixelMethod(magick_wand, BlackVirtualPixelMethod);

Please change the following line
status = MagickDistortImage(magick_wand, BarrelDistortion, q, controlPoints, MagickFalse);
to
MagickDistortImage(magick ...