Core image

sims sims at ezpzapps.com
Wed Jun 8 13:16:49 EDT 2005


Hi got "Cool!"

17" Powerbook, 1.5 GHz, 1 GB SDRAM, Tiger

ciao,
sims




>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
>     asnwer "Core image will only be available under OS 104x"
>     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
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution



More information about the use-livecode mailing list