Besoin testeurs pour connaà®tre dépendance architecture/carte vidéo de Core Image

chkdskschkdsks Membre
août 2010 modifié dans API AppKit #1
Je développe une reconnaissance de nombres basée sur Core Image avec des filtres et une lecture des composantes des pixels avec NSReadPixel()

J'ai remarqué que les valeurs différaient d'une architecture à  l'autre, malheureusement à  chaque fois la carte vidéo change aussi sur les ordinateurs que j'ai, donc je ne sais pas si la carte vidéo joue... j'aurai donc besoin de testeurs pour me transmettre les résultats d'un petit programme ! le fichier résultat est enregistré sur le bureau, voici le lien de l'application :

[tt]http://chkdsks.free.fr/Projets/Animes/CoreImage.zip[/tt]

Vous pouvez me mettre les 15 premières lignes du fichier, merci aux contributeurs !
[tt]
Machine : PowerBook G4 (17-inch 1.5 GHz)
OS : Version 10.5.8 (Build 9L31a)
Vendeur Carte Graphique : ATI Technologies Inc.
Modèle Carte Graphique : ATI Radeon 9600 XT OpenGL Engine
=================== BEGIN ===================
(x, y) = (0, 0) avec RVB = (0.015686, 0.019608, 0.007843)
(x, y) = (0, 1) avec RVB = (0.015686, 0.019608, 0.007843)
(x, y) = (0, 2) avec RVB = (0.011765, 0.019608, 0.007843)
(x, y) = (0, 3) avec RVB = (0.011765, 0.019608, 0.007843)
(x, y) = (0, 4) avec RVB = (0.011765, 0.015686, 0.007843)
(x, y) = (0, 5) avec RVB = (0.011765, 0.015686, 0.007843)
(x, y) = (0, 6) avec RVB = (0.007843, 0.011765, 0.003922)
(x, y) = (0, 7) avec RVB = (0.007843, 0.007843, 0.003922)
(x, y) = (0, 8) avec RVB = (0.003922, 0.007843, 0.000000)
(x, y) = (1, 0) avec RVB = (0.015686, 0.019608, 0.007843)

Machine : Mac mini (Core Duo/Solo)
OS : Version 10.6.4 (Build 10F569)
Vendeur Carte Graphique : Intel Inc.
Modèle Carte Graphique : Intel GMA 950 OpenGL Engine
=================== BEGIN ===================
(x, y) = (0, 0) avec RVB = (0.000000, 0.000000, 0.000000)
(x, y) = (0, 1) avec RVB = (0.003922, 0.000000, 0.000000)
(x, y) = (0, 2) avec RVB = (0.003922, 0.000000, 0.003922)
(x, y) = (0, 3) avec RVB = (0.003922, 0.003922, 0.003922)
(x, y) = (0, 4) avec RVB = (0.003922, 0.003922, 0.003922)
(x, y) = (0, 5) avec RVB = (0.003922, 0.003922, 0.003922)
(x, y) = (0, 6) avec RVB = (0.007843, 0.003922, 0.007843)
(x, y) = (0, 7) avec RVB = (0.007843, 0.007843, 0.007843)
(x, y) = (0, 8) avec RVB = (0.007843, 0.007843, 0.007843)
(x, y) = (1, 0) avec RVB = (0.003922, 0.000000, 0.003922)
[/tt]
[glow=red,2,300][Rà‰SOLU][/glow]
Il faut utiliser NSCalibratedWhiteColorSpace au lieu de NSDeviceRGBColorSpace (par défaut sans rien faire) avec :

[tt]NSColor *calibratedColor = [color colorUsingColorSpaceName:NSCalibratedRGBColorSpace][/tt]

Il y aura toujours des différences à  la décimale près mais globalement ca ne varie pas selon l'ordinateur. N'oubliez pas qu'il y a aussi pour une couleur :

[tt]- (void)getWhite:(CGFloat *)white alpha:(CGFloat *)alpha[/tt]

Accessible après avoir fait :

[tt]NSColor *calibratedColor = [color colorUsingColorSpaceName:NSCalibratedWhiteColorSpace];[/tt]

