Raster display

Dear sir,
i finished loading process of raster into oracle database and trying to retrieve image in mapviwer. but nothing comes out even no any error message. would you please let me know what could be the reason
following is my parametes in mapviewer
xml_request=<?xml version="1.0" standalone="yes" ?>
<map_request
title="adfasdf"
datasource="mvdemo"
width="400"
height="360"
format="PNG_URL" >
<center size="7.450580596923828E-7">
<geoFeature>
<geometricProperty typeName="center">
<Point>
<coordinates>
600.0, 300.0
</coordinates>
</Point>
</geometricProperty>
</geoFeature>
</center>
<themes>
<theme name="geor_theme" >
<jdbc_georaster_query
jdbc_srid="82364"
datasource="mvdemo"
georaster_table="sf_rasters"
georaster_column="georaster"
raster_id="1"
raster_table=""
asis="false">
</jdbc_georaster_query>
</theme>
</themes>
</map_request>
xml_response=<?xml version="1.0" encoding="UTF-8"?>
<map_response>
<map_image>
<map_content url="http://localhost:8888/mapviewer/images/omsmap107_7.png?refresh=9087256295431213433" />
<box srsName="sdo:82364">
<coordinates>
599.9999995860788,299.99999962747097 600.0000004139212,300.00000037252903 </coordinates>
</box>
<xfm matrix="2.0696057845270843E-9 0.0 0.0 -2.0696057845270843E-9 599.9999995860788 300.00000037252903" />
<WMTException version="1.0.0" error_code="SUCCESS">
</WMTException>
</map_image>
</map_response>
and this is my valid sql statement for record 1
SQL> select georaster from sf_rasters where georid = 1;
GEORASTER(RASTERTYPE, SPATIALEXTENT(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDI
SDO_GEORASTER(21001, SDO_GEOMETRY(2003, 82364, NULL, SDO_ELEM_INFO_ARRAY(1, 1003, 1), SDO_ORDINATE_A
<objectI))
requesting for immediate reply
Thanks
Kabeer

Hi Kabeer,
In general please always:
1. run validatation first. for example:
select georid, sdo_geor.validategeoraster(georaster) from sf_rasters where georid = 1;
2. try to display the georaster object using the client-side command-line Java GeoRasterViewer or the MapBuilder to see if you can display the image.
3. During the display, do some image processing using the "image" manu if you only see black or white screen (due to raster cell values in lower value range or out of 8-bit range etc).
These could help narrow down the problems. At least make sure the raster was loaded and stored correctly on the database server.
just in case you didn't do these.
regards,
Jeffrey

Similar Messages

  • Is MapViewer 10.1.2 able to display 16bit grey scale images?

    I can see the image fine in mapbuilder, but when I view it in mapviewer its very dark and I'm unable to make out the raster's features.
    I've look in the tech articles and don't see any info stating Mapviewer's limitations for raster display.
    Anybody have any info?
    Thanks,
    Paula

    Joao,
    Sorry it took so long to post, but I wanted to double check and start from scratch again to make sure it wasn't a user error (which it still could be but I don't know what I'm doing wrong)
    **Note: The 16 bit image shows up in MapViewer, but its too dark to see anything. I normalized the image in MapBuilder and that would work fine if I could get that normalized image to display in MapViewer **
    This is a version of the MapViewer log output turned on to the finest log level. I had to edit this because we have hundreds of themes and the log would have been overwhelming
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 FINEST [oracle.sdovis.theme.pgtp, ,#Thread-4110] [ BAIN@0 ]: SELECT ROWID, GEORASTER.SPATIALEXTENT,
    '', null, 'null', -1 FROM RASTER_BAIN_JUN06 WHERE MDSYS.SDO_FILTER(GEORASTER.SPATIALEXTENT, MDSYS.SDO_GEOMETRY(2003, 82364, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1,
    1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 DEBUG [oracle.sdovis.theme.grtp, ,#Thread-4111] [Master scale] 0.02548622222222169 [Scale
    factor for theme BAIN] 111142.28470028371
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 FINEST [oracle.sdovis.theme.pgtp, ,#Thread-4110] Changed Query: SELECT ROWID, sdo_cs.transform(GEORASTER.SPATIALEXTENT,8307)
    GEORASTER.SPATIALEXTENT, '', null, 'null', -1 FROM RASTER_BAIN_JUN06 WHERE MDSYS.SDO_FILTER(GEORASTER.SPATIALEXTENT, MDSYS.SDO_GEOMETRY(2003,
    82364, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 DEBUG [oracle.sdovis.theme.grtp, ,#Thread-4111] [Query] select grt.GEORASTER from RASTER_BAIN_JUN06
    grt where grt.GEORASTER.rasterid = 61 and grt.GEORASTER.rasterdatatable = 'RDT_BAIN_JUN06'
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 FINEST [oracle.sdovis.util.Util, ,#Thread-4124] [Util.convertMBR SRID query] select sdo_cs.transform(MDSYS.SDO_GEOMETRY(
    2003,8307, NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3),MDSYS.SDO_ORDINATE_ARRAY(50.545879703703704,26.12611081481481,50.71047822222222,26.245577481481472)),82362)
    from dual
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 DEBUG [oracle.sdovis.theme.pgtp, ,#Thread-4110] [ BAIN@0 ] sql exec time: -1189697058859ms,
    total time loading 0 features: 62ms.
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 ERROR [oracle.sdovis.theme.pgtp, ,#Thread-4110] *** Exception while querying theme: BAIN@0
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 ERROR [oracle.sdovis.theme.pgtp, ,#Thread-4110] java.sql.SQLException: ORA-00923: FROM
    keyword not found where expected
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:184)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:502)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1028)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:534)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1125)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3042)
    at oracle.sdovis.theme.PredGeomThemeProducer.loadFeaturesInWindow(PredGeomThemeProducer.java:498)
    at oracle.sdovis.theme.PredGeomThemeProducer.prepareData(PredGeomThemeProducer.java:229)
    at oracle.sdovis.Theme.prepareData(Theme.java:174)
    at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1740)
    07/09/13 15:24:18 Thu Sep 13 15:24:18 GMT 2007 ERROR [oracle.sdovis.DBMapMaker, ,#Thread-4110] Message:Exception while querying theme:
    BAIN@0
    Description: Nested exception is:
    java.sql.SQLException: ORA-00923: FROM keyword not found where expected
    java.sql.SQLException: ORA-00923: FROM keyword not found where expected
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:184)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:502)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1028)
    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:534)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1125)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3042)
    at oracle.sdovis.theme.PredGeomThemeProducer.loadFeaturesInWindow(PredGeomThemeProducer.java:498)
    at oracle.sdovis.theme.PredGeomThemeProducer.prepareData(PredGeomThemeProducer.java:229)
    at oracle.sdovis.Theme.prepareData(Theme.java:174)
    at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1740)
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 DEBUG [oracle.sdovis.theme.grtp, ,#Thread-4111] [DimX] 787[DimY] 809
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.theme.grtd, ,#Thread-4111] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,5,sdo_geometry(2001,82364,sdo_point_type(452973.5,2902504.5,null),
    null,null)) coord FROM RASTER_BAIN_JUN06 grt WHERE grt.GEORASTER.rasterid = 61 and grt.GEORASTER.rasterdatatable = 'RDT_BAIN_JUN06'
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.theme.grtd, ,#Thread-4111] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,5,sdo_geometry(2001,82364,sdo_point_type(454601.04128539,2902959.93630577,null),
    null,null)) coord FROM RASTER_BAIN_JUN06 grt WHERE grt.GEORASTER.rasterid = 61 and grt.GEORASTER.rasterdatatable = 'RDT_BAIN_JUN06'
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.theme.grtd, ,#Thread-4111] Row:-21 Column: 72
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.theme.grtd, ,#Thread-4111] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,5,sdo_geometry(2001,82364,sdo_point_type(471085.769048854,2889682.13802691,null),
    null,null)) coord FROM RASTER_BAIN_JUN06 grt WHERE grt.GEORASTER.rasterid = 61 and grt.GEORASTER.rasterdatatable = 'RDT_BAIN_JUN06'
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.theme.grtd, ,#Thread-4111] Row:572 Column: 808
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 DEBUG [oracle.sdovis.theme.grtp, ,#Thread-4111] Calling JGeoRaster.getRasterImage - area:
    73 , 0 , , 787 , 572
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 DEBUG [oracle.sdovis.theme.grtp, ,#Thread-4111] End of JGeoRaster.getRasterImage call.
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.util.Util, ,#Thread-4111] [Util.convertMBR SRID query] select sdo_cs.transform(MDSYS.SDO_GEOMETRY(
    2003,82364, NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3),MDSYS.SDO_ORDINATE_ARRAY(454608.7,2889669.3,470624.7,2902504.5)),8307) from dual
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.theme.grtp, ,#Thread-4111] # image loaded: 1
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 INFO [oracle.sdovis.DBMapMaker, ,#AJPRequestHandler-ApplicationServerThread-7] **** time
    spent on loading features: 1141ms.
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.RE, ,#AJPRequestHandler-ApplicationServerThread-7] xfm: 3766.7410714286107
    0.0 0.0 -3766.7410714286107 -190393.24107143056 98860.29464285815
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.RE, ,#AJPRequestHandler-ApplicationServerThread-7] rendering image
    theme: BAIN
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.ImageRenderer, ,#AJPRequestHandler-ApplicationServerThread-7] image
    ground mbr=50.5455090253688,26.1255705377205 50.7061616340954,26.2418817391599
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.ImageRenderer, ,#AJPRequestHandler-ApplicationServerThread-7] image
    width: 715, height:573
    07/09/13 15:24:19 Thu Sep 13 15:24:19 GMT 2007 FINEST [oracle.sdovis.ImageRenderer, ,#AJPRequestHandler-ApplicationServerThread-7] rendering
    image at: -1, 13
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.sdovis.VectorRenderer, ,#AJPRequestHandler-ApplicationServerThread-7] time
    to render theme BAIN@0 with 0 styled features: 0ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.sdovis.VectorRenderer, ,#AJPRequestHandler-ApplicationServerThread-7] time
    to label theme BAIN@0 with 0 styled features: 0ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 INFO [oracle.sdovis.DBMapMaker, ,#AJPRequestHandler-ApplicationServerThread-7] **** time
    spent on rendering: 140ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.lbs.mapserver.core.MapperPool, ,#AJPRequestHandler-ApplicationServerThread-7]
    freeMapper() begins...
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.lbs.mapserver.core.RealWorker, ,#AJPRequestHandler-ApplicationServerThread-7]
    [RealWorker] preparation time: 31ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.lbs.mapserver.core.RealWorker, ,#AJPRequestHandler-ApplicationServerThread-7]
    [RealWorker] querying/rendering time: 1297ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.lbs.mapserver.core.RealWorker, ,#AJPRequestHandler-ApplicationServerThread-7]
    [RealWorker] packing time: 63ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 DEBUG [oracle.lbs.mapserver.core.RealWorker, ,#AJPRequestHandler-ApplicationServerThread-7]
    [RealWorker] --------------- total time: 1391ms
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 FINEST [oracle.lbs.mapserver.oms, ,#AJPRequestHandler-ApplicationServerThread-9] request.getRemoteUser
    = null
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 FINEST [oracle.lbs.mapserver.oms, ,#AJPRequestHandler-ApplicationServerThread-9] request=
    <?xml version="1.0" standalone="yes" ?><info_request datasource="REGION" format="strict" >
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 FINEST [oracle.lbs.mapserver.core.InfoWorker, ,#AJPRequestHandler-ApplicationServerThread-9]
    Processing <info_request> :
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 FINEST [oracle.lbs.mapserver.oms, ,#AJPRequestHandler-ApplicationServerThread-9] request.getRemoteUser
    = null
    07/09/13 15:24:20 Thu Sep 13 15:24:20 GMT 2007 FINEST [oracle.lbs.mapserver.oms, ,#AJPRequestHandler-ApplicationServerThread-9] request=
    <?xml version="1.0" standalone="yes" ?><info_request datasource="REGION" format="strict" >
    Any help you can provide will be greatly appreciated,
    Paula

  • Plotting a bmp file and concatination with polor plot

    i have developed one graphical application where i am concatinating a 24 bit bmp file and labview polor plot in a picture box where a line is rotating continiously with 0.5 degree resolution by changing the data in polor vi.Now i have placed one boolean button in the centre of the polor plot.when the program is running the button is also moving along the radius of the circle(following the line)by changing the data in the top and left property of the boolean button.
    The problem is that when i am removing the bmp file the bollean button runs very fast but when bmp file is there the program anyway running slow as a result boolean button also running slow.
    what is the solution.i want both,the picture(bmp) as well as fast movement of the button.
    i am attaching the application program.it is developed in 6.1.
    tanu

    bmp is raster, display slow in picture control; while polar plot is vector, draws faster.
    If the bmp is not changing, you can use it as background behind the picture control.
    If the bmp is changing, maybe you can convert it to 8 bit bmp, so it can be redraw faster.
    George Zou
    http://gtoolbox.yeah.net
    George Zou
    http://webspace.webring.com/people/og/gtoolbox

  • Getting Acrobat to display raster images in pdf's "As Is"

    I hate the way acrobat resamples raster images on a monitor when it's not displaying it at its exact size. It looks like crap, not surprisingly, since it doesn't do resampling using opengl like photoshop does.
    Let's say I create an image for viewing purposes only (I just want a client to open a pdf and be able to view my work as is), I save it as a 900x700 pixel image at 72dpi, but when I open the pdf it will always upscale it even when I edit the document properties and select "actual size" on initial display. I don't want any resizing, as the only way to display the image in pristine condition is if it's showing at its native resolution (ie 900x700 pixels).
    Is there any way to control how a pdf will display an image on a client's machine? Or should I rather just build an offline web page and skip the pdf entirely?

    The format in which a bitmap image is stored has no bearing whatsoever on the size it appears on screen.
    Phillip Jones wrote:
    That may not be so helpful either. Because depending upon Monitor size anything on a web page is Contracted or expanded as well. Example what on say a 27" screen is going to look much different than on a 17"  If its saved as a Jpeg image you will always have this.
    If save as a PNG it will Remain the same shape and detail just get larger or smaller

  • Adding a watermark  to raster maps before  MapView displays users requests

    Dear everyone
    Is it possible to create a transparent watermark overlay that Oracle can then place on top of any raster maps just before they are served via MapViewer to web browsers.
    I have some large raster maps which users will be able pan and zoom in and out of. It would be extremely helpful if every time they recentre or zoom the map, the same copyright image was displayed over the map image. I know this can be done as text but I would prefer to have a transparent image displayed across the whole screen so that a user cannot copy parts of the image so easily. I also do not want non transparent text obscuring any of the raster data.
    I can do this on the original data but that is time consuming and means I would have to keep copies of both the modified and unmodified data.
    I am working in Oracle 10.2 using PL/SQL and the PL/SQL API, which replicates the Java API, in order to sent scripts to MapViewer.
    Kind regards
    Tim

    Hi
    This is an old question but I since found the answer so thought I would post it. The answer is in the MapViewer manual.
    In 10.1.2 it is located from page 1-23 (it's in section 1.5.5.). It's known as adding your own logo as opposed to watermark.
    The code required is added to the MapViewer configuration file and therefore as such I believe, would apply to every map request, regardless of user. It also means it wouldn't have been of use in my case because I do not have the correct permission to edit this file and nor should I, given many other people besides myself use MapViewer.
    Regards
    Tim

  • Raster map is not displaying on map

    Hi Dear,
    i have a problem displaying raster map. raster maps are successfully loaded and i created raster theme and able to display raster maps on map builder. then i created a map which contains 2 geometry themes and 1 raster theme i am able to see all these themes together in mapbuilder displaying fine. but when i am trying to display on map its displaying only geometry themes
    not displaying rasters on map
    here is my raster theme xml code
    <?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="georaster">
    </styling_rules>
    do i need to add any more additions to my raster theme to display on my map ?
    please some one let me know
    Thanks
    Kabeer

    Hi Joao
    i copied those jar files to my mapviewer WEB-INF\lib directory and its working fine. its displaying my vector and raster data on my map.
    but there was small thing i what i recognized that before copying these files i had a georaster theme map and it does not display even if i run Purge cached metadata from mapviewer.
    i created again another georaster theme map and created cache then it worked with me.
    Thanks once again
    Regards
    Kabeer

  • Raster not Displaying correctly in Mapbuilder but OK in GeoRasterViewer

    Hi, I have sucessfully imported a jpg2 raster using Lizard tech's spatial express, I can view it in the Oracle GeoRasterViewer tool. When I go to construct a raster theme using Mapbuilder I get the error below.
    -------------------------- Stackdump
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-15
    DEBUG [oracle.sdovis.theme.grtp] [Master scale] 3493.0022451199998 [Scale factor for theme MELBOURNE] 1.0
    INFO [oracle.sdovis.theme.grtp] Screen resolution: 36.38544005333136
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.GEORASTER from GEORASTER_TABLE grt where grt.GEORASTER.rasterid = 1
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 0.34999999997671694 Res Y: 0.35000000055879354 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 7 GeoRaster: 1 for screen resolution: 36.38544005333136
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 44.79999999701977 Res Y: 44.800000071525574 Pyramidlevel: 7
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 4287.0 height= 7096.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 32[DimY] 54
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,7,sdo_geometry(2001,82410,sdo_point_type(319380.195,5813676.80500001,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.GEORASTER.rasterid = 1 and grt.GEORASTER.rasterdatatable = 'RASTER_DATA_TABLE'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: 0
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,0)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,7,sdo_geometry(2001,82410,sdo_point_type(304717.62313741335,5813806.753,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.GEORASTER.rasterid = 1 and grt.GEORASTER.rasterdatatable = 'RASTER_DATA_TABLE'
    FINEST [oracle.sdovis.theme.grtd] Row:-3 Column: -328
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.GEORASTER,7,sdo_geometry(2001,82410,sdo_point_type(335536.0908625867,5811077.844996,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.GEORASTER.rasterid = 1 and grt.GEORASTER.rasterdatatable = 'RASTER_DATA_TABLE'
    FINEST [oracle.sdovis.theme.grtd] Row:58 Column: 360
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 32 , 54
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtp] # image loaded: 1
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 109ms.
    FINEST [oracle.sdovis.RE] xfm: 0.027483520840594813 0.0 0.0 -0.027483520840594813 -8374.713145993615 159783.87905926636
    FINEST [oracle.sdovis.RE] rendering image theme: MELBOURNE
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=319380.195,5811212.804996076 320858.59499990166,5813676.80500001
    FINEST [oracle.sdovis.ImageRenderer] image width: 33, height:55
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 402, 3
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    ERROR [oracle.sdovis.ImageRenderer] java.awt.image.ImagingOpException: Unable to transform src image
         at java.awt.image.AffineTransformOp.filter(AffineTransformOp.java:263)
         at sun.java2d.pipe.DrawImage.transformImage(DrawImage.java:303)
         at sun.java2d.pipe.DrawImage.scaleImage(DrawImage.java:108)
         at sun.java2d.pipe.DrawImage.scaleImage(DrawImage.java:770)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2729)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2682)
         at oracle.sdovis.ImageRenderer.renderGeoRasterImage(ImageRenderer.java:426)
         at oracle.sdovis.ImageRenderer.renderGeoRasterTheme(ImageRenderer.java:318)
         at oracle.sdovis.ImageRenderer.render(ImageRenderer.java:132)
         at oracle.sdovis.RenderingEngine.render(RenderingEngine.java:260)
         at oracle.sdovis.DBMapMaker.renderEm(DBMapMaker.java:1464)
         at oracle.sdovis.MapMaker.renderMap(MapMaker.java:1638)
         at oracle.mapviewer.builder.control.DrawPanel$MapperThread.mapRun(DrawPanel.java:1025)
         at oracle.mapviewer.builder.control.DrawPanel$MapperThread.run(DrawPanel.java:938)
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme MELBOURNE with 1 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    So my question is why can I see my raster via GeoRasterViewer but not Mapbuilder?
    I have read in earlier posts that the traceback above could be the result of the missing files jai_core.jar and jai_codec.jar but I start my mapbuilder with the following command to ensure they exist in the classpathwith no sucess.
    There may be a few too many jars in the classpath below but I copied this list from the rasterviewer just to cover all bases.
    C:\oracle\product\10.2.0\db_1\jdk\bin\java -Xmx256m -cp C:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdoapi.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdotopo.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdoutl.jar;C:\oracle\product\10.2.0\db_1\md\lib\sdotype.jar;C:\oracle\product\10.2.0\db_1\ord\jlib\jai_core.jar;C:\oracle\product\10.2.0\db_1\ord\jlib\jai_codec.jar;C:\oracle\product\10.2.0\db_1\rdbms\jlib\xdb.jar;C:\oracle\product\10.2.0\db_1\md\demo\georaster\java\georaster_tools.jar -jar mapbuilder.jar
    I have also tried starting mapbuilder like this, but with no more luck...
    java -Xmx256m -cp C:\oracle\product\10.2.0\db_1\ord\jlib\jai_core.jar;C:\oracle\product\10.2.0\db_1\ord\jlib\jai_codec.jar -jar mapbuilder.jar
    Any help would be greatly appreciated,
    Rowie..
    Message was edited by:
    Rowie

    Hi Rowie,
    the error is not related with missing jai files (MapBuilder has these classes packaged on the single jar). In this case you can see the error that the image is not transformed during rendering.
    ERROR [oracle.sdovis.ImageRenderer] java.awt.image.ImagingOpException: Unable to transform src image
    It seems that the way MapViewer/MapBuilder render the image, is not supporting the
    GeoRaster generated.
    Which version of the GeoRasterViewer are you using to see the image?
    Is it possible to have a dump file of this GeoRaster, so we can reproduce the error? How big is it?
    Please post your email address in case we need to contact you.
    Thanks.
    Joao

  • Capturing the raster of Swing components without actually displaying them?

    My goal is to be able to create an Image/BufferedImage that represents the image of Swing components. Now one solution would be to display the component, take a printscrn of it, and cut the resulting image down so that it only contains the area that the component takes up. However, this requires the component to be displayed to the screen.
    Looking for a solution, I found createImage() in java.awt.Component. I tried that, and got a null image. Going back to the javadocs, I found that the component had to be displayable, which was defined as being visible or packed. I tried inserting the component into a JFrame, packed the frame, and then called createImage, only to get a blank Image. I've also tried displaying the JFrame, calling createImage, and displaying the image, but I've had no luck.
    To display the Images, I've been encapsulating them in ImageIcons and displaying those.
    Any ideas pertaining to a good solution?

    How would I go about doing that? I'm looking through
    the API, but I can't find anything relevant.If you direcytly want to create Image object .. then check.. this... and see my last posting of Brio.java
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=711032
    Note: use setVisible(true);
    before creating buffer = createImage(...) else U will get null Image..
    U can also make a BufferedImage like..
    BufferedImage buffer = new BufferedImage(200, 200, BufferedImage.TYPE_3BYTE_BGR);
    Graphics g = buffer.getGraphics();
    g.setColor(new Color(255, 0, 255));
    g.drawImage(img, x, y, null);
    g.fillRect(200,200);
    g.dispose();

  • Help understanding how to display a raster image

    Hi.
    I apologise in advance if this question sounds a bit convoluted but I've got a bit confused as to how to go about this.
    I have an Ascii-grid file that's been exported from ArcMap and I want to draw it onto a JPanel.
    This particular grid is a DEM but it would be good if it could produce this for any grid, if it makes any difference.
    The problem is I don't really even know where to start...I've looked at using colormodels, data buffers etc for creating a raster but I'm not really sure how to get the ascii data I have into any of these.
    Do I remove the pixel data from the integer values in the file before etc and if so how do I go about this?
    In addition is it possible to make a colormodel from a standard int array, if it was created in a particular pattern for example for designated height values.
    Some help in working out how to go about this would be very welcome as I'm lost as to what to do. Even just some pointers in the right direction. I'm more than happy to go and work it out I just don't really know where to start.
    Cheers.

    Sounds something like a contour map. I'm sure there must be a technically superior (read: horribly complicated) way to do this using IndexColorModel, WriteableRaster etc etc but if the performance is satisfactory I would go with a simple BufferedImage and setRGB.import java.awt.Color;
    import java.awt.image.BufferedImage;
    import javax.swing.*;
    public class ContourMap {
      private int[] colors = {
        Color.BLACK.getRGB(),
        Color.GREEN.getRGB(),
        Color.YELLOW.getRGB(),
        Color.RED.getRGB()
      public static void main(String[] args) {
        SwingUtilities.invokeLater(new Runnable() {
          @Override
          public void run() {
            new ContourMap().makeUI();
      public void makeUI() {
        String[] strData = {
          "000000000000000",
          "000000111000000",
          "000111221110000",
          "001112222111000",
          "001122332211000",
          "001112222111000",
          "000111221110000",
          "000000111000000",
          "000000000000000"
        BufferedImage image = new BufferedImage(strData.length, strData[0].length(),
                BufferedImage.TYPE_INT_ARGB);
        for (int i = 0; i < strData.length; i++) {
          for (int j = 0; j < strData[0].length(); j++) {
            image.setRGB(i, j, colors[strData.charAt(j) - '0']);
    System.out.println();
    JLabel label = new JLabel(new ImageIcon(image), JLabel.CENTER);
    JFrame frame = new JFrame();
    frame.add(label);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setSize(200, 200);
    frame.setLocationRelativeTo(null);
    frame.setVisible(true);
    db
    edit And oh, the data is in a hardcoded String array only because I couldn't be bothered adding all the commas to make it a int[][] after copying from your post
    Edited by: Darryl Burke

  • Size of resulting file not displayed within Preview

    Under Snow Leopard, when you were saving a file from within Preview, you were shown the size of the resultant file, and the effect on this size as you changed the quality.  Under OS X 7, Preview, you can still change the quality of the file that you are saving, but Preview does not appear to display the size of the resultant file.  Can this be turned back on, and if so, how?

    Hi
    When you embed the .swf inside a html page just specify the new object width and height (preferably keep aspect ratio). If your symbol/object/sprite inside the the movie are all vector, you should not suffer any quality loss.
    If your movie has raster image (e.g. jpg), you'll need to open the original .fla and use flash to resize the stage/canvas and everything inside it.
    If you don't have the .fla source, try open your .swf file using swf decompiler software (like sothink) and convert it back to .fla, then use flash to resize it.
    Thanks
    Puneet

  • BufferedImage displays as streaky; smooth image not produced

    Hi all,
    I have three classes that I'm working with. One is ImageProcessor, a Class I have to process images. Another is IMAQGUI, a GUI for my IMAQ service, and the third is IMAQIceStormService.
    In IMAQIceStormService, I am using ImageProcessor to create an image from a byte[] that gets sent to me, and I'm using IMAQGUI to display the image on my GUI.
    All this is working fine, except the image does not display properly. I am getting the proper data, as I have compared the camera image to my streaky image, and saw that they are the same. The width, height, depth, and stride should all be correct; 1000x1000 pixels, 8 bits per pixel, and a stride of 0. I recently changed my ImageProcessor code to make some methods static, and I may have broken something.
    Basically, can anyone take a look at my ImageProcessor methods, and possibly give any suggestions as to why the image is not displaying correctly?
    Here is the relevant part of IMAQIceStormService:
         public void imageAcquired(long id, IMAQTypes.ImageDesc imageDesc, byte[] imageData,
              Ice.Current current) {
              IMAQGUI.appendImage(ImageProcessor.createImage(imageData, imageDesc.width, imageDesc.height));
         }IMAQTypes.ImageDesc is simply the image description. It tells me the width, height, depth, and stride of the image. As you can see, I am telling IMAQGUI to appendImage based on what returns from ImageProcessor. First, here is the relevant code from IMAQGUI:
         private static JLabel imageViewer = new JLabel(); // this gets added to the main panel in a different method
         public static void appendImage(BufferedImage image) {
              imageViewer.setIcon(new ImageIcon(image));
              imageViewer.revalidate();
         }This just sets the icon to the new image, and revalidates the JLabel so it displays the new image.
    Finally, here is the most important part. This is the relevant code from ImageProcessor:
        public static BufferedImage toImage(byte[] data, int w, int h) {
            DataBuffer buffer = new DataBufferByte(data, data.length);
            WritableRaster raster = Raster.createInterleavedRaster(buffer, w, h, w,
            1, new int[] {
                0
            } , null);
            ColorSpace cs = ColorSpace.getInstance(ColorSpace.CS_GRAY);
            ColorModel cm = new ComponentColorModel(cs, false, true,
            Transparency.OPAQUE, DataBuffer.TYPE_BYTE);
            return new BufferedImage(cm, raster, false, null);
        public static BufferedImage createImage(byte[] data, int width, int height) {
              BufferedImage im = toImage(data, width, height);
            //image = toImage(data, width, height);
            BufferedImage out = createRGBImage(im);
            return out;
        public static BufferedImage createRGBImage(BufferedImage in) {
            BufferedImage output = new BufferedImage(in.getWidth(), in.getHeight(), BufferedImage.TYPE_INT_RGB);
            Graphics2D g = output.createGraphics();
            g.drawRenderedImage(in, null);
            g.dispose();
            return output;
        }I am unsure of why ImageProcessor is creating a streaky image, especially because I know the image dimensions are correct. Is there something I am missing? Does anyone see any mistakes anywhere? Does anyone have any suggestions?
    I know this is a lot of information, so thanks a lot for any help you can provide.

    Hi again,
    I'm still unsure as to what the problem is here. I thought maybe it had something to do with the GUI container, but I saved the BufferedImage to the local filesystem using ImageIO.write(), and it looks the same.
    Although no one has apparently seen any obvious problems, can someone possibly let me know if the methods are correct for what I am trying to do: convert a byte[] to a BufferedImage of RGB format?

  • Why does display preferences crash everytime I access it and how do I restore it?

    On my late 2011 Macbook Pro, after upgrading to OSX Mountain Lion 10.8.1, I can no longer access System Preferences->Display as it crashes everytime I try to access it.  Here is the related crash log that generates.
    Problem details:
    Process:         System Preferences [1130]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier:      com.apple.systempreferences
    Version:         12.0 (12.0)
    Build Info:      SystemPrefsApp-232000000000000~22
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [336]
    User ID:         503
    Date/Time:       2012-09-04 13:50:06.874 -0700
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          10226 sec
    Crashes Since Last Report:           35
    Per-App Interval Since Last Report:  8498 sec
    Per-App Crashes Since Last Report:   19
    Anonymous UUID:                      C0EF63C2-793D-4F42-A37A-011821BE1B45
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: release
    com.apple.preference.displays v.2.5 (Displays)
    objc[1130]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8a8a67d0 objc_msgSend_vtable14 + 16
    1   com.apple.CoreFoundation                0x00007fff8d35cf9a CFRelease + 170
    2   com.apple.CoreFoundation                0x00007fff8d36154a __CFBasicHashDrain + 442
    3   com.apple.CoreFoundation                0x00007fff8d35d0ef CFRelease + 511
    4   com.apple.CoreFoundation                0x00007fff8d384345 -[__NSArrayM dealloc] + 229
    5   com.apple.CoreFoundation                0x00007fff8d35cf9a CFRelease + 170
    6   com.apple.MediaControlSender            0x00007fff8ad95384 AVSystemController_CopyProperty + 496
    7   com.apple.preference.displays           0x000000010aafce6a 0x10aaf5000 + 32362
    8   com.apple.preference.displays           0x000000010aaf7182 0x10aaf5000 + 8578
    9   com.apple.preference.displays           0x000000010aaf6a6d 0x10aaf5000 + 6765
    10  com.apple.preference.displays           0x000000010aaf68af 0x10aaf5000 + 6319
    11  com.apple.frameworks.preferencepanes          0x00007fff817c0ad5 -[NSPreferencePane loadMainView] + 218
    12  com.apple.frameworks.preferencepanes          0x00007fff817c05a1 -[NSPrefPaneBundle instantiatePrefPaneObject] + 414
    13  com.apple.systempreferences             0x000000010a8863cf 0x10a87e000 + 33743
    14  com.apple.systempreferences             0x000000010a885bf4 0x10a87e000 + 31732
    15  com.apple.Foundation                    0x00007fff8bf62fe5 __NSFireDelayedPerform + 358
    16  com.apple.CoreFoundation                0x00007fff8d3a44b4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    17  com.apple.CoreFoundation                0x00007fff8d3a3fcd __CFRunLoopDoTimer + 557
    18  com.apple.CoreFoundation                0x00007fff8d3897b9 __CFRunLoopRun + 1513
    19  com.apple.CoreFoundation                0x00007fff8d388dd2 CFRunLoopRunSpecific + 290
    20  com.apple.HIToolbox                     0x00007fff80e3d774 RunCurrentEventLoopInMode + 209
    21  com.apple.HIToolbox                     0x00007fff80e3d454 ReceiveNextEventCommon + 166
    22  com.apple.HIToolbox                     0x00007fff80e3d3a3 BlockUntilNextEventMatchingListInMode + 62
    23  com.apple.AppKit                        0x00007fff8691afa3 _DPSNextEvent + 685
    24  com.apple.AppKit                        0x00007fff8691a862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    25  com.apple.AppKit                        0x00007fff86911c03 -[NSApplication run] + 517
    26  com.apple.AppKit                        0x00007fff868b6656 NSApplicationMain + 869
    27  libdyld.dylib                           0x00007fff897a27e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87dd2d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8b607e26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8b607a2a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff87dd26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82fddf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82fddcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82fc81b1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87dd26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82fddf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82fddcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82fc81b1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff87dd26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82fddf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82fddcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82fc81b1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff87dd26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82fddf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82fddcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82fc81b1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff87dd26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82fddf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82fddcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82fc81b1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff87dd26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff82fddf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff82fddcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff82fc81b1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0xd000000000000000  rbx: 0x00007ff480455590  rcx: 0xd000000000000000  rdx: 0x000000000000000c
      rdi: 0x00007ff480436f10  rsi: 0x00007fff7227f5f0  rbp: 0x00007fff5537fe20  rsp: 0x00007fff5537fdd8
       r8: 0x00007ff48042ab80   r9: 0x00000000768ede54  r10: 0x0000000000000000  r11: 0x00000000768ede54
      r12: 0x000000000000000b  r13: 0x00000000a5baadb9  r14: 0x00000000a7baadb1  r15: 0x00007ff480436f10
      rip: 0x00007fff8a8a67d0  rfl: 0x0000000000010246  cr2: 0x000000010aad6000
    Logical CPU: 4
    Binary Images:
           0x10a87e000 -        0x10a8a1fff  com.apple.systempreferences (12.0 - 12.0) <5CC907CF-7955-3DF7-B4B9-B94FCBAC367F> /Applications/System Preferences.app/Contents/MacOS/System Preferences
           0x10aad4000 -        0x10aad4ff1 +cl_kernels (???) <C8690FFB-C8E6-4EC5-81FC-38225589E88A> cl_kernels
           0x10aada000 -        0x10aadaffb +cl_kernels (???) <28F0830B-3E25-49ED-ABC0-5A91B20B9E3D> cl_kernels
           0x10aaf5000 -        0x10aaffff7  com.apple.preference.displays (2.5 - 2.5) <13AA9FCA-4950-3AD7-AF92-F3B95B3997C7> /System/Library/PreferencePanes/Displays.prefPane/Contents/MacOS/Displays
           0x10ab08000 -        0x10ab0dfff  com.apple.MonitorPanelFramework (2.1 - 2.1) <636E6C3E-9849-3667-BDB9-65F0DE50C88D> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
           0x10c851000 -        0x10c851ff1 +cl_kernels (???) <1CD4974E-B839-44CE-B1FD-E7342EE486BC> cl_kernels
           0x10c85a000 -        0x10c863fef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10c869000 -        0x10c86cff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
           0x10c885000 -        0x10c886ff3 +cl_kernels (???) <1173E003-8F64-4C2A-96E1-FCB82A7659D2> cl_kernels
           0x10c8da000 -        0x10c8dffff  com.apple.audio.AppleHDAHALPlugIn (2.3.0 - 2.3.0f2) <8F89523B-ACB8-35C5-8F28-8B1E4FB044DE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
           0x10c8e4000 -        0x10c97aff7  unorm8_rgba.dylib (2.1.16) <AC3AFE82-7E82-340B-9E7A-9A27C29816DA> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
           0x10ce1a000 -        0x10ceb5ff7  unorm8_bgra.dylib (2.1.16) <14128E4A-6050-35C3-A493-3C8AEAF9B14D> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
        0x7fff6a47e000 -     0x7fff6a4b293f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff80801000 -     0x7fff80849fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8084a000 -     0x7fff80875fff  com.apple.framework.Apple80211 (8.0 - 800.15) <378C6564-96EC-3BFF-9AC0-8A6F87030254> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff80876000 -     0x7fff808c5ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff8095a000 -     0x7fff8095cfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff80aba000 -     0x7fff80dd1ff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff80dd2000 -     0x7fff80dd9fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff80dda000 -     0x7fff80ddbff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff80dde000 -     0x7fff8110dff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8110e000 -     0x7fff81135ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff81136000 -     0x7fff8114dfff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff81169000 -     0x7fff8116aff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8116b000 -     0x7fff8121cfff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff8121d000 -     0x7fff81257fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff81258000 -     0x7fff81279fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8179a000 -     0x7fff817b9ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff817bc000 -     0x7fff817d7ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <FF8AB34C-5C19-3C05-AE02-85AA39812686> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8182f000 -     0x7fff81c6bfff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff81c7d000 -     0x7fff81c99fff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff82e5c000 -     0x7fff82e6bff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff82e6c000 -     0x7fff82f85ff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff82fa2000 -     0x7fff82fc6ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff82fc7000 -     0x7fff83093fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff83094000 -     0x7fff830a2ff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff830a3000 -     0x7fff831ccff7  com.apple.avfoundation (2.0 - 361.24) <513C9DCB-B670-3271-92E5-C5B90F2E34B8> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff83265000 -     0x7fff8328bfff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff8328c000 -     0x7fff83299ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8329a000 -     0x7fff8329afff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8329b000 -     0x7fff832d6fff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff832d7000 -     0x7fff83322fff  com.apple.framework.CoreWLAN (3.0 - 300.9) <8BAF8D34-3A22-3F27-B136-F39A04F9ACE9> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff83323000 -     0x7fff83323fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff83324000 -     0x7fff833b1ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff833b2000 -     0x7fff833b5fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff833b6000 -     0x7fff83423fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff83424000 -     0x7fff83491ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff83492000 -     0x7fff83492fff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff83493000 -     0x7fff834a6ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff834a7000 -     0x7fff83501fff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff83505000 -     0x7fff83509fff  libCGXType.A.dylib (322) <0FA2272E-7733-36EA-9B9B-9279169D5919> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff83518000 -     0x7fff8351ffff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff836c9000 -     0x7fff8378efff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83842000 -     0x7fff8388dff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8389f000 -     0x7fff8393dfff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff83bfe000 -     0x7fff83c11ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff83eac000 -     0x7fff83eb0fff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff83f1f000 -     0x7fff83f9fff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff84220000 -     0x7fff84226fff  libCGXCoreImage.A.dylib (322) <18394988-137B-3D59-8B6B-2B04EDB87478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8422f000 -     0x7fff8427eff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8428e000 -     0x7fff84c1f39f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff84c20000 -     0x7fff84c3afff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
        0x7fff84c80000 -     0x7fff84cddff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff84cde000 -     0x7fff84cf4fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff84cf5000 -     0x7fff84df7fff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff84e48000 -     0x7fff84e53fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff84e54000 -     0x7fff84ed2ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff85255000 -     0x7fff85277ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff85278000 -     0x7fff852e1fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff852e2000 -     0x7fff852f1ff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8533c000 -     0x7fff85372fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff85373000 -     0x7fff85430ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff85431000 -     0x7fff85631fff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
        0x7fff85632000 -     0x7fff85632fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff85633000 -     0x7fff85634fff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff856bb000 -     0x7fff856bffff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8596b000 -     0x7fff85995ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff860d9000 -     0x7fff860d9ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff860e3000 -     0x7fff8612dff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8612e000 -     0x7fff8614dfff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8614e000 -     0x7fff86150fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff861ae000 -     0x7fff861b1fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff861b2000 -     0x7fff861b7fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff86201000 -     0x7fff86202ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff86203000 -     0x7fff86353fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8639a000 -     0x7fff863c5fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8646e000 -     0x7fff86477fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff86478000 -     0x7fff8647dfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8647e000 -     0x7fff86482ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff86483000 -     0x7fff864baff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff864bb000 -     0x7fff864e9fff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff864ea000 -     0x7fff8652dff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8652e000 -     0x7fff86532fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff86533000 -     0x7fff867c3fff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
        0x7fff867c4000 -     0x7fff873eefff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff873ef000 -     0x7fff87457ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8745a000 -     0x7fff87678fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87679000 -     0x7fff87776fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff87777000 -     0x7fff877b7fff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff877c5000 -     0x7fff877cdfff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff877d3000 -     0x7fff87830fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff87831000 -     0x7fff87879fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8787e000 -     0x7fff8796eff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff87b56000 -     0x7fff87c27ff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff87c28000 -     0x7fff87c7eff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87c85000 -     0x7fff87c92fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff87c93000 -     0x7fff87d15fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff87dc0000 -     0x7fff87ddbff7  libsystem_kernel.dylib (2050.9.2) <F646589B-13F8-3685-8C17-92C77993AE86> /usr/lib/system/libsystem_kernel.dylib
        0x7fff87dea000 -     0x7fff87e18ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff87e6f000 -     0x7fff8828bfff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff8828c000 -     0x7fff882adff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff882ae000 -     0x7fff882b1fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8843c000 -     0x7fff8844aff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8844b000 -     0x7fff88525fff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff88526000 -     0x7fff88565ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff8856a000 -     0x7fff88570ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff88588000 -     0x7fff8858efff  libGFXShared.dylib (8.5) <34093C75-3ECB-3899-A2C0-A52ECAA7C3FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff88ed5000 -     0x7fff88ed6fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff88ed7000 -     0x7fff88ef7fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88ef8000 -     0x7fff88f09ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff88f0a000 -     0x7fff89302ff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff89303000 -     0x7fff89317fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff89325000 -     0x7fff89367fff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff89368000 -     0x7fff8937dfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff8937e000 -     0x7fff89382fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff89383000 -     0x7fff89383fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff893c1000 -     0x7fff894dbfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff894dc000 -     0x7fff89519fe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff895e9000 -     0x7fff89640ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
        0x7fff89675000 -     0x7fff89677ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff89678000 -     0x7fff896a9fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff897a0000 -     0x7fff897a3ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff897a4000 -     0x7fff897f5fff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff897f6000 -     0x7fff8983afff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8983b000 -     0x7fff898a3fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff89b3c000 -     0x7fff8a2e4fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8a2e5000 -     0x7fff8a3b8ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8a3b9000 -     0x7fff8a3b9fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8a5cc000 -     0x7fff8a621ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8a622000 -     0x7fff8a624ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff8a6d5000 -     0x7fff8a7e0fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8a7e1000 -     0x7fff8a7e7fff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8a7e8000 -     0x7fff8a814ff7  libRIP.A.dylib (322) <36880C8B-7FC0-3689-91FF-A0E8F4F57FE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8a843000 -     0x7fff8a851ff7  libkxld.dylib (2050.9.2) <4BEE9BC3-3708-330E-89D6-03E715D712CC> /usr/lib/system/libkxld.dylib
        0x7fff8a852000 -     0x7fff8a89eff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8a89f000 -     0x7fff8a9b7a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff8aa3b000 -     0x7fff8abe9fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8abef000 -     0x7fff8abeffff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8abf0000 -     0x7fff8abf1fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8aced000 -     0x7fff8ad87fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff8ad88000 -     0x7fff8aecbfef  com.apple.MediaControlSender (1.4.1 - 141.23) <983E0905-BA7A-35D3-9370-430032201712> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
        0x7fff8af05000 -     0x7fff8b1d2ff7  com.apple.security (7.0 - 55178.0.1) <8102877E-C866-33D4-A947-02FC7F4BAA95> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b5cc000 -     0x7fff8b602fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff8b603000 -     0x7fff8b618ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8b643000 -     0x7fff8b738fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8b739000 -     0x7fff8b7bafff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff8b7e8000 -     0x7fff8b7eafff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff8b7eb000 -     0x7fff8b8e8ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8b971000 -     0x7fff8bd68fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff8bd69000 -     0x7fff8beeffff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff8bef0000 -     0x7fff8c24cff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8c24d000 -     0x7fff8c281fff  com.apple.securityinterface (6.0 - 55024.3) <1AF13976-72BB-351F-A263-09284BA25C88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff8c282000 -     0x7fff8c28eff7  com.apple.CrashReporterSupport (10.8.1 - 412) <3CBB620C-BDCF-31B1-B473-4B6380DE03F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff8c28f000 -     0x7fff8c29cfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff8c29d000 -     0x7fff8c410ff7  com.apple.CFNetwork (596.1 - 596.1) <62830510-738D-3719-AD51-68E816B13BB7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8c41f000 -     0x7fff8c53efff  com.apple.desktopservices (1.7.1 - 1.7.1) <0E1A57B2-9EC7-32EC-8B87-82902A1FD357> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff8c659000 -     0x7fff8c659fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8c65a000 -     0x7fff8c700fff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff8c701000 -     0x7fff8c70ffff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8c713000 -     0x7fff8c72afff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff8c72b000 -     0x7fff8c736fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c737000 -     0x7fff8c739fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff8c73a000 -     0x7fff8c796ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff8c797000 -     0x7fff8c7a1fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff8c7a2000 -     0x7fff8c7f9ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8c7fb000 -     0x7fff8c8fdfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8c927000 -     0x7fff8c927fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff8c928000 -     0x7fff8c975fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8cbbd000 -     0x7fff8cc13fff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8cc14000 -     0x7fff8cc3cfff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8cc3d000 -     0x7fff8cc43fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8cc44000 -     0x7fff8cc58fff  libGL.dylib (8.5) <BE75219E-DC86-343A-983C-CA3ECADE659F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8cc97000 -     0x7fff8cc98ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8ccd0000 -     0x7fff8ccd8ff7  libsystem_dnssd.dylib (379.27.1) <B9F7B01D-8FAF-3CA5-909E-4D52B8D2DD8A> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8ccd9000 -     0x7fff8cce4ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff8cd11000 -     0x7fff8cd23ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8cd24000 -     0x7fff8cebffef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff8cec0000 -     0x7fff8cec5fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d038000 -     0x7fff8d0d2fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff8d0d3000 -     0x7fff8d347ff7  com.apple.RawCamera.bundle (3.14.2 - 644) <11978DA8-3427-33FB-95BD-315608107265> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d354000 -     0x7fff8d53dfff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8d53e000 -     0x7fff8d54afff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8d5b2000 -     0x7fff8d5d4ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2080
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 517705
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=172.7M resident=102.1M(59%) swapped_out_or_unallocated=70.6M(41%)
    Writable regions: Total=112.6M written=5536K(5%) resident=26.4M(23%) swapped_out=0K(0%) unallocated=86.2M(77%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  2084K
    CG image                             44K
    CG raster data                       56K
    CG shared images                    192K
    CoreImage                            72K
    CoreServices                       1604K
    MALLOC                             82.0M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       16K
    OpenCL                               36K
    STACK GUARD                        56.0M
    Stack                              11.6M
    VM_ALLOCATE                        16.2M
    __DATA                             12.7M
    __IMAGE                             528K
    __LINKEDIT                         52.9M
    __TEXT                            119.8M
    __UNICODE                           544K
    mapped file                        62.9M
    shared memory                       308K
    ===========                      =======
    TOTAL                             419.5M
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.5 GHz, 8 GB, SMC 1.69f3
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.21)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE SSD TS128C, 121.33 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: USB 2.0 Hub [MTT], 0x1a40  (TERMINUS TECHNOLOGY INC.), 0x0201, 0xfa130000 / 6
    USB Device: USB 2.0 Hub, 0x1a40  (TERMINUS TECHNOLOGY INC.), 0x0101, 0xfa137000 / 11
    USB Device: Natural® Ergonomic Keyboard 4000, 0x045e  (Microsoft Corporation), 0x00db, 0xfa137100 / 13
    USB Device: Microsoft Wireless Optical Mouse® 1.00, 0x045e  (Microsoft Corporation), 0x00e1, 0xfa134000 / 10
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    Wow, great but very strange find!
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    Also, turn off IPv6:
    System Preferences » Network » AirPort » TCP/IP tab » Configure IPv6
    Or whatever Interface you use.
    http://support.apple.com/kb/HT2712

  • BUG in OCR in Acrobat 9.3 on MRC (Mixed Raster Content) PDFs

    I have lots of (non-searchable) PDFs, that were generated from scanned images (1 image per page @ 400 dpi) using LuraDocument from www.luratech.de.
    The images are stored internally in the PDFs as MRC (Mixed Raster Content), that means, the PDF contains a foreground and a background layer for every image/page. These layers have a low resolution, are highly compressed and merged together by Acrobat (while displaying) using a high resolution mask layer. This results in very low file sizes, about 50 kB / page.
    I'd like to make these PDFs searchable, but WITHOUT manipulating or changing the original image layers in any way. OCR software like FineReader or Omnipage seems to store images always with own algorithms, so that the image quality would suffer from the conversion and the size of the PDFs would rise significantly. Acrobat on the contrary offers to maintain the original image(layer)s by using the output style "Searchable Image (Exact)" in the OCR window. Now the problem:
    After starting OCR, Acrobat applies OCR only at the first page (with good results) and deletes (!) all content (the image layers) on all other pages. For my eyes this seems to be a bug.
    I tried a workaround: In Acrobat's Layers Panel I choose the menu option "Flatten Layers". Starting an OCR now, Acrobat does OCR on all pages of the PDF, but the OCR result is a disaster, less than 10% correct. Presumably Acrobat does not take the resulting (actually displayed) page content as input for its OCR, nor the high resolution mask layer, but instead one of the (low resolution, highly compressed) image layers described above.
    Has anyone made similar experiences with MRC-compressed PDFs, e.g. PDFs generated by other MRC-Generators like JRAPublish ? Is there any workaround or bugfix ?
    Thank You in advance !
    L.Benic

    I'm having the same issues.  Using the latest version 9.3.3.  Is this a bug? I tired calling adobe but their CR sounds like 3rd country only.  Anyone can shed a light on this issue?

  • Won't display image

    Hi, I've been trying to get this code to show an image for quite some time and just don't understand why it isn't. I run the program and it just shows a black square on my marker. Is there something wrong with it?
    package {
        import flash.display.BitmapData;
        import flash.display.Sprite;
        import flash.media.Camera;
        import flash.media.Video;
        import flash.utils.ByteArray;
        import org.libspark.flartoolkit.core.FLARCode;
        import org.libspark.flartoolkit.core.param.FLARParam;
        import org.libspark.flartoolkit.core.raster.rgb.FLARRgbRaster_BitmapData;
        import org.libspark.flartoolkit.core.transmat.FLARTransMatResult;
        import org.libspark.flartoolkit.detector.FLARSingleMarkerDetector;
        import org.libspark.flartoolkit.pv3d.FLARBaseNode;
        import org.libspark.flartoolkit.pv3d.FLARCamera3D;
        import org.papervision3d.lights.PointLight3D;
        import org.papervision3d.objects.primitives.Cube;
        import org.papervision3d.render.BasicRenderEngine;
        import org.papervision3d.scenes.Scene3D;
        import org.papervision3d.view.Viewport3D;
        import org.papervision3d.materials.utils.MaterialsList;
        import org.papervision3d.materials.shadematerials.FlatShadeMaterial;
        import org.papervision3d.materials.BitmapMaterial;
        import flash.events.Event;
        import org.papervision3d.materials.BitmapFileMaterial;
        import org.papervision3d.objects.parsers.DAE;
        [SWF(width="640", height="480", frameRate="30", backgroundColor="#FFFFFF")]
        public class AugReality extends Sprite
            [Embed(source="ice.pat", mimeType="application/octet-stream")]
            private var marker:Class;
            [Embed(source="camera_para.dat", mimeType="application/octet-stream")]
            private var cam_params:Class;
            private var ar_params:FLARParam;
            private var ar_marker:FLARCode;       
            private var ar_vid:Video;
            private var ar_cam:Camera;       
            private var ar_bmp:BitmapData;
            private var ar_raster:FLARRgbRaster_BitmapData;
            private var ar_detection:FLARSingleMarkerDetector;       
            private var ar_scene:Scene3D;
            private var ar_3dcam:FLARCamera3D;
            private var ar_basenode:FLARBaseNode;
            private var ar_viewport:Viewport3D;
            private var ar_renderengine:BasicRenderEngine;
            private var ar_transmat:FLARTransMatResult;
            private var ar_cube:Cube       
            public function AugReality()
                createFLAR();
                createCam();
                createBMP();
                createPapervision();
                addEventListener(Event.ENTER_FRAME, loop);
            public function createFLAR()
                ar_params = new FLARParam();
                ar_marker = new FLARCode(16, 16);
                ar_params.loadARParam(new cam_params() as ByteArray);
                ar_marker.loadARPatt(new marker());
            public function createCam()
                ar_vid = new Video(640, 480);
                ar_cam = Camera.getCamera();
                ar_cam.setMode(640, 480, 30);
                ar_vid.attachCamera(ar_cam);
                addChild(ar_vid);
            public function createBMP()
                ar_bmp = new BitmapData(640, 480);
                ar_bmp.draw(ar_vid);
                ar_raster = new FLARRgbRaster_BitmapData(ar_bmp);
                ar_detection = new FLARSingleMarkerDetector(ar_params, ar_marker, 80);
            public function createPapervision()
                ar_scene = new Scene3D();
                ar_3dcam = new FLARCamera3D(ar_params);
                ar_basenode = new FLARBaseNode();
                ar_renderengine = new BasicRenderEngine();
                ar_transmat = new FLARTransMatResult();
                ar_viewport = new Viewport3D();
                var ar_light:PointLight3D = new PointLight3D();
                ar_light.x = 1000;
                ar_light.y = 1000;
                ar_light.z = -1000;
                var ar_bitmap:BitmapFileMaterial;
                ar_bitmap = new BitmapFileMaterial("hilite.jpg");
                ar_bitmap.doubleSided = true;
                ar_cube = new Cube(new MaterialsList({all:ar_bitmap}), 80, 0, 80);
                ar_scene.addChild(ar_basenode);
                ar_basenode.addChild(ar_cube);
                addChild(ar_viewport);
            private function loop(e:Event):void
                ar_bmp.draw(ar_vid);
                try
                    if(ar_detection.detectMarkerLite(ar_raster, 80) && ar_detection.getConfidence() > 0.5)
                        ar_detection.getTransformMatrix(ar_transmat);
                        ar_basenode.setTransformMatrix(ar_transmat);
                        ar_renderengine.renderScene(ar_scene, ar_3dcam, ar_viewport);
                catch(e:Error){}
    Thanks!

    Thanks again for the response bobo. This did get rid of the error but I'm still just getting a black square and not the image.
    Code again if it helps ----
    package {
        import flash.display.BitmapData;
        import flash.display.Sprite;
        import flash.media.Camera;
        import flash.media.Video;
        import flash.utils.ByteArray;
        import org.libspark.flartoolkit.core.FLARCode;
        import org.libspark.flartoolkit.core.param.FLARParam;
        import org.libspark.flartoolkit.core.raster.rgb.FLARRgbRaster_BitmapData;
        import org.libspark.flartoolkit.core.transmat.FLARTransMatResult;
        import org.libspark.flartoolkit.detector.FLARSingleMarkerDetector;
        import org.libspark.flartoolkit.pv3d.FLARBaseNode;
        import org.libspark.flartoolkit.pv3d.FLARCamera3D;
        import org.papervision3d.lights.PointLight3D;
        import org.papervision3d.objects.primitives.Cube;
        import org.papervision3d.render.BasicRenderEngine;
        import org.papervision3d.scenes.Scene3D;
        import org.papervision3d.view.Viewport3D;
        import org.papervision3d.materials.utils.MaterialsList;
        import org.papervision3d.materials.shadematerials.FlatShadeMaterial;
        import org.papervision3d.materials.BitmapMaterial;
        import flash.events.Event;
        import org.papervision3d.materials.BitmapFileMaterial;
        import org.papervision3d.objects.parsers.DAE;
        [SWF(width="640", height="480", frameRate="30", backgroundColor="#FFFFFF")]
        public class AugReality extends Sprite
            [Embed(source="ice.pat", mimeType="application/octet-stream")]
            private var marker:Class;
            [Embed(source="camera_para.dat", mimeType="application/octet-stream")]
            private var cam_params:Class;
            private var ar_params:FLARParam;
            private var ar_marker:FLARCode;       
            private var ar_vid:Video;
            private var ar_cam:Camera;       
            private var ar_bmp:BitmapData;
            private var ar_raster:FLARRgbRaster_BitmapData;
            private var ar_detection:FLARSingleMarkerDetector;       
            private var ar_scene:Scene3D;
            private var ar_3dcam:FLARCamera3D;
            private var ar_basenode:FLARBaseNode;
            private var ar_viewport:Viewport3D;
            private var ar_renderengine:BasicRenderEngine;
            private var ar_transmat:FLARTransMatResult;
            private var ar_cube:Cube       
    //        private var ar_dae:DAE;//Uncomment for dae
            public function AugReality()
                addEventListener(Event.ADDED_TO_STAGE, onAddToStageHandler);
            private function onAddtoStageHandler(event:Event):void
                createFLAR();
                createCam();
                createBMP();
                createPapervision();
                addEventListener(Event.ENTER_FRAME, loop);
            public function createFLAR()
                ar_params = new FLARParam();
                ar_marker = new FLARCode(16, 16);
                ar_params.loadARParam(new cam_params() as ByteArray);
                ar_marker.loadARPatt(new marker());
            public function createCam()
                ar_vid = new Video(640, 480);
                ar_cam = Camera.getCamera();
                ar_cam.setMode(640, 480, 30);
                ar_vid.attachCamera(ar_cam);
                addChild(ar_vid);
            public function createBMP()
                ar_bmp = new BitmapData(640, 480);
                ar_bmp.draw(ar_vid);
                ar_raster = new FLARRgbRaster_BitmapData(ar_bmp);
                ar_detection = new FLARSingleMarkerDetector(ar_params, ar_marker, 80);
            public function createPapervision()
                ar_scene = new Scene3D();
                ar_3dcam = new FLARCamera3D(ar_params);
                ar_basenode = new FLARBaseNode();
                ar_renderengine = new BasicRenderEngine();
                ar_transmat = new FLARTransMatResult();
                ar_viewport = new Viewport3D();
                var ar_light:PointLight3D = new PointLight3D();
                ar_light.x = 1000;
                ar_light.y = 1000;
                ar_light.z = -1000;
                //Remove for dae
                var ar_bitmap:BitmapFileMaterial;
                ar_bitmap = new BitmapFileMaterial("hilite.jpg");
                ar_bitmap.doubleSided = true;
                //Remove for dae
                ar_cube = new Cube(new MaterialsList({all:ar_bitmap}), 250, 0, 250);
                //Uncomment for dae
    //            var ar_materials:MaterialsList = new MaterialsList({all: new FlatShadeMaterial(ar_light)});
    //            ar_dae = new DAE();
    //            ar_dae.load("lrg_acorn.dae", ar_materials);
    //            ar_dae.scaleX = 5;
    //            ar_dae.scaleY = 5;
                ar_scene.addChild(ar_basenode);
                ar_basenode.addChild(ar_cube);//Remove for dae
    //            ar_basenode.addChild(ar_dae);//Uncomment for dae
                addChild(ar_viewport);
            private function loop(e:Event):void
                ar_bmp.draw(ar_vid);
    //            ar_cube.rotationX +=4;
    //            ar_cube.rotationY +=6;
    //            ar_dae.rotationZ +=4; //Uncomment for dea rotation
                try
                    if(ar_detection.detectMarkerLite(ar_raster, 80) && ar_detection.getConfidence() > 0.5)
                        ar_detection.getTransformMatrix(ar_transmat);
                        ar_basenode.setTransformMatrix(ar_transmat);
                        ar_renderengine.renderScene(ar_scene, ar_3dcam, ar_viewport);
                catch(e:Error){}
    Thanks for helping me get through this bobo, I really appreciate it

  • Error rendering raster image in OracleAS MapViewer Version: Ver1033p5_B0810

    We have installed Oracle 10g and are in the process of testing it. I've loaded a raster image into MapBuilder and created a table, theme, and base map. The theme and base map display fine in MapBuilder 10.1.3.3 patch 5, but when I try to display it in MapViewer I get the error show in ftp://ftp.mdt.mt.gov/download/raster_error.png.
    I've created a datasource to the 10g database, and a map tile layer for the raster base map. MapTileLayer1.png and
    MapTileLayer2.png on the ftp site identified above show basic settings and coordinate system definition for the tile layer.
    Can anyone suggest why this error is occurring and what I can do to correct the problem. Thanks.

    I have solved this problem. When I created the theme in MapBuilder I set the srid to 262148, but in MapViewer I set it to 41079. Once I fixed this the raster image display fine :(

Maybe you are looking for

  • Can we restrict a Procedure to be called only once in a session or package?

    Hi, I am having a procedure which is called for each insert statement. The code is non-Editable. So, I want to restrict the procedure to be called only once for the entire session or package. Could any one please suggest me, can we do this? Thak you,

  • Intune not reporting details of malware detection

    Hi all, My intune has flagged one of my clients with Malware. However it appears not to be showing the details of the Malware. (Filename & location), or giving me any options to deal with it. It tells me the name of the Malware but nothing else. [abo

  • Odd SDM Behaviour

    Hi everybody My local AS is 7.0Sp12, customer dev AS is 7.0Sp16 pre release. I used to have two DCs, one for models and one for apps. Everything worked ok locally. Then I tried to deploy the two DCs on customer's AS: what happens is that model DC dep

  • Need help with .dds files?

    Hi I'm trying to open .dds texture files from Skyrim in Photoshop CS2. I have gotten through the first part, in that I have opened the archive using FO3 Archive Extractor and extracted the uncompressed files to a folder. I have downloaded and install

  • ISM-SRE CUE license registration- chassis or module serial number ?

    I'm registering a license type L-FL-CUE-MBX-5= for a Cisco Unity Express 8.5.1 system on a ISM-SRE-300-K9 The license registration page is asking for a serial number. Is this the Chassis Serial or the Module Serial number? Thanks