[GEM-dev] [ pd-gem-Bugs-2980652 ] [PD] strange colors with pix_record

Matthias Neuenhofer matthias at neuenhofer.de
Fri Apr 2 18:17:53 CEST 2010


yes the RGBA channels are set wrong on mac osx. the cube appears blue because the alpha channel is read as blue.
when you change channels like this 
R –> G 
G –> R 
B –> A 
A –> B
the movie will justified. but it´s not handy to give each record this process so  
i fixed this with a change in the code of recordQT.cpp in line 241 - instead of colorspace = k32BGRAPixelFormat;
i use colorspace = k32ARGBPixelFormat;
but i don´t know how this affects other os

also the recorded mov is upside down - this can fix in quicktime pro with a click in the properties of the video track -
so i don´t looked for the code issue.

matthias

Am 01.04.2010 um 19:37 schrieb SourceForge.net:

> Bugs item #2980652, was opened at 2010-04-01 17:37
> Message generated for change (Tracker Item Submitted) made by maxn
> You can respond by visiting: 
> https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2980652&group_id=64325
> 
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: Pixes (pix_ objects)
> Group: None
> Status: Open
> Resolution: None
> Priority: 5
> Private: No
> Submitted By: max (maxn)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: [PD] strange colors with pix_record
> 
> Initial Comment:
> System: GEM ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3
> Symptom: a grey cube will be shown in blue when recorded with pix_record.
> see attached files to test. Please report on this bug to se weather it affects other systems too,
> 
> ----------------------------------------------------------------------
> 
> You can respond by visiting: 
> https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2980652&group_id=64325
> 
> _______________________________________________
> GEM-dev mailing list
> GEM-dev at iem.at
> http://lists.puredata.info/listinfo/gem-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20100402/92bd8421/attachment.htm>


More information about the GEM-dev mailing list