Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-25 Thread zmoelnig
Quoting chris clepper [EMAIL PROTECTED]: pix_write should just write the pix buffer to a file and not also have pix_snap functionality embedded in it. Unfortunately doing this would break a lot of patches. Maybe pix_image_write would be an acceptable option. i totally agree. i think the

[PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
Hi, it's possible to render on a video file the texture drawn into a geo object, but the quality is always poor whatever codec we use (even uncompressed files), that can be useful for having poor animated textures, but anyway the quality is never as good as we can get when we render into

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread cyrille henry
hello, unless i misunderstand, what you describe is currently working. gemhead 99 | pix_write will capture in a file what you can see in the gem windows. cyrille Patrice Colet a écrit : Hi, it's possible to render on a video file the texture drawn into a geo object, but the quality is

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
I would like rather something like this [gemhead] | [pix_video] | [pix_crop] | [rectangle 4 1.5] | [pix_write] to write in a file what I see into the rectangle only. it currently work with [pix_record] cyrille henry a écrit : hello, unless i misunderstand, what you describe is currently

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread cyrille henry
ok, what about : [gemhead] | [gemframebuffer) | [pix_video] | [pix_crop] | [square 4] and: [gemhead] | [pix_texture] | [rectangle 4 1.5] with a link from gemframbuffer right outlet to pix_texture right inlet you can render whatever you wish to a texture, and using this texture on

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
hi cyrille, cyrille henry a écrit : ok, what about : [gemhead] | [gemframebuffer) | [pix_video] | [pix_crop] | [square 4] and: [gemhead] | [pix_texture] | [rectangle 4 1.5] with a link from gemframbuffer right outlet to pix_texture right inlet you can render

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread chris clepper
On Sat, May 24, 2008 at 7:18 AM, Patrice Colet [EMAIL PROTECTED] wrote: Hi, it's possible to render on a video file the texture drawn into a geo object, but the quality is always poor whatever codec we use (even uncompressed files), that can be useful for having poor animated textures, but

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread marius schebella
chris clepper wrote: On Sat, May 24, 2008 at 7:18 AM, Patrice Colet [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, it's possible to render on a video file the texture drawn into a geo object, but the quality is always poor whatever codec we use (even uncompressed

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
Patrice Colet a écrit : Patrice Colet a écrit : chris clepper a écrit : pix_write should just write the pix buffer to a file and not also have pix_snap functionality embedded in it. Unfortunately doing this would break a lot of patches. Maybe pix_image_write would be an acceptable

Re: [PD] [GEM] pix_write option for rendering a texture only

2008-05-24 Thread Patrice Colet
hello, Patrice Colet a écrit : chris clepper a écrit : pix_record on OSX is extremely well tested. I've recorded in excess of one million files with it. I don't know OSX but on windows ( I'm gonna try right now on linux after wgetting and dpkging latest pd-extended) pix_record