Need help with color management

I am looking for someone to help me.  Please!
I am looking for help with Photoshop/printer not printing correct colors.
I have: Windows 7, Photoshop CS5, Photoshop Elements, HP Pavillion Laptop, new Okidata C530dn color laser printer
Previously I had a Canon Pixma MP620 and a gentleman from another forum gave me the correct settings for printing on photo paper and colors were perfect.  I now have a OKIdata C530dn color laser and have started a business printing business cards and greeting cards, etc., and I do advertisements on a freelance basis.
I will be working a lot with cardstock or cover stock 65-110 lbs paper.  I have an old OKIdata 2024e at work, and the colors are much better with that printer than my new personal one.  I have tried matching the settings of that printer to mine to no avail.  I have finally gotten the color close, but not quite.  When I print on my Canon injet the colors match and print perfectly.
I have tried every setting variation that I can think of to get the color correct with my new OKIdata.  I have to get the colors correct or my new business will go under because I can't match colors for my customers.  I am a self taught Photoshoper and a novice so please bear with me.
Using Okidata PCL.  Also have PS
Color settings in Photoshop:
North America General Purpose 2
sRGB 2.1
U.S. Web Coated Swop v2
Dot gain 20 %
Dot gain 20 %
Preserve embeded profile
Preserve embeded profile
Preserve embeded profile
engine: Adobe (ACE)
Relative Colormetric
Tried RGB color mode and CMYK color mode, no difference
Printer settings:
Photoshop manages colors
sRGB 2.1 Printer profile
Relative Colormetric
Print setup:
Letter
Multipurpose tray
Weight: printer settings-default  (when I used heavy setting for cardstock it printed green instead of the color light blue, so that was a start to the right color)
Job Options:
Hight Quality
Color: No color matching
Printer preferences in Printer properties:
Color management
Device: Display 1 generic PnP monitor AMD M88og with ATI Mobility Radeon HD4200
ICC Profiles: Generic PnP Monitor (default)
Advanced:
Windows Color System Defaults:
everything under this tab is set at System Default
I have gotten the color close, but colors are dull. I have tried an adjustment layer and setting the saturation higher, but that doesn't help.  I know my laptop is showing the right colors, (calibrated) because I am still printing to the Canon with cardstock and the colors are perfect using the same settings above.
Tried printing in PSE and it gave me an error that it was not a post script printer.  Installed ps driver, still getting errors and it wouldn't print.
I would appreciate any help you could give me before I run out of toner and have to buy the expensive toners, or just slit my wrists j/k  LOL
Thanks!  JS

You need an ICC profile for your printer.  Chromix has an excellent service at http://www2.chromix.com/colorvalet/ which will do this calibration for you.  You download some software they provide, then print a test file on the exact same paper you are using for your cards.  Then send the output to them and they will calibrate the colors with their equipment and send you the ICC profile file.  Once you have it, you'll be able to print accurate colors.
There are other services out there that may cost less, but I do not know how reputable they are.  Chromix is a good business I've worked with many times.
If you are trying to run a business and you don't understand color management yet, you may be in for a lot of trouble.  Please get the book "Real World Color Management" available at http://www.colorremedies.com/realworldcolor/ and it will save you a ton of money and headaches.

