if (do_name() != 'Home') : ?>
endif ?>
Posted by Paul T on Oct 15, 2007
I suppose what I really mean is that I would like to change the origin of the kaleidoscope, not the layer.
Posted by Tom De Smedt on Oct 15, 2007
You can use the dx and dy parameters, which defines the origin of the kaleidoscope from the image's center:
l.filter_kaleidoscope(count=1, dx=50, dy=50)
Posted by Paul T on Oct 16, 2007
include("util/comment.php"); ?>
Awesome! Thanks..
Core image // layer origin
Posted by Paul T on Oct 15, 2007Hi i've been try to use the kaleidoscope effect in core image.
At the moments it uses the centre of the image as the origin. I tried altering the origin of the layer but this just moves the layer to another area on the canvas.