On Sat, Apr 3, 2010 at 12:58 PM, Matthias Neuenhofer <span dir="ltr">&lt;<a href="mailto:matthias@neuenhofer.de">matthias@neuenhofer.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Am 03.04.2010 um 18:13 schrieb Max:<br>
<div class="im"><br>
&gt; Am 03.04.2010 um 14:32 schrieb chris clepper:<br>
&gt;<br>
&gt;&gt; Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless ARGB compression.  You can keep the alpha and avoid colorspace conversion.  Use the &#39;dialog&#39; message to do this.<br>
<br>
</div>but Photo-JPEG has no alpha channel - don&#39;t get it.<br></blockquote><div><br>At 100% &#39;quality&#39; it does have an alpha.  Supposedly it is part of the JPEG spec, but I haven&#39;t seen anyone other than Apple use it.  It is kind of like having a TIFF with run-length JPEG compression.<br>
<br><br></div><div><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
also on my machine mac osx 10.6.2 GEM: ver: 0.92.2 compiled: Dec 17 2009<br></div>
Gem stop rendering confirm the dialog to pix_record<br>
after start rendering again 2 sec later it stop again<br>
then start again it´s ok and use the changes of the dialog<br>
<font color="#888888"></font><br></blockquote><div><font color="#888888"></font> <br>The dialog always stopped rendering because the event loop waits for the dialog to close.  You will notice that GEM creates a &#39;pd&#39; app in the Dock in order to do things like window management.  Command line apps in OSX cannot just open windows without being a GUI app.  It is a hack.<br>
<br>Apple broke the event handling code used in GEM in 10.5.  There is no fix other than &#39;write a full Cocoa app&#39;.  </div></div>