Similar Messages

  • Need help with color managment addon

    I am using Firefox under Fedora 14 Linux. I added the color management addon and told it which profile to use. But I am having some trouble telling if it is working. One problem is that when I use firefox to open an image file on my machine, it gives me the choice of using Image Viewer or Other. Image viewer is Eye Of Gbnome, which doesn't make use of my monitor profile, and I can't think of a convenient other program to use which does use the monitor profile.
    Is there some way to get firefox to view the image directly.
    I presume when I view images at a distant website, the color managment add-on is inter posing my monitor profile, but I am not sure about that. Is ther e some way to check it?

    You need an ICC profile for your printer.  Chromix has an excellent service at http://www2.chromix.com/colorvalet/ which will do this calibration for you.  You download some software they provide, then print a test file on the exact same paper you are using for your cards.  Then send the output to them and they will calibrate the colors with their equipment and send you the ICC profile file.  Once you have it, you'll be able to print accurate colors.
    There are other services out there that may cost less, but I do not know how reputable they are.  Chromix is a good business I've worked with many times.
    If you are trying to run a business and you don't understand color management yet, you may be in for a lot of trouble.  Please get the book "Real World Color Management" available at http://www.colorremedies.com/realworldcolor/ and it will save you a ton of money and headaches.

  • I need help with color pallette in iPhoto 11. I have created a book and would like to use a different color background than those given in "background." I have found the color palettes but can't seem to incorporate them into my backgrounds palette.

    I need help with color pallette in iPhoto 11. I have created a book and would like to use a different color background than those given in "background." I have found the color palettes but can't seem to incorporate them into my backgrounds palette.

    That is not a feature of iPhoto - suggest to Apple - iPhoto Menu ==> provide iPhoto feedback.
    Additionally I have no idea what you are saying here
    I have found the color palettes but can't seem to incorporate them into my backgrounds palette.
    And it always helps for you to dientify the version of iPhoto that you are using
    LN

  • Need help with color settings

    I am printing from InDesign CS2 to a Lanier LD 335c multifunction color printer.  The colors do not match what is on the pc, and the image quality is grainy.  Unfortunately this is a network printer so I do not have access to make changes to the printer settings.  I have played with the color management settings in InDesign, the printer driver settings on the pc and everything else I can think of.  The technician has come out to look at it, replaced parts and recalibrated the machine, but nothing has changed.
    Does anyone have any suggestions?  I am ready to give up.
    Thanks!

    Hi,
    Actually this is described in the documentation, here (follow the links): http://help.sap.com/saphelp_nw2004s/helpdata/EN/80/e8eb40c4f8712ae10000000a155106/frameset.htm.
    Alas, Push-buttons do not seem to be possible.
    Regards, Gerd Rother

  • Need help with Color Matrix Filter.

    need help. still can't find the answer. thanks in advance!

    Darin.K wrote:
    Yes there are two bugs, I found the other one first but figured if you fixed the result the other would be obvious.  This is homework so only a hint:
    look at what happens (and does not happen) to pixel. 
    the first bug was that i had to use the 'result[][]' array instead of the 'image[][]' array in my last loop, right?
    the 2nd bug I really can't find :s been lookin at it for almost an hour now and trying new stuff but nothing works, 
    first i thought i had to put this line " result[x][y] = min(max(int((factor2 * pixel) + bias2), 0), 255);"  inside the for loop above but that didn't fix my problem,
    maybe the problem is in my 'imageX' and 'imageY' variable, i don't know? any more tips?
    I'm sorry for being such a newb but programming isn't my strongest quality.
    cedhoc wrote:
    Just one more advice:
    Look at the format of the "image" array. The way how to use the values from this array depends on the "image depth" parameter. 
    In your case, because the image is 8bit, you need to use the "colors" array containing the real RGB value.
    Look at the Help for the "Read BMP File VI", you should be able to properly handle your pixels from there.
     thanks for pointing that out for me, so I connect the 'totalpix' array with the 'colors' array from the image data instead of the 'image' array, that's correct right?

  • [Solved]Need help with backup-manager

    So I'm trying to set up backup-manager to make.. well, backups. Their wiki has been shut down thanks to spammers, and ours has no specific entry for backup-manager, so I will have to do it with its man page and the (well documented) config file. However, I still have some questions. Sorry in advance for the amount of questions and the length of the topic. I just wanted to get this clear in one go.
    First: I want to make a *full* system backup, so that I can restore my system in case of breakage without reinstalling. When I looked at creating backups in the past, I noticed some folders don't necessarily had to be backupped. What folders in / could I skip?
    Second: I chose the tarball backup format. Would it then be safe to comment out all the other variables (for tarbal-incremental/mySQL) backups?
    Third: Now there were some parts of the config file that I didn't understand. I hope you can explain some of those parts to me.
    # Number of days we have to keep an archive (Time To Live)
    export BM_ARCHIVE_TTL="5"
    That means the archive it creates will be removed after 5 days - but what if I copy it to my external hard disk? I don't think it will delete it then, so would it be safe to comment this out - or what will it do if I just keep it this way?
    # At which frequency will you build your archives?
    # You can choose either "daily" or "hourly".
    # This should match your CRON configuration.
    export BM_ARCHIVE_FREQUENCY="daily"
    I either want to make a backup when I want to, or weekly - not hourly or daily. Is this possible with backup-manager?
    # Do you want to purge only the top-level directory or all
    # directories under BM_REPOSITORY_ROOT?
    export BM_REPOSITORY_RECURSIVEPURGE="false"
    I don't understand that option. Could you explain me what it will do? Info: BM_REPOSITORY_ROOT is set to my home folder. It's the place where the archives are stored.
    # Do you want to replace duplicates by symlinks?
    # (archive-DAY is a duplicate of archive-(DAY - 1) if they
    # are both the same according to MD5 hashes).
    export BM_ARCHIVE_PURGEDUPS="true"
    Will this harm anything in my system?
    # Do you want to dereference the files pointed by symlinks ?
    # enter true or false (true can lead to huge archives, be careful).
    export BM_TARBALL_DUMPSYMLINKS="false"
    This would 'destroy' all symlinks, no? I'm going to keep this at false, but I would like to know.
    Last edited by Unia (2011-08-29 18:19:37)

    Tried to do a selective upgrade & broke something this morning so I tried restoring my CompleteRaid0 backup, worked like a charm.
    This is the latest backup script I'm using:
    #!/bin/sh
    # Little script to tar up the important root folders.
    # To untar, use:
    # tar -xvpzf /path/to/backup/<date>-backup.tar.gz -C </path/to/root>
    echo "Do you want to clear pacman's cache before tarring up the root folder? This will save time in both the tar- and untar process."
    echo -n "(y|N) > "
    read a
    if [[ "$a" = "n" ]] || [[ "$a" = "N" ]] || [[ "$a" = "" ]]; then
    echo "Pacman's cache will not be cleared."
    else
    echo "Pacman's cache will be cleared now, please wait..."
    pacman -Scc --noconfirm
    echo "Pacman's cache succesfully cleared. Continuing now..."
    sleep 2s
    fi
    DATE=`date +%m%d-%H%M%S`
    CB=CompleteRaid0-$DATE.tar.gz
    NB=FreshInstall-$DATE.tar.gz
    echo "********************************************************************************"
    echo "Proceeding with Fresh Install backup $NB."
    echo "********************************************************************************"
    sleep 5
    cd /
    tar -cvpzf $NB --one-file-system \
    /boot \
    --exclude=/$NB \
    --exclude=/dev \
    --exclude=/etc/fstab \
    --exclude=/home \
    --exclude=/lost+found \
    --exclude=/media \
    --exclude=/mnt \
    --exclude=/proc \
    --exclude=/root \
    --exclude=/sys \
    --exclude=/tmp \
    mv $NB /home/chuck/Backups/
    echo "********************************************************************************"
    echo "Sleeping for 10 seconds."
    echo "Proceeding with complete backup $CB."
    echo "********************************************************************************"
    sleep 5
    tar -cvpzf $CB --one-file-system \
    /boot \
    --exclude=/$CB \
    --exclude=/tmp \
    --exclude=/mnt \
    mv $CB /home/chuck/Backups/
    echo "********************************************************************************"
    echo "Backups Complete"
    echo "********************************************************************************"
    sleep 10
    exit 0
    Restored it with this:
    #!/bin/sh
    # To untar, use:
    # tar -xvpzf /path/to/backup/<date>-backup.tar.gz -C </path/to/root>
    tar -xvpzf /home/chuck/Backups/now.tar.gz -C /
    mkdir /proc \
    /lost+found \
    /sys \
    /mnt \
    /media \
    /mnt/bind/Downloads \
    /mnt/bind/Pictures \
    /mnt/bind/Maintenance \
    /mnt/bind/Music \
    /mnt/bind/Backups
    exit 0
    Of course the directories already existed so that part was unnecessary & only needed if I had restored onto a fresh installation.

  • Need help with Color Profiles between Photoshop and iPhoto

    Hey guys, I'm a photographer and have always used Photoshop in comination with iPhoto. I am having great difficulty lately with color profiles randomly changing within albums of pictures. I need all of my images to be in sRGB, but some somehow end up in Adobe RGB. It seems to happen at random. Apple seems to think it's an Adobe problem. Adobe isn't sure what to do. Anybody aware of any known issues between CS5 and iPhoto using OS 10.8.4 with regard to color profiles and how to fix them?

    SRiegel schrieb:
    I don't know inkscape, but this article seems to indicate that is will support cmyk.
    The article also says you need Scribus to then further process the SVG file.
    @shaunamm You need to open the SVGin Illustrator, not place it. But I doubt that you will be able to get the effects in Illustrator.

  • Need help with color between LR and PS and from PS to desktop

    Trouble with PS5 and LR4... when I go to "edit in Photoshop" from Lr... it opens and doesn't match the image in LR (colors)... same goes when saving edited image back to LR... also, when Saving from PS to desktop, it looks terrible unless I "Save for internet" ... how can I get this to all match? Both are selected SRGB

    If there is a difference between Lightroom and Photoshop that is in almost all cases an indication of a bad monitor profile. (a more remote possibility is the video card driver, specifically OpenGL, which would affect Photoshop only).
    The conversion from source to monitor profile should yield identical results if the monitor profile is good. But since the source color space is different, one conversion may go bad but not the other. It also happens that applications simply react differently to bad profiles.
    The Windows desktop is not color managed and a difference is expected.

  • Need help with color depth on Ultra 5 (solaris 8)

    I have always run Solaris on older equipment, and now I have a machine which is "new" to me, an Ultra 5. xdpyinfo tells me that this machine can do 24bpp color, but so far I haven't been able to figure out how to get the X server to come up in 24-bit mode. (Yes I rtfm'ed but I haven't found it yet.)
    Since this is a used machine, I only have the Solaris cdroms, etc. (this is for 2.8 beta-01/01, btw), but not the simple docs which came with it. I didn't find it (surprizingly) in answerbook.
    Please help if you know how to solve this one. Thanks

    Hi, <br><br>
    There's two things you have to do.<br>
    First, you need to use the frame buffer configuration utility<br>
    called fbconfig to configure the video card.<br><br>
    Then, you need to copy /usr/dt/config/Xservers in <br>
    /etc/dt/config/Xservers and edit the file to tell the X<br>
    server what color depth to use.<br><br>
    For example my copy of the Xservers file, configured for<br>
    a standard 8-bit frame buffer on /dev/fb1 and a 24-bit frame<br>
    buffer on /dev/fb0, contains the following line:<br>
    <pre>
    :0 Local local_uid@console root /usr/openwin/bin/Xsun -core -logo -dev /dev/fb0 defdepth 24 -dev /dev/fb1 left
    </pre>
    Be sure to check the man pages for fbconfig(1M) and Xsun(1).<br><br>
    Hope this helps.<br>
    <br>
    Caryl Takvorian<br>
    Sun Developer Technical Support

  • Newbie needs help with color profiles

    somewhat new to digital photography and send most of my stuff to local lab (Costco) when needing to print. I have a mac, with Leopard, and use Lightroom to export to jpgs and upload to the lab site.
    Simple enough, but I noticed their site had the icc's available to download. My intent is for lightroom to rendor and export the photos the way their lab will print them.
    Why bother to really develop the picture to my liking if it is just going to print differently.
    I dont use PS and not sure how I can, if at all, utilize the color profiles the lab provides in LR.
    Sorry if I am not making sense, any and all help is appreciated from you really smart people:)
    Thanks

    See http://lagemaat.blogspot.com/2007/12/mildly-lightroom-workflow-for-printing.html
    You can now also use the
    LR/mogrify plugin to convert to any profile you want. Much quicker than the photoshop route.
    Note that there is no reason to do this if you do not hardware calibrate your monitor. Otherwise sending them sRGB is more than good enough. On a Mac, make absolutely sure that you at least software calibrate your monitor. See http://www.computer-darkroom.com/colorsync-display/colorsync_1.htm
    Doing this will already improve it quite a bit, but there is no substitute for hardware calibration.

  • Needing Help with color setting for Photoshop 4 + imac

    Hi, Is anyone able to assist me please.  To cut a long story short.  i have had to reinstall my original software onto my Imac as when i put on Snow leopard it was just slowing down Photoshop 4 and would keep crashing.  So my problem is .... I had some prints printed today at Fuji and the prints have come back dark and just not up to scratch.  I know that it is not Fuji, but my settings.  I had someone set up my imac and Photoshop last time, but this time i will have to do myself and i just don't know what to set them at. Can anyone help please.  Not sure if you need this info but i am in New Zealand.  many thanks in advance.

    Being in the business of printing other people's image files, I can say without any doubt that the advent of digital image processing has definitely muddied the waters to a much greater extent than was the case when printing negaive film.  I'm also a shooter, and have been using such programs for many years, so I can understand the desire to manipulate your files before sending them to the lab. Color negatives never had "Profiles" attached to them.  If the proper film was used for the lighting conditions, it was simply up to the lab to make sure the resulting print was in balance, both in color and density.  It was also the lab's responsibility to maintain a degree of quality control that would make all of the above possible and repeatable.  I have to agree with the other response to your question.  Whether or not you have an embidded a profile, it's always the job of the printer to make sure the final print is up to a certain standard of quality.  If that is not the case, find another printer.  Unless you have indicated that your files should be printed without any corrections, the oweness belongs to the lab/printer.  I do have a few customers whose work I can print with very few corrections, due to the fact that they have calibrated their displays and have a very tight workflow.  However, the vast majority of files that I print require a considerable degree of correction, that's my job.  It's also the job of your lab/printer and if they are nor satisfying your needs you have to find someone who does.  I have printed many files that have no profile embidded and I simply convert them to my working color space(Adobe RGB 1998).  If you are concerned about doing color settings, this is the obvious place to start.  Create a custom space and make sure your working color is set to Adobe RGB 1998, not sRGB.  Adobe RGB 1998 is a considerably larger color space with a wider gamut and will allow for more choices and a wider range when it comes to processing the image.  Pro Photo RGB is an even larger color space, but one that is seldom used at this time.  I suspect it will become more popular in the fairly near future, as other technologies continue to push the color gamut envelope.
    So, I guess the gist of all of this is that you need to either have your lab/printer redo the dark prints, or find someone who knows how to print.  And equally important, someone who cares about your work as much as yo do.
    I am attaching a screen shot of my color settings and I would suggest this might be a good place to start.
    Gary

  • I need help with color correction (im not sure if what i want its called color correction but i bring examples)

    ok thanks for reading me, im an amateur guy who wants to edit his videos in order to have that look like tv show or cinematic, i dont want just the 2 seconds curves tutorial to improve videos, y want something more like these videos
    https://vimeo.com/48655453
    Buildings & Vampires on Vimeo    (second 30)
    A-Trak & Tommy Trash’s Tuna Melt | The Kid Should See This  (1:32) (and also all the video but more like what i want in 1:32)
    i dont know how to say it but theres a way to make blur and lights way better and i see it in a lot of videos, i can just think of this examples for now but maybe you get it, sorry for my english, hope you can help me

    I would like to direct you to THIS video:
    Behind the Scenes: A-Trak & Tommy Trash - Tuna Melt on Vimeo
    Look at how many people are involved in the shoot.  Look at all the professionals from various disciplines.  Look at all the rehearsal.  Look at all the painstaking attention to detail.  Look at all the professional equipment they used.
    Yes, I looked at the shot at 1:32 in the video they made.  They used a Steadicam to stabilize the camera going up the stairs.  They used gels on the window to reduce the light intensity and help correct the color temperature.  The interior spaces of the upstairs and downstairs have also been lit to avoid irising problems.  They didn't rely on mere chance.
    Did you also notice the subtle cuts at 00:38 and 1:54?   That video was not shot in one take, and that's a fact.  And before they even got to the step of color grading, they KNEW they had good video to work with because they had the professional experience to attain it.

  • Need help with color tints not finding t-slider can you help?

    can someone help i'm going bonkers trying to get the tints and colors working
    i checked the online help on how to make a color tint.
    but the solution tells me if i don't have the "t-slider" make sure the color is checked
    as global then go to show options
    but this is not helping. i still don't see what i need to make a tint.
    i really wish the way to make this work was more like indesign.
    please help.
    thank you
    Message was edited by: [email protected]

    You need to make the color a swatch first. Then double click the swatch and check the Global box.

  • Help with color management ...

    Hi,
    I have a brand new canon 5D MKII, brand new Canon ipf6100 and brand new Lightroom 3 running on brand new Win7/64. Can anyone currently using this combo please tell me what camera and printer color space you're using with happy results and whether you are using 8 or 16 bit processing? I'm getting that magenta cast probably from driver and lightroom conflicts. I'm using 24" rolls of "Satin" 300 Gsm (heavyweight)  but since Canon are up to their old tricks of using different names for the same paper, I'm using the "Semi-Gloss" profile. TIA for any input whatsoever.
    Brian

    Hi,
    Yes, it's all Canon paper and ink.
    Brian

  • Need help with colors in iOS 7

    The whites of the OS are simply overpowering.  If I don't turn the brightness down to less than 15%, I get headaches from the whites.  But if I turn it down that low then I have to strain to make out everything else on the screen, which give me a different kind of headache. Searching for any relief, I even tried Invert Colors.  That helps greatly, but it inverts the colors in everything, not just the base OS.
    Is there any way at all to control the colors of the OS elements themselves?  Just being able to tone down the whites might allow me to use my iPad again. For that matter, can I simply roll back to iOS 6 and solve my vision problems that way?

    no to all.

Maybe you are looking for