Lundstrom Design <[EMAIL PROTECTED]> wrote:
> I'm trying to get it to use "Millions of colors" instead of the
> default "Best", which simply does not work. The picture get to be
> gray instead showing colors. Without going through the same dialog
> for each sub-picture, where I need to change things every time. It
> applies to .TIF, .TGA and PhotoShop. Very annoying.
Ok, I see it. SettingsDescription in QTGraphicsExporter class is not
setable. But well, that is one of the reasons I wrote my
QTGraphicsExporterMBS class long ago:
dim q1,q2 as QTGraphicsExporterMBS
dim s as string
q1=new QTGraphicsExporterMBS
q1.OpenExporter "TIFF"
if q1.RequestSettings then
s=q1.Settings
q2=new QTGraphicsExporterMBS
q2.OpenExporter "TIFF"
q2.Settings=s
if q2.RequestSettings then
MsgBox str(Q2.Depth)
end if
end if
Try it with my current plugins.
Mfg
Christian
--
Around eleven thousand functions in one REALbasic plug-in.
The Monkeybread Software Realbasic Plugin.
<http://www.monkeybreadsoftware.info/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>