Camera: Color vs black & white

Just today my iPhone 5 started taking photos in black and white. For a short time I had an option to change to color in "filters". But that option is no longer available. Any thoughts? Did I accidentally change a setting? Where are the settingS?

I worked on the problem and discovered that I was trying to edit from my photo stream. I switched to camera roll and was able to edit back to color. Evidentally photo stream mode does not support color editing.
Thank you

Similar Messages

  • Printing in color or black & white in VB6 and Crystal Reports 8.5

    Post Author: elsyvaldez
    CA Forum: General
    How can I programatically print in color or black & white?  I am programming in Visual Basic 6.0 using the Crystal Reports 8.5 Active X Designer Runtime Report object (CRAXDRT.dll).    Our users want the option to print either in color or black & white to a color printer.  I am trying to print many separate reports (for a large group of accounts) in one click of the VB6 "Print" command button without having to display the Printer Setup dialog box for each separate report.  The Report object in CRAXDRT has a method to display the printer setup dialog box but has no property to change "Color" mode (similar to the "PaperOrientation" or "PrinterDuplex" properties).  Is there a way that our users can bring up the Printer Setup dialog box just once, choose color mode, and then make this choice effective for all separate reports printed using CRAXDRT?

    Hi Sastry
    I can print multiple pages from notepad without any issues. It is only the print from the crystal OCX control that has the issue. It has it's own print dialog box.
    Thanks
    Peter

  • Camera Raw and Black & White Pictures

    I am using Potoshop Elements 7.0 and I just downloaded the latest camera raw (5.2). However, both with the old and new camera raw plug when I import black & white pictures from my Nikon D80 in NEF format I see them as colour pictures in the PSE organizer. How can I keep the original format (black and white in this case) while importing the pictures?

    Your images are indeed color pictures. That's their original format. When you think you're shooting B&W, the camera built-in software just adds a flag for the camera manufacturer's raw converter to render them as B&W. ACR (Adobe Camera Raw) ignores that flag and leaves it up to you to convert the images to B&W through the method of your choice.

  • How can I convert RGB Color to Black-White Color?

    Dear everyone!
    I am using Photoshop CS5. I have got a file from my customer which is done as RGB and the resolution is 300dpi. There are black texts and color images in the file. I wish to print Black-White Process Film (1 black color), but I don't know how to solve it. I started converting my file to Grayscale and then the black texts are not black enough because it becomes lighter. When I go to Level and adjust the color, both the image and texts becomes darker. What must I do to make only texts blacker without effecting the image?
    Please find the attached file for the reference.
    For more information, please let me know.
    My Best Regards,
    LUCK

    luck_lesson wrote:
    ...I have got a file from my customer which is done as RGB and the resolution is 300dpi. ..
    What file format was supplied to you? Was it truly RGB @ 300ppi or did you rasterize a PDF?
    300ppi is lousy for text. You might converse with your customer to instruct them on the ideal way to supply a file to you.

  • Why is the camera on L540 black & white in Windows 8.1?

    When I use the Windows 8.1 Camera app, I get a black and white picture. There's no setting where I can select colour or black/white. If I go to the control panel and select "View scanners and cameras", the integrated camera is not listed there at all.
    In the Device Manager, the camera is listed as Integrated Camera and has device status "Working properly". The driver provider is Vimicro and the driver version is 5.13.514.3.
    How can I get the camera working properly as a colour camera?

    Recieved my machine today to discover that I am having the same issue! I hope this is malfunctioning software. 

  • Adding Color to Black & White Photo

    I have PE 9 and I know how to change a photo from Color to Black and White.  I am having trouble adding color back to the photo...Could someone please help me selectively add color to my now black and white photo.
    Thanks in advance.

    That's the easiest. 
    Open your full colour image.
    Choose the Smart Brush tool I showed in my previous post.
    On the Options bar for the tool,
    hit the dropdown arrow (1).
    Hit the effects dropdown box and choose "Black and White" (2).
    Select "Grayscale" (3).
    Set your brush to a small size.
    Paint over the areas you want to be in Black & White.  The brush automatically selects entire areas as you paint.
    If it goes too far, set the brush to "minus"
    and paint over the excess area to return it to the original colour.
    The automatic selection kind of "learns" what you want, so by going back and forth between "plus" and "minus", you'll ultimately get what you want.
    Ken
    Message was edited by: photodrawken to correct typo.

  • Mixing Color and Black & White

    Does anyone know how to produce a monchrome photo with a little bit of color in it.
    i.e. A picture of a bride at a wedding holding a bouquet of roses. I want the whole picture monchrome with just the roses being colored red.
    Please point me in the right direction
    Regards,
    Mark McKnight
    http://www.digital-photography-tricks.com

    That's a great idea and with the right photo it can give a really good effect. Use adjustment layers just like silkrooster is saying. Here's a tutorial of using the adjustment layers (black & white effect). You should get your answer there.
    http://tv.adobe.com/watch/photoshop-for-video/black-white-adjustment-layers

  • How do I convert color to black & white or grayscale in InDesign CS3?

    I'm working with a number of publications which require some advertisements to be in grayscale or black and white. Short of changing all of my pictures to grayscale before I import, is there a way to manipulate the color within InDesign? And some of the images I am importing are PDFs, which are even harder to manipulate--is there a way to do this in InDesign at all?
    Thanks!

    >You can produce a grayscale PDF by printing to a Postscript file,
    choosing Output > Color > Composite gray, and Distilling the PS file
    (assuming you have the full version of Acrobat).
    If you have a full version of Acrobat you can do that in one step by choosing AdobePDF as the printer. :)

  • The Printer don`t print in color, only black/whit​e

    Please Help, The printer only prints black/white

    Hi,
    If your eprint jobs are printed in Black and White and not in color, then please go to www.hp.com/go/eprintcenter and then type your username and password and log in to the HP Eprint center. Then click on te printer and then click on Eprint Settings button.
    Then click on print option tab and select Color and click on Save.
    This will resolve the issue.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"
    (Although I am employed by HP, I am speaking for myself and not for HP)

  • Convert image from color to black&white

    Hi,
    I'd like to transform a colored picture (from a gif or jpeg file for
    exemple) in a Black and White image (wbmp format). I use a
    ColorConvertOp to do that, but I don't know how to param it to have a nice
    conversion, not a pixel level conversion. Here is the code I used:
    BufferedImage bi4 = new BufferedImage(bi3.getWidth(), bi3.getHeight(),
    BufferedImage.TYPE_BYTE_BINARY);
    ColorConvertOp cco2 = new
    ColorConvertOp(ColorSpace.getInstance(ColorSpace.CS_GRAY), null);
    cco2.filter(bi3, bi4);
    Where bi3 is my original BufferedImage.
    Do you know where I can find more information on this conversion, because in
    the help I don't understand everything (I have no knowledge on picture
    conversion)?
    Thanks for all
    Vincent

    Try this example
    regards
    Stas
    import javax.swing.*;
    import java.awt.*;
    import java.awt.image.*;
    import java.io.*;
    public class Test {
    JScrollPane scroll;
    JEditorPane edit=new JEditorPane();
    public Test() throws Exception {
    JFrame frame=new JFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    BufferedImage sourceImage=new BufferedImage(100,100,BufferedImage.TYPE_INT_RGB);
    Graphics g=sourceImage.getGraphics();
    g.setColor(Color.red);
    g.fillRect(0,0,100,100);
    g.setColor(Color.blue);
    g.fillRect(10,10,80,80);
    g.setColor(Color.yellow);
    g.fillRect(20,20,60,60);
    g.setColor(Color.white);
    g.drawString("test",5,15);
    frame.getContentPane().add(new JLabel(new ImageIcon(sourceImage)));
    BufferedImage grayImage=new BufferedImage(100,100,BufferedImage.TYPE_BYTE_GRAY);
    grayImage.getGraphics().drawImage(sourceImage,0,0,null);
    frame.getContentPane().add(new JLabel(new ImageIcon(grayImage)),BorderLayout.SOUTH);
    frame.pack();
    frame.setLocationRelativeTo(null);
    frame.show();
    public static void main(String[] args) throws Exception {
    new Test();

  • Adding Color to Black & White Photos

    Does CS6 have new tools &/or procedures for photo retouch particularly
    adding color effects to B/W photos?

    The short answer is maybe!
    There is no magic button you can press to add colour to a B&W image. You can however, remove all but selected colours from a colour image and achieve (for example) a B&W portrait of a lady holding a red rose. You can also have green leaves with just a couple of extra steps too.
    If this is what you are looking for, let us know. I'm sure you'll get a heap on replies.
    Doug

  • Default Printing color as "Black & White" Xerox Workcentre 7225

    Hi Spicehead
    Just wondering if anyone is using linkIT devices to barcodes App for spiceworks, if so how do you get on with it and what do you use to generate the barcodes and print them on.
    Also I wanted to see what people do for tracking additional items allocated to a member of staff, ie Docking Station, Monitors Mobile phones, USB drives etc, do you record this in spiceworks??
    We currently using a excel spreadsheet for each staff detailing what additional devices they have been allocated  I would like to incorporate this in spiceworks any suggestions
    Thanks Andy

    (only open to UK residents)
    With Windows Server 2003 End of Service in the distant past (OK, yesterday) we wanted to help those who are still running flavours of good ole 2k3 by continuing our offer of help with a"Windows Server 2003 end of support Immersion" and free "Refresh IT" diagnostics.
    Here's a post from Amanda giving the details:Win a VIP trip to Spiceworld London 2016 – compliments of Microsoft! (UK only)
    This year Microsoft had a blast interacting with you at Spiceworld. So much so that they want to give 2 lucky winners a VIP trip to Spiceworld London 2016!
    Winners will get a complimentary ticket to the event, one free night of lodging (up to 200 in value) and lunch with Microsoft and their product team on day two of the event.
    What do you need to do to enter?
    1)Register for a 1x1 consultation with a Microsoft migration partner....

  • IMac displays only black & white

    I set some wrong parameter and my iMac display switched from color to black & white.  I cannot figure out how to change it back to a color display.  Please help.

    The tip above led me to the fix needed.
        I unchecked 'Use grayscale' in
        System Preferences > Accessibility > Display .
    Thanks a lot for your prompt guidance.

  • How do I make color headings black, but color graphics graphics grayscale in my PDFs?

    My documents have blue headings and color graphics. I leave all the colors in my web PDFs, but for press I need black headings and grayscale graphics. The Convert Colors function in Acrobat gives me grayscale on both. To get black headings for press I've been printing a second PDF from FrameMaker with Spot Color as Black/White, then doing Convert Colors in Acrobat to get grayscale graphics. This means I must make two PDFs from FrameMaker: one for web and one for press.
    Is there any way in Acrobat 11 to convert my blue headings to black, while converting graphics to grayscale?

    >You can produce a grayscale PDF by printing to a Postscript file,
    choosing Output > Color > Composite gray, and Distilling the PS file
    (assuming you have the full version of Acrobat).
    If you have a full version of Acrobat you can do that in one step by choosing AdobePDF as the printer. :)

  • Acquire black/white from color camera

    I have a color camera and would like to acquire image in black/white. I want to tried grabbing image in black and white because I want to increase speed of the program. I tried changing the format of the image from RGB to float when creating an image (IMAQ create image), it worked but the program worked so slow. My questions are:
    1. Can you suggest me how to make it faster?
    2. Does aquiring image in black and white instead of color (RGB) help increase speed of the program?

    Irene,
    I will assume you are using the PCI-1411 board for your acquisition. In MAX, you can select what the output is. Your options are a full color image, the different color planes (R,G,B) or the HSI color planes. I would select Intensity to get a grayscale image. The conversion will be done on the board, which is fast. In your program, use a standard 8 bit image, which is the default.
    Acquiring the image in grayscale will not necessarily increase the speed of the program, but it should increase the speed of any processing you are doing. Since there is less information to process, it is faster. It really depends on what you are doing with the images after you acquire them.
    As a general rule, there is no reason to acquire color images unless
    you need the color information. A grayscale camera is cheaper and the image quality is usually better.
    Bruce
    Bruce Ammons
    Ammons Engineering

Maybe you are looking for