Réponses

  • muqaddarmuqaddar Administrateur
    17:49 modifié #2
    Machine : MacBook Pro (15-inch Core 2 Duo)
    OS : Version 10.6.4 (Build 10F569)
    Vendeur Carte Graphique : ATI Technologies Inc.
    Modèle Carte Graphique : ATI Radeon X1600 OpenGL Engine
    =================== BEGIN ===================
    (x, y) = (0, 0) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 1) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 2) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 3) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 4) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 5) avec RVB = (0.007843, 0.003922, 0.007843)
    (x, y) = (0, 6) avec RVB = (0.007843, 0.007843, 0.007843)
    (x, y) = (0, 7) avec RVB = (0.007843, 0.007843, 0.007843)
    (x, y) = (0, 8) avec RVB = (0.007843, 0.007843, 0.007843)
    (x, y) = (1, 0) avec RVB = (0.003922, 0.003922, 0.003922)

  • chkdskschkdsks Membre
    août 2010 modifié #3
    [tt]Machine : i386 (Mac Mini 2010)
    OS : Version 10.6.4 (Build 10F2025)
    Vendeur Carte Graphique : NVIDIA Corporation
    Modèle Carte Graphique : NVIDIA GeForce 320M OpenGL Engine
    =================== BEGIN ===================
    (x, y) = (0, 0) avec RVB = (0.003922, 0.000000, 0.000000)
    (x, y) = (0, 1) avec RVB = (0.003922, 0.000000, 0.003922)
    (x, y) = (0, 2) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 3) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 4) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 5) avec RVB = (0.003922, 0.003922, 0.003922)
    (x, y) = (0, 6) avec RVB = (0.007843, 0.007843, 0.007843)
    (x, y) = (0, 7) avec RVB = (0.007843, 0.007843, 0.007843)
    (x, y) = (0, 8) avec RVB = (0.007843, 0.007843, 0.007843)
    (x, y) = (1, 0) avec RVB = (0.003922, 0.000000, 0.003922)
    [/tt]
    Merci, j'ai l'ordi de mon frère en stock, du coup j'ai deux ordis Intel 64 bits et cela n'est pas pareil...! Comment je vais faire si cela dépend de la carte vidéo... je découpe mon image, j'applique mes deux filtres (un de différence et un autre de réduction du bruit) et je fais :

    [tt]NSSize size = [nsImage size];
    for(NSInteger x = 0; x < size.width; x++) {
      for(NSInteger y = 0; y < size.height; y++) {
        NSColor *color;
       
        [nsImage lockFocus];
          color = NSReadPixel(NSMakePoint(x, y));
        [nsImage unlockFocus];
       
        CGFloat r, g, b, a;
        [color getRed:&r green:&g blue:&b alpha:&a];
       
        NSString *string = [NSString stringWithFormat:@(x, y) = (%d, %d) avec RVB = (%f, %f, %f)\n, x, y, r, g, b];
        [mutableString appendString:string];
       
        // if...
      }
    }
    [/tt]
    À moins que je le fasse avec un Core Image Filter personnalisé dans une Quartz Composition, peut-être que cela changerait quelque chose... si quelqu'un a une idée ;)
  • sisopetronsisopetron Membre
    17:49 modifié #4
    Voilà  :

    Machine : iMac (Aluminum Core 2 Duo)<br />OS : Version 10.6.4 (Build 10F569)<br />Vendeur Carte Graphique : NVIDIA Corporation<br />Modèle Carte Graphique : NVIDIA GeForce 8800 GS OpenGL Engine<br />=================== BEGIN ===================<br />(x, y) = (0, 0) avec RVB = (0.000000, 0.000000, 0.000000)<br />(x, y) = (0, 1) avec RVB = (0.003922, 0.000000, 0.003922)<br />(x, y) = (0, 2) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 3) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 4) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 5) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 6) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (0, 7) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (0, 8) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (1, 0) avec RVB = (0.003922, 0.000000, 0.003922)<br />(x, y) = (1, 1) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 2) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 3) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 4) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 5) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 6) avec RVB = (0.003922, 0.003922, 0.003922)<br />
    
  • devulderdevulder Membre
    17:49 modifié #5
    Chez moi, ca crash mais bon c'est un Hackintosh :)

    Process:        CoreImage [1062]
    Path:            /Users/rgbrgb/Downloads/CoreImage.app/Contents/MacOS/CoreImage
    Identifier:      com.yourcompany.CoreImage
    Version:        ??? (1.0)
    Code Type:      X86 (Native)
    Parent Process:  launchd [92]

    Date/Time:      2010-08-27 23:25:56.416 +0200
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6

    Interval Since Last Report:          354785 sec
    Crashes Since Last Report:          60
    Per-App Interval Since Last Report:  9 sec
    Per-App Crashes Since Last Report:  1
    Anonymous UUID:                      B4FABA3F-97D7-4168-A336-18F9EBF7380D

    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread

    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSGenericException', reason: '-[QCRenderer initWithCGLContext:pixelFormat:colorSpace:patch:]: Argument "context" cannot be null'
    *** Call stack at first throw:
    (
    0  CoreFoundation                      0x99234bba __raiseError + 410
    1  libobjc.A.dylib                    0x93ae6509 objc_exception_throw + 56
    2  CoreFoundation                      0x9927f9f1 -[NSException raise] + 17
    3  QuartzComposer                      0x9220133e GFException + 198
    4  QuartzComposer                      0x922037f7 GFThrowException + 194
    5  QuartzComposer                      0x9217338e -[QCRenderer initWithCGLContext:pixelFormat:colorSpace:patch:] + 75
    6  QuartzComposer                      0x9216df97 -[QCRenderer initWithCGLContext:pixelFormat:colorSpace:composition:] + 168
    7  QuartzComposer                      0x92244a74 -[QCRenderer initWithOpenGLContext:pixelFormat:file:] + 182
    8  CoreImage                          0x00002b55 -[AppController awakeFromNib] + 2162
    9  CoreFoundation                      0x991cd564 -[NSSet makeObjectsPerformSelector:] + 196
    10  AppKit                              0x978fe530 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1566
    11  AppKit                              0x978fc508 loadNib + 257
    12  AppKit                              0x978fb900 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
    13  AppKit                              0x978fb811 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    14  AppKit                              0x978fb75c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    15  AppKit                              0x978f8561 NSApplicationMain + 434
    16  CoreImage                          0x000022ae start + 54
    17  ???                                0x00000002 0x0 + 2
    )


    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0  com.apple.CoreFoundation      0x9927fa07 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1  libobjc.A.dylib              0x93ae6509 objc_exception_throw + 56
    2  com.apple.CoreFoundation      0x9927f9f1 -[NSException raise] + 17
    3  com.apple.QuartzComposer      0x9220133e GFException + 198
    4  com.apple.QuartzComposer      0x922037f7 GFThrowException + 194
    5  com.apple.QuartzComposer      0x9217338e -[QCRenderer initWithCGLContext:pixelFormat:colorSpace:patch:] + 75
    6  com.apple.QuartzComposer      0x9216df97 -[QCRenderer initWithCGLContext:pixelFormat:colorSpace:composition:] + 168
    7  com.apple.QuartzComposer      0x92244a74 -[QCRenderer initWithOpenGLContext:pixelFormat:file:] + 182
    8  com.yourcompany.CoreImage    0x00002b55 -[AppController awakeFromNib] + 2162
    9  com.apple.CoreFoundation      0x991cd564 -[NSSet makeObjectsPerformSelector:] + 196
    10  com.apple.AppKit              0x978fe530 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1566
    11  com.apple.AppKit              0x978fc508 loadNib + 257
    12  com.apple.AppKit              0x978fb900 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
    13  com.apple.AppKit              0x978fb811 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    14  com.apple.AppKit              0x978fb75c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    15  com.apple.AppKit              0x978f8561 NSApplicationMain + 434
    16  com.yourcompany.CoreImage    0x000022ae start + 54

    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0  libSystem.B.dylib            0x914ce942 kevent + 10
    1  libSystem.B.dylib            0x914cf05c _dispatch_mgr_invoke + 215
    2  libSystem.B.dylib            0x914ce519 _dispatch_queue_invoke + 163
    3  libSystem.B.dylib            0x914ce2be _dispatch_worker_thread2 + 240
    4  libSystem.B.dylib            0x914cdd41 _pthread_wqthread + 390
    5  libSystem.B.dylib            0x914cdb86 start_wqthread + 30

    Thread 2:
    0  libSystem.B.dylib            0x914cd9d2 __workq_kernreturn + 10
    1  libSystem.B.dylib            0x914cdf68 _pthread_wqthread + 941
    2  libSystem.B.dylib            0x914cdb86 start_wqthread + 30

    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x93ae64e5  ecx: 0xa0272500  edx: 0x0000003b
      edi: 0xa04eeaf0  esi: 0x001ed7e0  ebp: 0xbffff5b8  esp: 0xbffff5a0
      ss: 0x00000023  efl: 0x00000286  eip: 0x9927fa07  cs: 0x0000001b
      ds: 0x00000023  es: 0x00000023  fs: 0x00000000  gs: 0x0000000f
      cr2: 0x000fd000

    Binary Images:
        0x1000 -    0x4fff +com.yourcompany.CoreImage ??? (1.0) <077E9684-D9D8-535F-FB4D-3C099D33B337> /Users/rgbrgb/Downloads/CoreImage.app/Contents/MacOS/CoreImage
      0x500000 -  0x673ff7  GLEngine ??? (???) <5EB664AC-6395-A161-ED9D-12219745A887> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      0x6a5000 -  0x6c8fe7  GLRendererFloat ??? (???) <4F847096-3DBD-AE90-90FF-5AE12E15D3C9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
      0x6d0000 -  0x6f4ff7  com.apple.QuartzComposer.ExtraPatches 3.1 (156.16) <D9E7E534-1D6C-FF4A-145B-FF0F1365CA43> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
      0x704000 -  0x750fff  com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
      0x775000 -  0x79dfeb  com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x12b12000 - 0x12b14ff7  com.apple.podcastproducer.ImageDiffer 1.2.1 (168) <B7B00525-4F0D-6035-BE38-B5938B81C74E> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x9000e000 - 0x900abfe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x900ac000 - 0x90414ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90415000 - 0x90416ff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x90417000 - 0x90425ff7  com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9085c000 - 0x908b7ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90913000 - 0x909f0ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x90a32000 - 0x90eebffb  com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x90eec000 - 0x9106efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x9106f000 - 0x91070ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91071000 - 0x914a6ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x914a7000 - 0x9164dfeb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x9164e000 - 0x91791fef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91792000 - 0x91796ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91797000 - 0x91799ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x917b3000 - 0x917e3ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91832000 - 0x918abff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x918ac000 - 0x918acff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x919bd000 - 0x919beff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x91aa4000 - 0x91adffeb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91ae0000 - 0x91b02fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x91dd4000 - 0x91f00ffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x91f01000 - 0x91f04ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x91f4b000 - 0x91f91ffb  com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x91f92000 - 0x91f95ff7  libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x91f96000 - 0x92097fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x92113000 - 0x9233eff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x9233f000 - 0x925afffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92649000 - 0x926a3fe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x926a4000 - 0x926bfff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x926ce000 - 0x926d3ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x926d4000 - 0x926e9fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x926ea000 - 0x927b4fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x927b5000 - 0x927bffe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x927c0000 - 0x92840feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x92841000 - 0x92841ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92870000 - 0x92874ff7  libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x92875000 - 0x9287eff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9287f000 - 0x92897ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x92898000 - 0x92913fe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x929cc000 - 0x92a0bff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92a0c000 - 0x92a4fff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x92a60000 - 0x92b8efe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92b8f000 - 0x92b8fff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92ba6000 - 0x92c38fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x92e15000 - 0x92e15ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92e16000 - 0x92e20ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x92e21000 - 0x92e2dff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x92e58000 - 0x92e6aff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x92e6b000 - 0x92f1bff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x92f1c000 - 0x92f65fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92f66000 - 0x92f9cfff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x92fa3000 - 0x92fb7ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92fe3000 - 0x93026ff7  libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93027000 - 0x93816557  com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x938f6000 - 0x938f8ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x9393b000 - 0x93963ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93a6b000 - 0x93a7bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x93a9e000 - 0x93adbff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93adc000 - 0x93b89fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x93b8a000 - 0x93bd0ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x93bdc000 - 0x93c5effb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x93c5f000 - 0x93cb7fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x93cc5000 - 0x93cc5ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93cc6000 - 0x93dc8fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
    0x93dcb000 - 0x93defff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93df0000 - 0x93dfefe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x93dff000 - 0x93e05ff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x93e06000 - 0x93e56ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x93e8c000 - 0x93eabfe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x93efe000 - 0x93efeff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93eff000 - 0x93fa8ff7  com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9405a000 - 0x940abff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x940ac000 - 0x940c8fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x940c9000 - 0x940e7ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x940f3000 - 0x941e5ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x941e6000 - 0x9421eff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x94232000 - 0x94648ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x9464d000 - 0x9464dff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9464e000 - 0x9496efeb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x9496f000 - 0x94b66feb  com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94c21000 - 0x94cf2fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x94d9d000 - 0x94deafeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x94e22000 - 0x94e48fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x94e49000 - 0x94f02fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x94f0a000 - 0x94f74fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94fc8000 - 0x95005ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x95006000 - 0x95039ff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x9503a000 - 0x95146ff7  libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x951a1000 - 0x951a1ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x951a2000 - 0x9549bfef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x954c8000 - 0x954cefff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x954cf000 - 0x956b1fff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x956d4000 - 0x956e1ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x95717000 - 0x95759ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x9575a000 - 0x95835fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x95881000 - 0x958a2fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x958a3000 - 0x958a6fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x958a7000 - 0x958e5ff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96332000 - 0x964ecfe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x964ed000 - 0x9650dfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x9650e000 - 0x9650eff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9650f000 - 0x965b7ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x96883000 - 0x96939ffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9693a000 - 0x9696bff7  libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x978f6000 - 0x981d6ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x981d7000 - 0x981e8ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x981e9000 - 0x9822dff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98479000 - 0x986dcfef  com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x986dd000 - 0x987d8ffb  com.apple.PubSub 1.0.5 (65.20) <2AD354A5-5F08-82AE-BBDE-873F8C233A0B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x987d9000 - 0x9881dfe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x9885f000 - 0x9886fff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x988e4000 - 0x98953ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x98954000 - 0x98a80fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98b5e000 - 0x98bd6fef  com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x98bd7000 - 0x98bebfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x98c84000 - 0x98cf2ff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x98cf3000 - 0x99072fe3  com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F-F1AC-A73C-3172-BC17F18EC5FC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x99073000 - 0x99077ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x990b2000 - 0x99160ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x99161000 - 0x992dbfe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x992dc000 - 0x99332ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
    0x99333000 - 0x99657fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x99658000 - 0x996bcffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x996bd000 - 0x996c4ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x996d3000 - 0x9976bfe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9976d000 - 0x99808ff7  com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x99809000 - 0x99814ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x99815000 - 0x99876fe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9987c000 - 0x998a3ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x998a9000 - 0x99917ff7  com.apple.ISSupport 1.9.3 (51) <9BB37FBA-E379-8D12-11C6-B9C5C9683D27> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9994b000 - 0x99956ff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib

    Model: iMac9,1, BootROM IM91.88Z.008D.B00.0901142258, 2 processors, Intel Core 2 Duo, 1.67 GHz, 4 GB, SMC 1.13f3
    Graphics: nVidia GeForce 8600 GT, nVidia GeForce 8600 GT, PCIe, 256 MB
    Memory Module: global_name
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD2500BEVS-22UST0, 232,89 GB
    Serial ATA Device: ST9160821AS, 149,05 GB
    Parallel ATA Device: MATSHITAUJ-850D
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd300000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfd320000
    USB Device: USB DISK 2.0, 0x13fe  (Phison Electronics Corp.), 0x3600, 0xfd200000
    USB Device: Microsoft Basic Optical Mouse v2.0, 0x045e  (Microsoft Corporation), 0x00cb, 0x3d200000
    USB Device: USB 2.0 Camera, 0x04f2  (Chicony Electronics Co., Ltd.), 0xb024, 0xfa100000
  • chkdskschkdsks Membre
    août 2010 modifié #6
    Merci à  d!d!er et devulder, euh oui il y a un problème au niveau de la Quartz Composition, c'est sans doute quand j'initialise le QCRenderer...

    Sinon j'ai découvert le problème, rien à  voir avec l'architecture ou la carte vidéo, il s'agit en fait de l'espace colorimétrique qui est par défaut à  :
    [tt]
    NSDeviceRGBColorSpace
      Device-dependent color space with red, green, blue, and alpha components.
    [/tt]
    Alors qu'il faudrait NSCalibratedRGBColorSpace mais j'ai utilisé NSCalibratedWhiteColorSpace et récupéré les blancs en faisant :
    [tt]
    CGFloat white;
    NSColor *calibratedColor = [color colorUsingColorSpaceName:NSCalibratedWhiteColorSpace];
    [calibratedColor getWhite:&white alpha:NULL];
    [/tt]
    Problème Rà‰SOLU !! :o
  • AliGatorAliGator Membre, Modérateur
    août 2010 modifié #7
    En effet, NSDeviceRGBColorSpace comme son nom l'indique est un colorspace dépendant du device (et donc de la calibration de ton écran entre autres) ce qui explique les différences non pas entre les cartes vidéos mais entre les écrans différemment calibrés !

    Ceci dit bien trouvé, c'était pas évident à  voir comme pb ! ;)
  • 17:49 modifié #8
    dans 1282937356:

    Chez moi, ca crash mais bon c'est un Hackintosh :)



    Et il en est fier le bougre!
  • DrakenDraken Membre
    17:49 modifié #9
    La racaille aime bien étaler sa différence ! Sale voleur de pommes  >:)



  • prepa75prepa75 Membre
    17:49 modifié #10
    salut chkdsks,

    voici le résultat :
    Machine : MacBook Pro (15-inch Core 2 Duo)<br />OS : Version 10.6.4 (Build 10F569)<br />Vendeur Carte Graphique : ATI Technologies Inc.<br />Modèle Carte Graphique : ATI Radeon X1600 OpenGL Engine<br />=================== BEGIN ===================<br />(x, y) = (0, 0) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 1) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 2) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 3) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 4) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (0, 5) avec RVB = (0.007843, 0.003922, 0.003922)<br />(x, y) = (0, 6) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (0, 7) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (0, 8) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (1, 0) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 1) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 2) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 3) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 4) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (1, 5) avec RVB = (0.007843, 0.003922, 0.003922)<br />(x, y) = (1, 6) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (1, 7) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (1, 8) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (2, 0) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (2, 1) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (2, 2) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (2, 3) avec RVB = (0.007843, 0.007843, 0.007843)<br />(x, y) = (2, 4) avec RVB = (0.007843, 0.003922, 0.003922)<br />(x, y) = (2, 5) avec RVB = (0.007843, 0.003922, 0.003922)<br />(x, y) = (2, 6) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (2, 7) avec RVB = (0.003922, 0.003922, 0.003922)<br />(x, y) = (2, 8) avec RVB = (0.007843, 0.003922, 0.003922)<br />
    
  • prepa75prepa75 Membre
    17:49 modifié #11
    dans 1282944842:

    La racaille aime bien étaler sa différence ! Sale voleur de pommes  >:)


    Moi je dit rien car j'ai commencer à  gouter à  OsX sur un hackintosh pendant 6 mois ! (oui vasy Draken fait moi mal !  o:) >:) )ça m'as plus et j'ai switché  :D mais sans ça je serai en train de formater tout les 4j a cause d'un virus sous seven !
  • chkdskschkdsks Membre
    17:49 modifié #12
    dans 1283030262:

    dans 1282944842:

    La racaille aime bien étaler sa différence ! Sale voleur de pommes  >:)


    Moi je dit rien car j'ai commencer à  gouter à  OsX sur un hackintosh pendant 6 mois ! (oui vasy Draken fait moi mal !  o:) >:) )ça m'as plus et j'ai switché  :D mais sans ça je serai en train de formater tout les 4j a cause d'un virus sous seven !


    Il y avait aussi une époque où il y avait PearPC qui marchait pas mal...
  • prepa75prepa75 Membre
    17:49 modifié #13
    Ouais mais ce temps est révolu ! en même temps Apple pourrai interdire vraiment le Hackintosh,mais ils font ça pour justement laisser les gens gouter à  Osx ! j'en suis persuadé ! si j'avais pas eu un hackintosh avant je me serai jamais pris un MBP et maintenant un imac !
  • devulderdevulder Membre
    17:49 modifié #14
    dans 1283078840:

    Ouais mais ce temps est révolu ! en même temps Apple pourrai interdire vraiment le Hackintosh,mais ils font ça pour justement laisser les gens gouter à  Osx ! j'en suis persuadé ! si j'avais pas eu un hackintosh avant je me serai jamais pris un MBP et maintenant un imac !


    Je confirme ton point de vue, mon pc de bureau va bientôt être remplacer par un Imac en fin d'année, par contre vu les prix

    des portables avec écran 17pouces je vais attendre le loto :)

  • prepa75prepa75 Membre
    17:49 modifié #15
    oui c'est clair j'ai un petit peu économisé quand même pour mon imac ! il arrive mercredi  :P ;) :D

    aprés pour les 17 pouces je trouve ça trop cher pour l'utilisation que j'en ferai ! mon 15" me va a ravir et je suis content de ne pas avoir craqué sur le 17"... de toute façon les finances n'auraient pas suivis !!!  ;)
Connectez-vous ou Inscrivez-vous pour répondre.