Converting from indexed color to grayscale no longer works in CS4

I have a number of files to convert from indexed colors to grayscale. Did some but clicked "don't show me again" box on the Discard Colors warning. Now I can't make the conversion. Everything looks fine, but when I close file, then reopen, it's reverted to indexed colors - restarting Photoshop or the computer doesn't help.
I'd appreciate any help....Thanks, Grant

Grant,
All your contact information is posted to the web. These forums are crawled by bots harvesting info.
I don't think you want additional junk mail, unsolicited phone call scams, and possible attempts to crack your website, do you?
People here recommend not to post contact info. Perhaps a forum moderator can remove your personal info, but you might be able to edit your post yourself.
GIF only uses indexed color mode, So if you want your files to NOT be in the Indexed Color mode you need to save them as another file format like .png or .jpg

Similar Messages

  • How can i open the "Convert to Indexed Color" dialog with custom presets?

    Hi,
    I need to automatically open the "Convert to Indexed Colors" dialog in Photoshop. Before and after that i have some scripts running so its not possible to open the dialog manually. Also i want to set some custom presets (like number of colors etc.).
    Found something similar to what i want for the Color Range selection (opens the dialog with the presets you put in):
    function colorrange(enabled, withDialog, fuzziness) {
        if (enabled != undefined && !enabled)
          return;
        var dialogMode = (withDialog ? DialogModes.ALL : DialogModes.NO);
        var desc1 = new ActionDescriptor();
        desc1.putInteger(app.charIDToTypeID('Fzns'),fuzziness);
        var desc2 = new ActionDescriptor();
        desc2.putDouble(app.charIDToTypeID('Lmnc'), 31.22);
        desc2.putDouble(app.stringIDToTypeID("a"), 0.86);
        desc2.putDouble(app.stringIDToTypeID("b"), 0.31);
        desc1.putObject(app.charIDToTypeID('Mnm '), app.charIDToTypeID('LbCl'), desc2);
        var desc3 = new ActionDescriptor();
        desc3.putDouble(app.charIDToTypeID('Lmnc'), 95.34);
        desc3.putDouble(app.stringIDToTypeID("a"), 54.59);
        desc3.putDouble(app.stringIDToTypeID("b"), 49.85);
        desc1.putObject(app.charIDToTypeID('Mxm '), app.charIDToTypeID('LbCl'), desc3);
        desc1.putInteger(app.stringIDToTypeID("colorModel"), 0);
        var desc4 = new ActionDescriptor();
        var desc4 = executeAction(app.stringIDToTypeID('colorRange'), desc1, dialogMode);
    How can i achieve the same for the indexed color conversion dialog? Apart from doing a lot of guessing regarding the stringIDs.
    Is there some kind of "lookup table" for char and string IDs?
    Thank you guys in advance! This forum has been a great help many times.

    Ok never mind i got it, stupid me.
    Recorded it with Script Listener and changed the "DialogMode" parameter of the executeAction function from "DialogModes.No" to "DialogModes.All".
    var idCnvM = charIDToTypeID( "CnvM" );
                var desc249 = new ActionDescriptor();
                var idT = charIDToTypeID( "T  " );
                    var desc250 = new ActionDescriptor();
                    var idPlt = charIDToTypeID( "Plt " );
                    var idClrP = charIDToTypeID( "ClrP" );
                    var idSele = charIDToTypeID( "Sele" );
                    desc250.putEnumerated( idPlt, idClrP, idSele );
                    var idClrs = charIDToTypeID( "Clrs" );
                    desc250.putInteger( idClrs, 4 );
                    var idFrcC = charIDToTypeID( "FrcC" );
                    var idFrcC = charIDToTypeID( "FrcC" );
                    var idNone = charIDToTypeID( "None" );
                    desc250.putEnumerated( idFrcC, idFrcC, idNone );
                    var idTrns = charIDToTypeID( "Trns" );
                    desc250.putBoolean( idTrns, false );
                    var idDthr = charIDToTypeID( "Dthr" );
                    var idDthr = charIDToTypeID( "Dthr" );
                    var idDfsn = charIDToTypeID( "Dfsn" );
                    desc250.putEnumerated( idDthr, idDthr, idDfsn );
                    var idDthA = charIDToTypeID( "DthA" );
                    desc250.putInteger( idDthA, 75 );
                var idIndC = charIDToTypeID( "IndC" );
                desc249.putObject( idT, idIndC, desc250 );
            executeAction( idCnvM, desc249, DialogModes.ALL ); //Change from NO to ALL

  • How can i retrieve music, videos & films i have on my itunes from an old pc that no longer works?

    How can i retrieve music, videos & films i have on my itunes from an old pc that no longer works?
    I'm going to see if Currys can remove all info from my hard drive and hopefully recover my itunes, but if this does not work is there another way to get them?

    The computer not working in no way means the drive is inaccessible.
    Place the drive in an external enclosure.
    Use the backup of the computer to restore the data to the new computer.
    Downloading past purchases from iTunes

  • Convert from spot color to custom CMYK value in Applescript

    I thought this would be very simple and it's not apparently. I am trying to convert a spot color into a custom CMYK value. Basically:
    tell application "Adobe Illustrator"
              set theList to every path item of current document
              repeat with k from 1 to count of theList
                        if fill color of item k of theList = {name:"Dark Green"} then
                                  set fill color of item k of theList to {cyan:0.0, magenta:100.0, yellow:0.0, black:0.0}
                        end if
              end repeat
    end tell
    But this script obviously doesn't work. From what I can tell, the fill color simply returns the tint of the item, not the name of it. I can't find anything that returns the name of a spot color so I can set the correct corresponding color. In the above example, I made the color obviously changed so I could visually see the result.
    Any advice would be greatly appreciated! I'm a first time poster here.
    Thanks!

    tell application "Adobe Illustrator"
              tell current document
                        set theList to every path item
                        set sw to every swatch
                        repeat with i from 1 to count of sw
                                  set swname to name of item i of sw
                                  if swname = "Dark Green" then
                                            set swco to color of item i of sw
                                            repeat with k from (count of theList) to 1 by -1
                                                      set co to fill color of item k of theList
                                                      if swco = co then
                                                                set fill color of item k of theList to {cyan:0.0, magenta:100.0, yellow:0.0, black:0.0}
                                                      end if
                                            end repeat
                                  end if
                        end repeat
              end tell
    end tell

  • Export layers to files change from index color?

    Hello, can someone tell me how to change it where when I run the Export files to layers script in CS4 my pngs are saved as RGB instead of index color?  My original PSD that I am running the script on is RGB and it's driving me crazy that it's saving my pngs as index!  Any help would be great!  Thanks!

    You are a lifesaver!  Thank you so much!

  • Upgraded from RH9 to RH11 Search No Longer Working

    Hello,
    Situation:
                   Upgraded several projects from RH9 to RH11
                   WebHelp Pro Output
                   RoboHelp Server 9
    Search no longer works for upgraded RH11 projects.  No matter the topic or keyword entered, results are zero.
    Search works on RH9 projects.
    I looked through forums for similar situations, I didn't find any for RH11.  Some solutions for RH10 said to verify the whfts file included all the xml packages and the RH11 output does.  Others had to do with settings in WebHelp but couldn't find anything specific to WebHelp Pro.
    Any ideas?
    Thanks,
    Julie

    Update...it seems the fact that I am publishing to RH Server 9 is the problem.  I received word from Adobe tech support:
    "We have fixed that issue and soon we are releasing the patch for RHS 9 to support RH 11."
    The expected patch is expected to be delivered by end of March 2014. 
    Thanks for all who helped. 

  • Keyboard shortcuts no longer work in CS4 and Leopard

    Got a new Mac Pro so the OS is Leopard, I had F-keys assigned to open menus etc., and they are no longer working, e.g., I had F 10 assigned to Image Size, now it turns the mute on and off.
    How do I get it back to the previous behavior?
    TIA,
    Geoff

    No doubt it's the new aluminum keyboard (which I love), that's tripping you up. There are a couple of ways to address it.
    Go into the Keyboard preferences and place a check for the
    i Use all F1, F2, etc. keys as standard function keys
    (i.e., the "old way")
    You can then assign different keys for system level control in Keyboard shortcuts tab.
    Alternatively, you can leave it unchecked - in PS, press and hold the
    b fn
    key (next to the home key), before using your standard F key shortcuts. The fn key is basically a temporary "toggle" to switch the focus between system and application. So, pressing fn before hitting F10 will not mute the system sound, but carry out whatever PS shortcut you have assigned.
    -phil

  • Convert from index file keywords to topic keywords

    I'd like to store keywords in the topics instead of having
    them in a central index file.
    For legacy help systems, is there a way of moving the
    keywords from the .HHK file into the .HTM topics?
    Thanks,
    Salan

    Hi Salan,
    I'm afraid I have some bad news for you: There is no
    automatic way to do this in RoboHelp. You have to do it by hand. I
    had a discussion about this with eHelp (back in Oct. 2003...). I
    could forward the email to you, if you wish. A quote:
    "We do have request 6390 submitted to our R&D department
    asking to address this issue. I created an inquiry under your
    record and tied it to this request. This way in the event that this
    is a addressed in a service release or next version you will be
    notified. "
    I guess this was with X3, but I never heard anything after
    that, and I doubt very much that the various new owners would have
    prioritized this issue.
    Anyway, if anyone else knows of an efficient way to do this,
    please post it, because this is STILL an issue for my team!
    Regards,
    Eileen

  • Hyperlinks from email, pdf and word no longer work to connect to that webpage, though they work in IE.

    I think I recently updated firefox, in any case, I do when requested. Just in the last few days, I can no longer make hyperlinks work from email, word or pdf documents. I have to cut and paste the url. I tried doing the reset under troubleshooting, but it did not work. I tried setting the network connection to auto detect, but that did not fix it either. As I can get hyperlinks to work with internet explorer, I assume it is something with firefox. I am not a particularly savy computer user, so clear instructions would be much appreciated. Thank you.

    Try to redo the default browser (i.e make IE the default and then let Firefox do it again).
    *http://kb.mozillazine.org/Default_browser
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work
    You can also check for problems with DDE.
    *http://kb.mozillazine.org/Windows_error_opening_Internet_shortcut_or_local_HTML_file_-_Firefox

  • Scanning directly from Acrobat XI Pro interface no longer working

    OS 10.10.2
    Acrobat XI Pro (latest version)
    Cannon PIXMA MX300 scanner/printer (also using its latest drivers and software)
    Up until recently, I was able to open Acrobat XI Pro and do a "create new document from scanner..." with no problem. Acrobat scanned in whatever I had on my platen and it was Acrobat's interface through which I controlled any scanning details I needed to change or manipulate. It no longer lets me do this. I'm sent all the way back to the scanner driver and I have to issue commands (including OK) through this driver interface in order to complete my scan making the whole workflow slow, clunky, and a big pain in the a.
    Cannon says that there is no newer scanner driver and that in fact, no driver from them is needed now as apparently what is "driving" the scanner now has been built into Apple's OS 10.10.2. yet that old driver window is still apparently being utilized either by Apple or by Adobe when I attempt to scan.
    Anyway, HOW DO I GET ACROBAT to behave like it used to - where I can scan from directly inside of Acrobat with just the various messages and whatnot of Acrobat to address?
    Yes, I reinstalled the "printer" and have only one single instance of a printer or scanner appearing in the list of choices so... ????!!!
    Help!
    L

    YEah - that was what I was thinking but was hoping maybe to find out I was wrong. Ugh. I will send feedback to Apple as seems just kind of unnecessarily "rude". I mean I could understand their insisting on handling the scanning action if I did not have Acrobat open but not if I have an application open I am already working in. It's just rude and causes the user more time and work.

  • Booting from disk or live CD no longer works from this mobo

    I think I'm screwed, but I'll post here in case someone has seen this exact problem.
    I turn this computer on and off every day. Yesterday I did not upgrade any packages. But when I tried this morning, I saw the Lilo screen and then:
    Loading arch
    BIOS data check successful
    Probing EDD (edd=off to disable)... ok
    early console in decompress_kernel
    Decompressing Linux... Parsing ELF... Performing reolcations... done.
    Booting the kernel.
    The initramfs hooks would not run no matter how long I waited. I then inserted a different hard drive where the bootloader installed was Grub, but it also could not load Arch. Resetting the BIOS did not fix this.
    I have tried inserting the two Arch Live CDs that I have (one official and one CTKArch). Neither of them can boot even though they have booted many times on this computer previously. The CTK one shows
    NMI watchdog disabled for cpu0: unable to create perf event: -95
    ERROR: Unable to locate IOAPIC for GSI 13
    ERROR: Unable to locate IOAPIC for GSI 8
    ERROR: Unable to locate IOAPIC for GSI 1
    ERROR: Unable to locate IOAPIC for GSI 12
    ERROR: Unable to locate IOAPIC for GSI 6
    The only thing that can boot is a Windows 7 PE disc I burned. If I transfer my hard drive to another computer, everything is fine.
    Do you think there's an actual transistor that broke on my old laptop? One that is crucial for booting Linux but not Windows? Does anyone have a clue what I might have to solder? The *very old* system is a Thinkpad a22m. The one dangerous thing I did yesterday was apply several patches to my video driver. However, they all seemed to work and it was a DDX, not a DRM.

    I would try running memtest, just in case.
    If you can boot windows then check the device manager and the error log in the administration console for any hint of hardware with problems. At the same time check the cpu temperature and see if it might be getting too hot.
    Check if the bios backup battery is ok, replacing it with a new battery would be ideal. From personal experience I'd say a bad battery can cause weird problems.
    There was a similar problem reported before but no solution posted [1], maybe you can try to contact the OP and see if you can find out what was the solution.
    [1] https://bbs.archlinux.org/viewtopic.php?id=111438

  • Shortcuts from Portal to SAP Txns no Longer Working Correctly with 7.20

    We are in the process of upgrading from SAPGUI 7.10 to 7.20.  I've noticed that when clicking on a shortcut to an SAP transaction from our SAP Portal, I'm getting a File Download popup asking Do you want to open or save this file?  There is a checkbox that says Always ask before opening this type of file.  If you uncheck that and click open, then the shortcut works.  If you don't uncheck that box, then it opens a text file. 
    Is this new popup a result of the new Security Module that comes with 7.20?  And, is there a way to either not get that popup or to automatically uncheck the Always ask...option?
    Thanks
    Andrea

    Hi Andrea,
    you can switch off those, IMO annoying, messages forever. I've got only a German SAP Logon pad, however, this should give you a hint where to find it:
    Logon Pad->Options->Security-Settings. On the upper right selection box, here it reads 'Status', you can select 'deactivated'.
    This should disable all futher pop-ups. You may have to restart SAP logon afterwards, please try it yourself.
    Michael

  • I have been using iPhoto on my MAC notebook to import photos from my camera.  It no longer works and says that the Image Capture on my computer is the issue.  Any ideas?

    I have been using iPhoto on my Mac notebook to import photos from my camera.  Now it doesn't work.  Says Image Capture is the problem.  Any ideas?
    pollyfromwi

    What is the exact error message?
    LN

  • Hp color laserjet 3550 no longer works in Tiger 10.4.11

    I received a used hp color laserjet 3550 a couple of years ago and it has worked quite well on my powerbook g4 running Tiger 10.4.11 until a couple of weeks ago. Now whenever I try to print, the print queue window shows the file, tries to open  the printer connection and then shows "jobs stopped." I tried numerous times clicking on the start jobs button, shutting off the  printer, pulling out and then  plugging in the usb cable (which always used to cure the problem), and restarting my computer, but I can't get the printer to print.
    I tried running my computer using Leopard, and lo and behold,  the printer works fine - even better than when I was using Tiger. Seems to be using a driver "hp color laserjet 1.4" in Tiger and "hp color laserjet 2.0" (or maybe 2.0..1) in Leopard. But I need to be able to use it in Tiger because some of the software I use every day is not compatible with Leopard.
    Does anyone have any idea how to get this working again?  I tried the hp installation disk - doesn't do anything. hp's website says that all the drivers are pre-installed in OSX, so there's nothing to download.
    I'd be happy  to get driver 1.4 working again, but I'd be even happier  if I could get driver 2.0 installed in Tiger.
    Thanks,
    Joe

    Thanks for the suggestion, BDAqua.
    I tried Safe Boot, I tried Repair Permissions, restarted and tried resetting the printing system.  Nothing worked.  One thing, though, is that before the printer setup automatically chose hp color laserjet 1.4, version 1.4.5 briefly flashed in the menu list.  I have no  idea where it found  that, but maybe the problem  is that 1.4 is not the correct driver.  There is no hp color laserjet 3550 in the list of drivers, and I have searched in vain for hp color laserjet 2.0. on both my Tiger system hd and  on  my Leopard system hd.  But 2.0 has got to  be on the Leopard hd because it works when I boot in Leopard.  This mystery is getting very frustrating. But there has to be a way to fix it because it used to work.

  • How can I deactivate indesign3 from an old desktop that no longer works?

    I bought a new laptop and need to deactivate indesign3 from my old desktop and install it on my new laptop. Please Help! Thanks

    You need to contact Adobe Support either by chat or via phone when you activation (or deactivation) issues.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

Maybe you are looking for

  • How to move an OEM grid control install?

    oem: 10.2.0.5 Redhat: 5 our oem server is going to be taken away and used for something else. we want to clone the oem install and move it. Reinstalling OEM on redhat 5 is difficult. It has to be done at the command line since 10.2.0.1 is not compati

  • Number of photos in file

    Seems like previous versions of LR (2. and lower) would display the total numer of photos in the the entire file structure beneath the file highlighted.  LR 3.0 and up appears to only display the number of photos in the highest level of the file stru

  • Crash during import of ts files

    hi ! my environment: win8 pro, 8gb ram, premiere cs6 my problem: i have an hard-disc videorecorder which records hd-movies in the usal sequenze of approx 1GB mpeg-ts files: AVC videostream, AC3 audio stream bitrate approx 10000 Kbps, 1920x1080, 25fps

  • Validate backup using RMAN

    Hi, This is a 9i RAC environment. RMAN is used to take the backup. The database is running fine and backup is taken using cron 3 times a week. There is no error messages generated when the backup is taken. However, in the alert log file I noticed tha

  • IWeb Error message when trying to publish site changes?

    The 'publish error' says, "Can't create the file "mwmac.png." The disk may be damaged or full, or you may not have sufficient access privileges." No idea what this means or why I got it. I've published successyfully before. I did add a new jpeg to my