Core image
Klaus Major
klaus at major-k.de
Wed Jun 8 13:11:48 EDT 2005
TYPO ALARM!
> Hi friends,
>
> could a mac user running Tiger and a Core image capable graphics
> card please test this script for me?
>
> Works for me, since i have NO CI capable graphics card, but would
> like to
> see if it works on other macs, too.
>
> Thank you very much in advance!
>
> #######################
> on mouseUp
> put char 1 to 4 of the systemversion into isX
> replace "." with "" in isX
> if isX < 104 then
answer "Core image will only be available under OS 10.4x"
> exit mouseup
> end if
>
> get shell("system_profiler SPDisplaysDataType")
> put line(lineoffset("Core image",it)) of it into ciready
>
> if ciready contains "Not" then
> answer "This Mac is NOT Core Image compatible" with "%&$##§"
> else
> answer "This Mac is Core Image compatible" with "Cool!"
> end if
> end mouseUp
> #######################
>
> You can make a function of this and use it to check if you can use the
> new CI transitions in your stacks. In case the script works! ;-)
Best from germany
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list