Re: [PD] Duplicate image

2008-05-23 Thread Claude Heiland-Allen
Eirik Blekesaune wrote:
> Hi list,
> 
> I'm trying to find an GEM object that can duplicate an image with a  
> rectangle and blends them together with controllable offsets and  
> random posistion.
> 
> Any hints?

from Pd:

[random]

from Gem:

[pix_image]  -- load image
[pix_texture]-- upload to GPU
[pix_coordinate] -- warp image (eg, crop, repeat)
[rectangle]  -- geo to be textured
[alpha]  -- enable blending
[GEMglBlendFunc] -- for more interesting blending
[translate]  -- move geos around

For arbitrary blending functions you'll need multitexture GLSL shaders.

Hope this helps,


Claude
-- 
http://claudiusmaximus.goto10.org

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Duplicate image

2008-05-23 Thread Eirik Blekesaune
Hi list,

I'm trying to find an GEM object that can duplicate an image with a  
rectangle and blends them together with controllable offsets and  
random posistion.

Any hints?

-Eirik


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list