skewX doesn't working

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Ximer

skewX doesn't working

Post by Ximer »

Hi all...

The function skewX from ImagickDraw don't work! why? All other draw effects (strokes... decorations...) work but now skewX/Y!

Any help? Thanks!
DJ Mike
Posts: 33
Joined: 2010-06-29T19:07:53-07:00
Authentication code: 8675308

Re: skewX doesn't working

Post by DJ Mike »

I remember not being able to get skewX or skewY to work. I went back to my notes and tried moving them up to before ImagickDraw::rectangle and then they worked.


ImagickDraw::skewX
http://eclecticdjs.com/mike/tutorials/p ... /skewx.php

ImagickDraw::skewY
http://eclecticdjs.com/mike/tutorials/p ... /skewy.php
DJ Mike's Tutorials: PHP
ImageMagick Functions
http://eclecticdjs.com/mike/tutorials/p ... /index.php
Post Reply