6120c - number of colors seems to be decreased in ...

Hi all.
It seems like number of colors is being decreasend in the theme background image every time I install a theme. It can be best noticed in gradient-like images where color transition is not smooth.
nokia noir theme may be a good example here - on my 6300 background is nice and smooth, on 6120c it looks like it was just 256 colors or so...
Has anybody else noticed that ? It's really annoying because all nice themes don't look like they should.

but it can only be seen on images used as a background in a theme.
when you set your own background everything's fine - image is displayed properly (no banding, smooth color transitions), but that's not the solution I am looking for.

Similar Messages

  • How to reduce number of colors in an image

    I am fairly new to Photoshop and I'm learning as I go, so I apologize for using your time.  I haven't worked with images that much - I've used MS Digital Image Suite with photos from my camera.  That's the extent of my knowledge.
    I am taking over a job from someone who is gone and I can't ask him how to do this.  He used Photoshop to reduce the number of colors in an image (for example, a color drawing or clipart) to 2-6 colors.  I haven't been able to figure this out.  I've visited this site that explains how to reduce tones but it's still a lot of colors.  I thought I might learn something from this link that explained how to make Photoshop cartoons, but I didn't.  I've done a lot of searching but nothing seems to explain this.  I know that the other guy had some knowledge of Photoshop but he wasn't a power user.
    Thanks to anyone who will help me.  (I am using CS5.)

    Are you sure that he was using Photoshop? (see my third solution)
    There are some plug-ins for Photoshop, but they basically do the same as the posterize or index mode: http://www.topazlabs.com/simplify/ (commercial) see this panel for colorizing comic art: http://vimeo.com/user3771002/videos
    I would rather use posterize, as an adjustment layer, as you can control it.
    Try with this layer stack, from bottom to top:
    Convert the original image in a Smart Object, in order to use Smart filters and blur the image (Gaussian Blur, or noise>median or blur>smart blur or blur>surface blur could be interesting internatives) would be useful, to make smoother posterized areas.
    A dodge/burn layers (a neutral gray layer in overlay mode) to adjust areas using the Dodge/burn tools.
    the Posterize Adjustment layer, with very few colors
    On top of it, put a gradient map adjustment layer, to control the posterized colors
    Vectorizing in Illustrator can also be used to reduce the number of colors. Live Trace: http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-6229a .html
    More on the topic: http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-622aa .html

  • Incorrect number of color values Error

    Hi All,
    I am getting an error stating "Incorrect number of color values was given" in the following Indesign Script.
    var currentPage = myDocument.pages.item(0);
    var myColor = myDocument.colors.add();
    myColor.colorValue = [82,60,0,0];
    var recFrame = currentPage.rectangles.add();
    recFrame.fillColor = myColor;
    Am getting the above mentioned error when the third line is executed. Kindly help.
    Thanks in advance,
    Anitha

    MichaelKazlow wrote:
    Ask in the InDesign forum.
    Hi,MichaelKazlow!Thank you wharimucs desing forum!Shared:(hungary)http://www.paladin9.5mp.eu,www.mozillafirefox.5mp.eu
    Hi vegh abel, im hungary!good  bye!HI HI HI!Happy New year 2010!Adobe happpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppy+zip file
    Hi vegh abel Im hungary!Good bye!
    Message was edited by: Végh Ábel

  • My colors seem to be inverted on my g5 how can i return to the regular look?

    my colors seem to be inverted on my g5 how can i return to the regular look?

    I found the answer on the forum thx. Awesome

  • The number of active sessions isn't decreasing in OC4J instance

    Hi Guru’s,
    Could you help me, please?
    The number of active sessions isn’t decreasing in OC4J instance after our clients closed the application.
    Our partner use Oracle AS 10gR3 (10.1.3.4.0) with J2EE and HTTP mode.
    When we monitoring our OC4J instance with Performance tab on Oracle EM, we appreciate that the value of Active Sessions on ‘Servlets and JSPs’ are very high. If users close our applications, then number of active sessions isn’t decreasing and active status isn’t becoming inactive.
    Which OC4J settings responsible for managing active sessions and how can I get more information about the active session details?
    Thanks in advance,
    Zoltan

    Dinesh.Rajak wrote:
    When I deployed this code Tomcat, it is giving the output as 0, hence tried with accessing the jsp file in multiple browsers but still it is showing the count of active session as 0 - plz helpPlease, don't resurrect old threads, and it's still the wrong forum. Create a new thread if you have a specific question, and create the thread in the correct forum. I'm closing this thread.
    Kaj

  • How to check the number of colors in the file???

    How to check the number of colors in the file ai ???

    The Recolor Artwork tool will list all colors used in a document and the flyout menu in the Swatches panel also provides tools for managing colors.
    Mylenium

  • Does anyone know of a way to reduce the number of colors of an image

    I have read all the documentation on this and there is no clear and easy way to reduce the number of colors of a bufferedimage. It would be also handy to know how to ensure that the image stays under specific size.
    thanks for any help
    Lee

    Yeah Abuse you are sooo right, i have written code to do this and it was/wasnt fun depending on your sense of humour...
    Heres how it works..
    *1 pick a pallet, the more colours, the bigger the result file, but better quality
    -so decide what you want
    *2 for each pixel find the nearest colour in your pallet that matches it.
    -its important to count each pixel rather than each colour in the original as a large block of 1 colour should have more weight
    *3 then for each colour in you pallet average out the colour of all pixels that would become that colour
    -the average becomes the new best colour for that pallet entry
    -since the pallet has now changed repeat 2 and 3 as long as you want, or rather untill nothing changes
    * if at any time a pallet entry has nothing that maps to it then make it become a colour that is near the most used pallet entry.
    have fun, its called cluster theory and is used lots in converting images to .GIF

  • Reduce number of colors in an Image

    Hi,
    I have a bufferedimage that is a screenshot of my pc, what can i do to reduce the number of colors in the image to 512 or somthing? The final image will be in JPEG form.
    Thanks

    I tried this code, but there must be a bug or something cos most things turn black and red....even when i specify 512 colors...I saw http://forum.java.sun.com/thread.jsp?forum=31&thread=446716 that someone else had this problem, but i did not find a fix. Its weird cos I used another java quantizer that did the same thing..
    Here is my code:
    byte[] = toByteArray(getScreenshot());
    /*****Takes a screenshot*****/
    private BufferedImage getScreenshot() {
         try {
              Robot robo = new Robot();
              Rectangle rect = (GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDefaultConfiguration().getBounds());
              BufferedImage img = robo.createScreenCapture(rect);
              return img;
         } catch (AWTException exc) {
              exc.printStackTrace();
         return null;
    /*****Saves a BufferedImage as a JPEG*****/
    private byte[] toByteArray(BufferedImage img) {
         try {     
              //WANT TO QUANTIZE img HERE
              //Encode
              ByteArrayOutputStream out = new ByteArrayOutputStream();
              JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
              JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(img);
              param.setQuality(.45f, false);
              encoder.encode(img, param);
              out.flush();
              out.close();
              return out.toByteArray();
         } catch (Exception e) {}
         return null;
    }

  • Can't locate my serial number for Color finesse 2

    locate  my serial number for Color finesse 2

    Color Finesse 2 is the old 32-bit version of the plug-in, so would be for After Effects CS4 or earlier.
    There is information here on how to locate your serial number. But the tl;dr version for most people is: it's on a sticker on the DVD case.
    Bob Currier
    Synthetic Aperture

  • None of the "option + number key" mappings seem to work

    Hi,
    I am trying to use the *Canadian French - CSA keyboard layout* and none of the *option + number key* mappings seem to work.
    For example, when I type *option + 2* (in the "Canadian French - CSA keyboard layout"), it should print @ but instead nothing is printed and I sometimes hear the alert sound.
    Spaces is not activated and no keyboard shotcuts are assigned to the keys.
    In the keyboard viewer I can see the keys light up when I type the combinations but still, nothing happens.
    Even if I press option and click the 2 (@) with my mouse in the keyboard viewer, the character will not print!
    All other *option + key* mappings seem to work, the problem is only with number keys.

    Try this:
    http://matthieu.yiptong.ca/2009/09/09/canadian-french-keyboard-layout-for-mac-os -x/

  • Can't see 'white' colored page number on colored object/paper

    I am using Pages '09 (v 4.3) and am having a devil of a time trying to get a 'white colored' page number to show up over a colored object that is streched over the sheet/paper to provide a color background. The problem seems limited to only when I want to use white, as any other color in the palette will show (assuming that there is enough contrast between the background color and selected page number color). I'm seeing this problem in a sheet where I want to use a black background with white text in the body (no issue there) and a white colored page number. Anyone else seen this? Or perhaps I have missed something simple?

    Peter -
    Is it there when you zoom in? No amount of zoom or lack thereof changes the situaiton.
    Is it there if you increase its point size? Nope.
    Is it there if you change the font? Nope.
    Have you tried using white from the Color Picker? Yes, no matter how white is selected the end result is the same.
    What is the Opacity of the text in the Graphic Inspector? Text does not have an opacity option/selection. Perhaps you are asking what the Opacity is of the solid color I am trying to set as the background, in which case it is 100%.

  • Convert RGB to Gray Gamma 1.2 and count number of color pages

    I'm working with a printer for theses and dissertations.  I receive the PDF files from our graduate students and pass them along.  I'm responsible for checking that the document meets the needs of the printer and billing the students appropriately.   I'm using Adobe Acrobat X Pro, and am fairly savvy with the pre-flight profiles (creating and running), but I'm not a designer or printer.
    Recently, the printer informed me that our students creating PDF files from Word are actually creating what they consider color documents because black is an RGB color from a Word document.  I did see in Word that I can use the "High Quality Print" conversion setting to make the text black from the start, but I'm dealing with the final PDF file more often.
    They gave me instructions on how to use the "Convert Colors" command to convert the document (or specific pages) to the Gray Gamma 2.2 profile so those pages would be in black and white - see screenshot:
    I then submit the document to their web page, where it tells me the count of color pages.  I have two problems:
    1.  For some documents, even after I convert all pages to the profile above, their preflight tool (they use pit stop through their web site, I think ), tells me that some pages are still in color.
    2.  I can't seem to find a consistent way to count color pages in Acrobat.  I've created a pre-flight profile (seee screenshot below), but my results never match theirs (unless it's a raw PDF file and every page is in color). Am I missing an option?  I don't really know what spot colors are, so maybe that's an issue?
    What I want to be able to do is:
    1.  Provide consistent instructions to our students on how to fix their documents (perhaps create a pre-flight profile or droplet for them to put their PDF file into).
    AND
    2.  Count the color pages in their document accurately.  The printer bills per the page, and there is a differential between color and black and white printing.
    Any help would be appreciated.

    To detect a "color" page you only need to look at the first two items (CMY plates or more than 0 spot plates). If an object is in RGB it'll separate onto all four plates when printed.
    First question - are you sure that the reports coming back from the printer are correct? If they flag a page as color and you don't, what does that page actually contain? Are there any non-printing items (hidden text, items behind something else, etc.) which won't drop an extra plate when physically printed, but which the print shop might be detecting? You're testing the file from the point of view of the paper passing through the machine, they might just be scanning all the objects and ignoring whether they're visible or not. Open one of the questionable pages using the Output Preview tool (on the Tools > Print Production panel) and look at which plates are used.
    FYI, spot color is a purpose-mixed ink (not a 'process' color made from CMYK) which appears on its own plate. Usually it's something like a Pantone color, but it might represent something applied by a different part of the production process entirely - lacquer, foil, embossing, etc. With wet ink printing a spot color was literally taken from another bucket and run on a fifth roller, but in digital printing they're usually converted back to process  by the printer hardware. The difference is in how accurately that conversion takes place - so they're common for things like company logos. It's unlikely you'll have any in the type of files you're talking about unless a student has picked one by mistake when writing their document in InDesign. Word doesn't like spots and they're not in JPG/PNG/GIF images.

  • Auto select hex number via color picker

    Hey everyone,
    Why is it that on some versions of cs6 when i select the "set foreground color" (or background), the color dialog pops up with the hex number selected allowing me to quickly ctrl+c it. However, on other computers - with the exact same copy of photoshop (cloud based and fully updated) it does *not* auto select the hex number. I've looked through the settings to see if this is a feature that needs to be turned on/off but could not find it....
    Any one have any idea on how i could turn this on for all my workstations?

    In the case of the CS6 Mac edition, auto selection of the Hex field was implemented in the 13.1/13.02 Retina updates. Check Photoshop CS6 on the problem workstations to be sure they are updated.
    On Windows versions of CS6,be sure to single-click on the foreground swatch. Double-clicking it removes the Hex selection.
    That's about all I can think of, so if this doesn't help...I'll leave this to more experienced users, MVPs, and Staff.
    Gene

  • I have a new MBP with high-res display, and the color seems washed out compared to my old MBP.  Is this normal?

    Putting the two laptops side by side, blacks on my old machine look dark grey on the new one.  I also have 24" and 27" cinema displays, and the new high res laptop display looks washed out in comparison.
    I have tried to recalibrate the screen color settings, but this doesn't seem to make much difference.
    Any help would be much appreciated!
    Thanks,
    David.

    Yes, the gamma settings are the same on all 4 displays (my two laptops and the two displays).
    After a little experimentation, I think that it's down to the brightness of the high resolution display.  It would seem that it is slightly dimmer than the low-res one on my other 15" MBP, so I think that Apple have set the default colour profile to be slightly washed out to compensate.  If I use the same profile on the high-res MBP screen as on the low-res MBP screen, then the colour is much better.
    The cinema displays are a lot better than the laptop displays, but I was expecting the new high-res display to be as good as the old low-res one - especially as I paid a lot more money for it!
    Ah well!  I think I might take it into the store and just check that it is the norm for this...
    Thanks for your help.

  • Printing from photoshop, colors seem too dark

    We are printing photos and/or scans of my wife's paintings as well as some of her photography.  Using a canon ip4820 and a Red river satin paper (or canvas paper) and the corresponding recommendation from Red river including their icc profile for the specific paper.  While the color profile helped slightly, we still cna't seem to get true reproduction.  I realize monitor calibration and other things will effect the way we see the photo, but we've viewed the photos on various screens and on the canon t2i lcd screen as well as comparing to the original painting and the prints always look too dark and in some cases the yellows come out too orange.  This is all with new canon ink and a new printer.  We always have to brighten the images but not being photoshop pros we are not sure if that is the correct thing to do or if there is some other correction or maybe its just that the ip4820 isn't cable of reproduction to that level. 
    Are there some settings we are missing? 
    thanks for any ideas.

    3 suggestions:
    Be sure that you have the latest drivers for your printer
    Have the printer manage colors, not Elements. Certainly not both!
    Reduce the brightness settings on your monitor, esp. while enhancing with PSE

Maybe you are looking for

  • Filtering IMAP folders in Mail

    In many IMAP account there are folders I don't want to synchronize (for example "All Mails" in GMail, "Public Folders" in my company, etc.). How to exclude these folder in Mail? I searched forums for solutions but they doesn't work or are unappliable

  • After update 5.4.1, I can no longer access TC from Finder sidebar

    Time Machine can backup just fine (and it seems improved), but now when I click on the icon of my Time Capsule in the Finder sidebar, I see "connecting...", but eventually the connection times out. Has anyone gotten this to work, or do I have to down

  • How to check/update an open purchase order ?

    Dear Experts, Is there any Transaction to check the open purchase order? Since our company has recently started working with SAP, my supervisor asked me to make a full report of it. Thus, I would kindly like to ask                                    

  • How to populate the table using streaming data

    Dear folks M about to create a midlet application in which i need to populate my table with the current stock exchange values. Since these values get changed dynamically , I planned to use streaming. Since m new to streaming ,pls someone come up to g

  • Since updating to Firefox 4 on my OSX 10.5.8 mac Firefox will not go to any website

    Since updating to Firefox 4 on my OSX 10.5.8 mac Firefox will not go to any website. Firefox will launch but it won't load anything, the page is entirely blank - no home page loads - nothing. Also - It will not let me install any add ons. I've tried