Change 8-bit binary image back to 8-bit grayscale

Can some one help me please in NI vision how to convert the image back to grayscale after I did my thresholding by using 'IMAQ Local threshold' from a 8-bit grayscale to a binary image but the problem now I don't know how to convert it back. I need someone help thank you.

I'm afraid I haven't got the toolkit installed on my machine at the moment
If I remember correctly you don't need to convert the image at all. On the last vision project I worked on we did a colour capture with a camera, converted it colour to greyscale for certain part of the anaylsis, (other parts we just did on the colour image), and then when we had found the ROI, we drew rectangles and circles etc on the colour image so the operator could see in colour! (just make sure to open a image reference to work on if you do this...
If you really want help, I would advise making a simple VI containing the basic principles of what you want to do - work from an image constant on the BD, then post it in this thread and people will be able to see where you have got to and give you a quick pointer much faster! (fewer files = easier to work with)
James

Similar Messages

  • Read 16 bit binary image into LabVIEW, convert to TIFF and display

    Hello,
    I have what is probably a simple problem - I have RAW images (1536 x 1944) saved in binary files consisting of unsigned 16 bit integers that I need to read into LabVIEW and be able to view on the front panel (so presumably convert to TIFF or something like that).  
    This is not information that was written using LabVIEW - it was actually written using the fwrite command in C++ if that is any help, and has no header information.
    I found this example VI:
    http://forums.ni.com/t5/LabVIEW/read-the-raw-image-file/td-p/505871/page/2
    The picture of the final VI solution that is posted at that link - it looked promising, but the flatten pixmap function appears to only take in 8 or 24 bit inputs, not 16 bit inputs, and I was unsure it if was possible to configure it for 16.  Is it possible to use this same structure to read in my binary files as well?  If so, what changes need to be made?  Otherwise do I need a different function?  I am very new to image processing in LabVIEW.  
    Thank You.

    Hello,
    The flatten pixmap function does not appear to be able to take in 16 bit inputs and I cannot find a function that flattens a 16 bit pixmap.  Is there any way you can convert your binary file into that of 8 or 24 bits?  
    Also, I don't know if this other forum thread may help or give context to the subject.
    http://forums.ni.com/t5/LabVIEW/Can-a-16-bit-image-be-displayed-in-a-picture-control/td-p/33347 
    Cameron T
    Applications Engineer
    National Instruments

  • If you change the image mode of this image from 8-bit RGB image to Grayscale mode while in PSCS – what will the new Pixel Count be?

    If you change the image mode of this image from 8-bit RGB image to Grayscale
    mode while in PSCS – what will the new Pixel Count be?

    If you mean by Pixel count the number of pixels, this will not change. The image will have the same size thus the same number of pixels.

  • When I open a HTML document in Safari all the images change to a ?  How do i stop this and get the images back?

    When I open a HTML document in Safari rather then getting an image, I get a ? in a box.  Why is this and how can I change it to get the images back?

    monkeyde,
    You are getting entagled in the two confusing meanings of the term pixels, namely as a unit identical to points and equalling 1/72 inch, and the basic component of raster images (and effects).
    You can read on in this very recent thread:
    Is there a way to get Illustrator to know how many pixels are in an inch?

  • Truly dumb question. How do I get PS to actually complete a command, eg straighten an horizon, and finalise the change. Even doing a "save as" with a new file name and reloading brings the image back, straightened, but with the skewed back ground frame st

    Truly dumb question. How do I get PS to actually complete a command, eg straighten an horizon, and finalise the change. Even doing a "save as" with a new file name and reloading brings the image back, straightened, but with the skewed back ground frame still there. Is there a "apply change" or similiar command that I simply cannot see.

    brings the image back, straightened, but with the skewed back ground frame
    PSE did what you told it to do. Choose the Straighten and crop edges or fill edges options when you use the straighten tool if you want it to do more than just straighten the contents of the image. Many people prefer the plain straighten because they'd rather crop themselves than let PSE do it.

  • 16 Bit Tiff Images Display Bug?

    Question 1:
    Is there a problem with Aperture 2.0 displaying 100 + mb 16 bit tiff images generated by a film scanner (nikon coolscan 4000 ed)? I am having trouble with my library that I migrated from Aperture 1.5. All of my images were working fine in Aperture 1.5 (and previously in iPhoto as far back as 2003). In Aperture 2.0 I am getting scrambled images and some images that read unsupported file format. The problem is sporadic. It effects some images and not others. Sometime images display correctly and sometime they become scrambled and unsupported, and then back again.
    There is no trouble with the images themselves. I export them to CS3 with no distortion or trouble. The problem seems to be in Aperture 2.0.
    I have re-built the library, tried migrating images, changed the color profile.... I think I have exhausted every trick I can manage from a user vantage point. The images work fine when converted to 8 bit files. This is not the solution for me - I need to keep these images 16 bit.
    Question: Is this this just my version (I purchased downloaded upgrade), that is having trouble, or is this a wider problem that Apple aware of and is looking into?
    Please advise. I have 1000's of scanned pictures that I have been working with for years that were fine and now are not. I purchased a new Mac Pro 2.8 so as to work more productively with these large images - and now it seems that the very software I rely on has failed me.
    I have not been able to find any comments from Apple regarding this issue.

    I've had this problem with images saved as 8-bit scans.
    Are you using any compression in the TIFs? I scanned using Nikon Scan 4, cleaned up a bit in Photoshop 7, reduced the bit depth to 8-bit, and saved at TIFs with embedded colour profile using ZIP compression, Macintosh byte order.
    This used to work with Aperture 1.5.6, but with Aperture 2.0 I see a kind of offset pattern, so a vertical line looks like this:
    If export the master TIF, open it in Photoshop (where it looks normal) and save it with no compression Aperture displays it properly.
    (I'm still using Tiger, so I don't think this is an OS issue.)

  • Set image DPI and Depth BITS

    Hi,
    I've been working in an app that takes images, converts them to a matrix and then back to images. I use jpeg files. I noticed that an image of 1024x768 thats 500Kb size ends up 1024x768 of 102Kb size.
    I checked the images and noticed that for an unknown reason my app take imges of, lets say 300dpi and turns them into 72dpi images.
    I would like to know if there is anyway i can tell my app to store the image with 100dpi. I would also like to know if there is any way i can change its bits depth from 24bits to 8 or 4bits.
    I did some research but i dont know how to use this:
    Package com.sun.image.codec.jpeg
    Ideas?
    Thanks a lot.

    Rodney_McKay wrote:
    SoulTech2012 wrote:
    i'm sorry you're having so much trouble with this concept
    go to Google and type in "image resolution vs. dpi"
    this links seems like a good one:
    http://www.rideau-info.com/photos/mythdpi.html
    I'm sorry you're having so much trouble with the difference between technical terms and the attempt of simple users to explain things in simple words so they can understand.sounds like backpeddling to me
    either way, this is a technical forum, get over it
    statements must be technically accurate lest you send a noob in the wrong direction
    I gave you the definition from a dictionary and an encyclopedia, and you put a link to some unknown site that is intended for simple users of photo editing software.Look, I can't help it if you found some bad definitions.
    But that doesn't change the fact that image resolution has nothing to do with dpi
    Don't believe everything you read in the Internet...exactly!
    DPI is not even a term it's just an acronym of a unit.
    If you right click in a JPEG in Windows OS and select Properties->Summary you will see the Horizontal and Vertical resolution of the JPEG in DPI.for the last time, there is the resolution of the image, and then there is the DPI when rendered to the screen or printed on paper, THEY AREN'T THE SAME THING
    But wait - you will say Microsoft is also wrong.
    I agree that it is confusing this way, but life is hard...it is not confusing to me in the slightest
    look, you can argue for your beliefs all you like, i'm done with this topic
    furthermore, it's been discussed here many times

  • Cannot go back to 64-bit mode for A3

    I had been running A3 in 32-bit mode for the last few days. I saw that Hyrda and AperturetoSmugmug export plugins were updated to 64-bit, so decided to go back to 64-bit mode. I did the "Get Info" dialog, and de-selected 32-bit checkbox. Then when I try to start A3, I get a crash, it will not start in 64-bit mode. I tried removing all my plugins from the ../Application Support/... directory, still cannot open in 64-bit mode. I then tried to re-install the Trial verison (temporarily renamed by Aperture.app file in /Applications). Well, I could not even open the newly install trial version in 64-bit mode! When I set the trial version to open in 32-bit mode, everything was fine. I Have included the crash log here. Just wondering if anyone has an idea? Least I can run in 32-bit mode for now...
    Process: Aperture [1171]
    Path: /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier: com.apple.Aperture
    Version: 3.0 (3.0)
    Build Info: Aperture-1001211744~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [503]
    Date/Time: 2010-02-22 09:25:38.184 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 1544 sec
    Crashes Since Last Report: 11
    Per-App Interval Since Last Report: 131 sec
    Per-App Crashes Since Last Report: 11
    Anonymous UUID: BF0F9614-B280-4C8F-8973-6DDEDBBFC1DA
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000000000000a
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff82e630fc CFGetTypeID + 12
    1 com.apple.Aperture 0x000000010095e21d XSKeyMB::Setup() + 6171
    2 com.apple.Aperture 0x000000010095e83e XSKeyMB::Setup() + 7740
    3 com.apple.Aperture 0x0000000100966a3e XSKeyMB::Setup() + 41020
    4 com.apple.Aperture 0x00000001009631c6 XSKeyMB::Setup() + 26564
    5 com.apple.Aperture 0x0000000100964851 XSKeyMB::Setup() + 32335
    6 com.apple.Aperture 0x0000000100963812 XSKeyMB::Setup() + 28176
    7 com.apple.Aperture 0x000000010095e7c9 XSKeyMB::Setup() + 7623
    8 com.apple.Aperture 0x000000010095e8f8 XSKeyMB::Setup() + 7926
    9 com.apple.Aperture 0x000000010095cb98 XSKeyMB::Setup() + 406
    10 com.apple.Aperture 0x00000001003a56de 0x100000000 + 3823326
    11 com.apple.Aperture 0x00000001003a5a36 0x100000000 + 3824182
    12 com.apple.Aperture 0x0000000100063f28 0x100000000 + 409384
    13 com.apple.Foundation 0x00007fff87e2e85a nsnotecallback + 167
    14 com.apple.CoreFoundation 0x00007fff82e98e3a __CFXNotificationPost + 954
    15 com.apple.CoreFoundation 0x00007fff82e853e8 _CFXNotificationPostNotification + 200
    16 com.apple.Foundation 0x00007fff87e257c4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    17 com.apple.AppKit 0x00007fff837c8772 -[NSApplication _postDidFinishNotification] + 100
    18 com.apple.AppKit 0x00007fff837c86a7 -[NSApplication _sendFinishLaunchingNotification] + 66
    19 com.apple.AppKit 0x00007fff83893645 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 219
    20 com.apple.AppKit 0x00007fff838932c1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    21 com.apple.Foundation 0x00007fff87e5d156 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    22 com.apple.Foundation 0x00007fff87e5cf86 _NSAppleEventManagerGenericHandler + 114
    23 com.apple.AE 0x00007fff865bf292 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    24 com.apple.AE 0x00007fff865bf18b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    25 com.apple.AE 0x00007fff865bf095 aeProcessAppleEvent + 210
    26 com.apple.HIToolbox 0x00007fff81a4c879 AEProcessAppleEvent + 48
    27 com.apple.AppKit 0x00007fff837983d5 _DPSNextEvent + 1191
    28 com.apple.AppKit 0x00007fff83797b41 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    29 com.apple.Aperture 0x00000001002ad05e 0x100000000 + 2805854
    30 com.apple.AppKit 0x00007fff8375d747 -[NSApplication run] + 395
    31 com.apple.prokit 0x0000000101971b06 NSProApplicationMain + 268
    32 com.apple.Aperture 0x0000000100002204 0x100000000 + 8708
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff801c9bba kevent + 10
    1 libSystem.B.dylib 0x00007fff801cba85 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff801cb75c dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff801cb286 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff801cabb8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff801caa55 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff801ca9da _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff801cadec pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff801caa55 start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff801b0e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801b14ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82e8c7a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82e8bc2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87e69a24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.proxtcore 0x000000010149872d -[XTRunLoopThread run:] + 397
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff801b0e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801b14ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82e8c7a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82e8bc2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87e69a24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.proxtcore 0x000000010149872d -[XTRunLoopThread run:] + 397
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 12:
    0 libSystem.B.dylib 0x00007fff801c9bba kevent + 10
    1 libSystem.B.dylib 0x00007fff802087b0 mdns_querymDNSResponder + 1043
    2 libSystem.B.dylib 0x00007fff80207ab5 mdnssearch + 1117
    3 libSystem.B.dylib 0x00007fff80206e68 mdnsaddrinfo + 688
    4 libSystem.B.dylib 0x00007fff80205f0a search_addrinfo + 133
    5 libSystem.B.dylib 0x00007fff8020594c si_addrinfo + 1290
    6 libSystem.B.dylib 0x00007fff80205399 getaddrinfo + 150
    7 com.apple.SystemConfiguration 0x00007fff82a7ad78 __SCNetworkReachabilityGetFlags + 1182
    8 com.apple.SystemConfiguration 0x00007fff82a7a88b SCNetworkReachabilityGetFlags + 147
    9 com.apple.Aperture 0x00000001007fb7b2 0x100000000 + 8370098
    10 com.apple.Aperture 0x00000001007fb5b1 0x100000000 + 8369585
    11 com.apple.Aperture 0x00000001007fb2f8 0x100000000 + 8368888
    12 com.apple.proxtcore 0x0000000101492cf7 -[XTList makeObjectsPerformSelector:withObject:] + 71
    13 com.apple.proxtcore 0x000000010149e621 -[XTDistributor distributeMessage:] + 497
    14 com.apple.proxtcore 0x0000000101499350 -[XTThread handleMessage:] + 160
    15 com.apple.proxtcore 0x0000000101497759 -[XTThread run:] + 377
    16 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    17 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    18 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 13:
    0 libSystem.B.dylib 0x00007fff801b0e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801b14ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82e8c7a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82e8bc2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87e69a24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.proxtcore 0x000000010149872d -[XTRunLoopThread run:] + 397
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 14:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 15:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 16:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 17:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 18:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 19:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 20:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 21:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 22:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 23:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 24:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 25:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 26:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 27:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 28:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 29:
    0 libSystem.B.dylib 0x00007fff801b0e9a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff801ef6e2 pthread_condwait + 1015
    2 com.apple.Foundation 0x00007fff87e68d63 -[NSCondition waitUntilDate:] + 399
    3 com.apple.Foundation 0x00007fff87e5c0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4 com.apple.proxtcore 0x00000001014a2b11 -[XTMsgQueue waitForMessage] + 49
    5 com.apple.proxtcore 0x0000000101497743 -[XTThread run:] + 355
    6 com.apple.Foundation 0x00007fff87e2ee99 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 30:
    0 libSystem.B.dylib 0x00007fff801c9bba kevent + 10
    1 libSystem.B.dylib 0x00007fff802087b0 mdns_querymDNSResponder + 1043
    2 libSystem.B.dylib 0x00007fff80207ab5 mdnssearch + 1117
    3 libSystem.B.dylib 0x00007fff80206e68 mdnsaddrinfo + 688
    4 libSystem.B.dylib 0x00007fff80205f0a search_addrinfo + 133
    5 libSystem.B.dylib 0x00007fff8020594c si_addrinfo + 1290
    6 libSystem.B.dylib 0x00007fff8021cacc siasynclaunchpad + 87
    7 libSystem.B.dylib 0x00007fff801e9f8e pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff801e9e41 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000007 rbx: 0x0000000000000001 rcx: 0x00007fff70ea4fd8 rdx: 0x0000000000000013
    rdi: 0x0000000000000001 rsi: 0x000000000000003d rbp: 0x00007fff5fbfe3d0 rsp: 0x00007fff5fbfe3c0
    r8: 0x00007fff5fbfe690 r9: 0x0000000103c08370 r10: 0x0000000103c17cb0 r11: 0x0000000000000004
    r12: 0x0000000000000001 r13: 0x0000000103c079d0 r14: 0x00007fff5fbfe690 r15: 0x000000000000003d
    rip: 0x00007fff82e630fc rfl: 0x0000000000010206 cr2: 0x000000000000000a
    Binary Images:
    0x100000000 - 0x100cbcffa com.apple.Aperture 3.0 (3.0) <8E59CA01-B63E-8F50-675A-7AF4DE510720> /Applications/Aperture.app/Contents/MacOS/Aperture
    0x1011b4000 - 0x10129afe7 libcrypto.0.9.7.dylib ??? (???) <C6BE5498-A4AF-AB39-7F7E-FAF40D3582F6> /usr/lib/libcrypto.0.9.7.dylib
    0x1012f2000 - 0x101326ffb com.apple.ProUtils 1.0 (1.0) <5DD38B14-8CAE-3FC7-CD07-B91D65D3E062> /Applications/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/Pr oUtils
    0x10134d000 - 0x1013fbfec com.apple.MobileMe 8 (1.0) <B1DD3E16-ACAD-5030-83D6-A1ACE4A992C4> /Applications/Aperture.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mo bileMe
    0x10148f000 - 0x1014fafff com.apple.proxtcore 1.0.0 (1.0.0) <6954E9F9-ABC1-C853-69CE-017923FEA81D> /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
    0x101570000 - 0x101700fef com.apple.geode 1.0 (1.0) <29766C03-9575-1BD5-F661-549DB4A0273A> /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1017ef000 - 0x1017f7fff com.apple.MediaSync 1.0 (1.0) <CAAAD3D7-E492-DAFF-D41B-08B86EEB81FC> /Applications/Aperture.app/Contents/Frameworks/MediaSync.framework/Versions/A/M ediaSync
    0x101802000 - 0x101811fff com.apple.PluginManager 1.7.4 (34) <DA8D60B9-9384-7C02-4047-EC1964BECC5A> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x101823000 - 0x101835fff com.apple.AERegistration 1.2 (77) <8B34006B-3F50-BC02-E6F2-45DF921BA3EA> /Applications/Aperture.app/Contents/Frameworks/AERegistration.framework/Version s/A/AERegistration
    0x101850000 - 0x101858fff com.apple.AEProfiling 1.2 (22) <9DCB5183-619D-4BAA-44C2-6081DAC168AB> /Applications/Aperture.app/Contents/Frameworks/AEProfiling.framework/Versions/A /AEProfiling
    0x101863000 - 0x1018f0fff com.apple.BrowserKit 2.0.1 (276) <66CCCD30-BBE5-E102-7F9B-76CECB15EA25> /System/Library/PrivateFrameworks/BrowserKit.framework/Versions/A/BrowserKit
    0x101954000 - 0x101b4bfef com.apple.prokit 5.0.1 (906) <D721CC51-502C-C458-28B0-DB6C94A46BDF> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x101c69000 - 0x101c69ff7 com.apple.iLifeSlideshow 1.1.1 (452.8) <0863EB8F-7477-4CFB-800E-CFAA0AF503D4> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/iLifeSlid eshow
    0x101c6d000 - 0x101c8bfef com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x101c9d000 - 0x101cdafff com.a

    Looks like my upgrade to 3.01 fixed this issue, I am able to back to 64-bit mode.

  • Is it possible to change brightness in video play back?

    Is it possible to change brightness in video play back, without having to go to settings?
    If not, then who agrees this should be possible?
    I’m sure most iphone users have the stock brightness setting set to low to save battery power, but it’s very irritating when you go to watch a video in bright lighting conditions and in order to see it properly you have to go back out and change it.
    I am not computer programmer, but I’m sure it would be possible to have a slider (just like the volume) and could be introduced in a update.
    I think it would improve the overall iphone experience just that little bit more.
    What do you think?

    All Help > System Info does is to report your system specifications so you can copy and paste them in the forums for troubleshooting purposes.
    You can choose what to highlight and copy, but it does not change anything in your system like editing a configuration file would.

  • How can I work on same image back and forth from LR 5 to PS CC without constantly creating copies?

    I make basic corrections in LR then "edit copy with changes" in PS. Once I save it back to LR it shows as a second file marked Edit. How can I go back to PS with that file to work on it again? I don't want a bunch of numbered copies, I want one final copy with as many changes as needed.

    It depends on what you're trying to accomplish. I process all of my film scan images in PS initially for crop, dust removal, content aware fill and other "destructive" pixel editing. I then import the files into LR and do most of the tone and color correction with LR. Many times I need to edit the image back in PS to remove more dust spots with the healing tool or content aware fill, etc. To do this I use Edit in PS and choose 'Edit Original.' Of course I don't see the toning and color adjustments made in LR, but for these types of changes it really doesn't matter. After the PS changes are made the file is saved from inside PS and appears inside LR with the new PS changes applied AND the LR adjustments applied.
    You can use the same processing workflow with ACR, PS, and Bridge, but then you lose all of the other features available inside LR.

  • Can we load generic binary image in Oracle spatial database

    hi i am new to this topic. so kindly help me out.
    can we store generic binary image in Oracle 10g spatial database?
    generic i mean there is no header information.

    hi everybody,
    thanks in advance. i am in little bit confusion. actually i am new to oracle 10g spatial db concept and image processing. i have to decide whether to store DEM & ORTHO image in Oracle 10g spatial database. or using BLOB to store these images. i have to design physical as well as logical database to store both above mentioned images.
    i don't have much knowledge about DEM & ORTHO image.
    i don't know what to do. even though i have started some of the Oracle 10g spatial concepts. i would like to know can i also use oracle intermedia for storing these images (ORTHO & DEM images).
    looking for help
    thanks
    Ajay

  • How can I change picture data to image data

    I have an array that I am displaying in a picture control as an 16-bit data type. How can I change this into an Image data type with out saving it first?

    Sean,
    Use IMAQ ArrayToImage, which will take your array and convert it to an IMAQ image.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Hey guys, I'm having trouble matching the colour of the image back ground (white) with the pre-set colour selection. is there a tool that can help me? thanks

    hey guys, I'm having trouble matching the colour of the image back ground (white) with the pre-set colour selection. is there a tool that can help me? thanks

    Your description of the problem is not quite clear so I made certain assumptions. I hope I am rigtht. I believe you have a color patch such as this:
    that you would like to place in an image area that has modeling in its white background. You do not want to lay in a flat color but rather to add a color and not lose the modeling or other background tone. The problem is, after making the selection, if you use Edit > Fill and set the Blending mode to Color, the white background remains white. The only colored background area may be an object's shadow or some similar area that is not pure white. (Image 2) It is an unsatisfactory result.
    If that is an accurate description of the problem, consider this:
    Image 1: The original image
    Image 2: Edit > Fill with the Blending mode set to Color. White remains white
    Image 3: Mode changed to Lab Color. Edit > Fill with the Blending Mode set to Color. Then return to RGB.
    (I would not normally use this green as a replacement color but since it is a Tiffany clock, I chose a light version of Tiffany's trademark color.)

  • Resizing images back to 100% in CS4

    There must be a simple way to bring an image back to its original size but I haven't found it. If I ctrl-d to place an image, it appears at 100%, say 4 by 4 at 350ppi. If I grab a corner and scale the image down so the effective ppi is 500, and then later want the image to go back to its original size, I can't find an easy way to do this.
    Can someone point me to the answer?
    thanks
    jon

    Select it with the direct select tool (white arrow) change the scaling to 100% in the control panel.
    Bob

  • How to export binary images

    I am a neuroscientist developing a brain atlas and am using illustrator to produce the images needed.
    Basically I need to open up an .ai file that contains the brain image. I need to fill that with black, remove parts of it
    (haven't figured out how to do that yet) and export it at a specific location within the canvas and make the canvas a specific size.
    I need to export that as a .jpeg or .gif with only 2 colors. I then need to repeat this process 700 times.
    Is there a way to remove a part of an image quickly?
    Is there any way to export with only 2 colors? (binary image)
    Any ideas would be greatly appriciated.

    1- The images are in vector format
    2- I am using version 14 but will be using version 15 when my lab gets it.
    3- I don't have photoshop, though I have used it and fireworks a long time ago
    4-
    http://books.google.ca/books?id=0prYfdDbh58C&printsec=frontcover&dq=paxinos+watson&source= bl&ots=-5jsGV_LAk&sig=fV18n7RLuPTgv9Y7rpHJ93cyi2I&hl=en&ei=ttcGTIrvCoW0lQeh0Yi-Cg&sa=X&oi= book_result&ct=result&resnum=4&ved=0CCkQ6AEwAw#v=onepage&q&f=false
    or try brainmaps.org
    A brain atlas is an atlas of the brain. In my case a rat brain. Not much different than an atlas you would be familiar with. It contains images and coordinates showing where areas and structures are. Since the brain is 3D a brain atlas is also in 3D. It is usually organized by having slices (think loaf of bread) placed one after another on separate pages of a book. We get the pictures in the atlas by staining the brain with chemicals that make it change colors. Then we cut it into sections on a braincutting machine and put it on a microscope slide to take a picture.
    In our lab we use electrodes to listen in on what brain cells are doing. This brain atlas will allow us to show where our electrode tips were in the brain and what areas we were targeting. It is mainly for presentations and teaching.
    I will be using illustrator to produce binary images of the essential stuff in exactly the right places. Once I have those I have some computer code that will stack those images together to make a 3D brain.
    My biggest problem is exporting with only 2 colors in the entire image. I should be able to use my programming knowledge to take care of everything else.
    I have never used any graphic vector software before so any help I can get is greatly appreciated.

Maybe you are looking for

  • Error while creating a catalog in launchpad

    Dear All, While creating catalog in launchpad, I am getting below error. Details of the error are as below:- Can you please help me out. (My system environment, Netweaver Gateway SP07, UI SP08). Best Regards, Atul Jain

  • How to Print Footer details conditionally in RTF template ( XML Bi report)

    Hi, I have a XML ( BI) report. in which i am printing carry frwd / running total/ sub group total values in the footer section. I have add one more condition to display the footer values based on the <xdofo:show-carry-forward ...> values. Please sugg

  • Videos no longer supported since Lion upgrade

    Since upgrading to 3.1.3 and Lion videos are no longer supported in Aperture. Is there a solution to this?

  • Sent Items not in Sent Items box

    Sometimes when I send mail, the mail doesn't appear in the sent items box. So when I check a few days later for details of a mail, it's not there. However, sometimes when I launch mail, the sent items from the last few days all appear in the box at o

  • REPEATED POST: Using commit and delete in cascade implementation.

    Good morning. I want to do the next task: I have two entities, province and city, which includes an association between them, which implements cascade delete. I want to delete a province, and after that, do the commit operation en the same operation.