crop tool glitch...

I've recently updated to Snow Leopard. Since then, when I go to crop an image in Photoshop CS4, as soon as I hit 'crop', the image shrinks really small on the screen and appears as a gray box that is similar. In the layers palette, my image disappeared, and 1 layer appears more like a screen transparent gray-like. What is glitch; something has been activated, which should not be?

Thank you!

You can see the clear button on the far right of this screenshot in the Panel options. If your screen doesn't look like this, you may have inadvertently closed the Panel options. You can get it by selecting options from the window menu. or you can reset the workspace while choosing window > workspace > Essentials. Once you need to return the options panel, select the crop tool and you should see the clear top button.

Another reason that you might not see the erase button is if you have already selected something to crop. The Panel options search a way when the tool is selected, but not yet used, then changes when you drew on a culture area. Claire appears when the tool is selected, but not yet exploited.

Tags: Photoshop

Similar Questions

  • CROP tool? On Acrobat Reader DC 2015

    Hello! I'm trying to crop PDF figures to minimize white-rhythm by the terms of a research journal submission. I can't find the tool, even when I followed the instructions online. I have the latest version of the crop tool has been removed? Or where is it hidden?

    My version features two main tabs: 'Home' and 'tools '. I can't see harvest in the tab 'Tools', only other supplements essentially ask I improve and begin to pay every month. It has a little search directory and 'culture' of the results of 0 hits.

    So when I go to 'View' and select 'Tools', I only have the option 'Commentary' and 'fill & Sign '.

    Thank you

    Cassandra

    He was never a crop tool in Acrobat Reader or Adobe Reader, any version. When we look to control the software mentioned carefully: if it mentions the crop tool on Acrobat Pro, Acrobat Standard, or Acrobat just tonight. But no drive. It is only paid for the software.

  • PS crop tool does not

    PS using the results of the crop tool in image shaded with a small square with a red outline in the middle. Have had no luck in restoring preferences. Not very useful Adobe video.

    Hello

    Make sure that you do not have a selected preset and no value is set in the areas of L/H.

    Stone

  • perspective crop tool does not the

    All of a sudden my perspective crop tool no longer works. So use it and pressing on enter to run, opens a window with 'treatment', and the green bar of treatment is not more than third. Wait another 10 minutes is not going anywhere, and the program is just stuck. I can't leave or cancel, the only way out to restart the computer. I cleaned the RAM and made room on my hard drive. All other orders are fine. What can this be?

    BS

    Claire on the 'resolution' in the options bar. You have probably set it to the cadence of the file size huge pixels.

  • Photoshop - stuck on a pixel crop tool?

    For some reason, I have problems with the Photoshop crop tool. No matter what I try, I am only able to crop an image to a report of the square of 1px. I tried to restart and it did not help to solve the problem.

    Darren Hayward

    [delete personal info, political forum]

    Please post a screenshot of PS whole crop tool window. There are option boxes upstairs you you have something selected and registered. There is also a button 'clear '. Hit that and test.

  • Why crop tool is my black screen?

    For the past 10 years or so to use Photoshop, when I activate the crop tool, I am able to see the picture while I'm cropping, which is of course as it should.

    Then I reinstalled PS a few months ago and ever since that date, more often than otherwise, when I activate the crop tool it blackens the entire screen so I have to guess how I'm trying to trim.  but sometimes the crop tool will work properly and I would like to see the image that I am cropping cropping!  Crazy, right?

    Using CS 6 on Mac OS 10.11.3

    Harvest toolbar options:

    In the color field, select custom and choose a color

    In the opacity field adjust % yourself

  • Select the crop tool, and then select a ratio (based on the name of the file)

    I have a lot of files that when I their culture that they need a specific report. Currently, they are stored in the tool.

    I wish I could make a shortcut so that it selects the crop tool and the report to the file name. I can understand the file name information.

    i.e. Fr10 = a 2:3 Ratio

    or

    20 = 3:4

    There is no need to crop the image simply select the tool.

    I found this to select the tool

    The beginning is the same.

    if (app.documents.length > 0) {
        var myDocument = activeDocument;
        var fileNameNoExtension = myDocument.name;
        
      fileNameNoExtension = fileNameNoExtension.split( "." );
        
      if ( fileNameNoExtension.length > 1 ) {
          fileNameNoExtension.length--;
        }
    
        fileNameNoExtension = fileNameNoExtension.join(".");
        
        var BrandString = fileNameNoExtension.substr(0,4);
      
      }
    if (/^(FR10|WA35)$/.exec(BrandString)){
        var the_x_Ratio =2
        var the_y_Ratio =3
        }
    

    2016, use it at your own risk.

    #target photoshop

    If (app.documents.length > 0) {}

    myDocument var = app.activeDocument;

    var originalRulerUnits = app.preferences.rulerUnits;

    app.preferences.rulerUnits = Units.PIXELS;

    var width = myDocument.width;

    var height = myDocument.height;

    var rel = 1;

    If (myDocument.name.indexOf ("AB10")! = - 1) {var rel = 0,666};

    If (myDocument.name.indexOf ("CD10")! = - 1) {var rel = 0.75};

    If (myDocument.name.indexOf ("EF10")! = - 1) {var rel = 0.8};

    If (myDocument.name.indexOf ("CH10")! = - 1) {var rel = 0,833};

    try {}

    // =======================================================

    var idCrop = charIDToTypeID ('Crop');

    var desc3 = new ActionDescriptor();

    idT var = charIDToTypeID ("T");

    var desc4 = new ActionDescriptor();

    var idTop = charIDToTypeID ('Top');

    var idPxl = charIDToTypeID ("#Pxl");

    Desc4.putUnitDouble (idTop, idPxl, 0);

    var idLeft = charIDToTypeID ("Left");

    var idPxl = charIDToTypeID ("#Pxl");

    Desc4.putUnitDouble (idLeft, idPxl, (width - height * rel) / 2);

    var idBtom = charIDToTypeID ("Btom");

    var idPxl = charIDToTypeID ("#Pxl");

    Desc4.putUnitDouble (idBtom, idPxl, height);

    var idRght = charIDToTypeID ('Rght');

    var idPxl = charIDToTypeID ("#Pxl");

    Desc4.putUnitDouble (idRght, idPxl, (width - height * rel) / 2 + height * rel);

    var idRctn = charIDToTypeID ("Rctn");

    Desc3.putObject (idRctn, idT, desc4);

    var idAngl = charIDToTypeID ("Marko");

    Bryan var = charIDToTypeID ("#Ang");

    Desc3.putUnitDouble (idAngl, Bryan, 0.000000);

    var idDlt = charIDToTypeID ("Dlt");

    Desc3.putBoolean (idDlt, false);

    var idcropAspectRatioModeKey = stringIDToTypeID ("cropAspectRatioModeKey");

    var idcropAspectRatioModeClass = stringIDToTypeID ("cropAspectRatioModeClass");

    var idpureAspectRatio = stringIDToTypeID ("pureAspectRatio");

    Desc3.putEnumerated (idcropAspectRatioModeKey, idcropAspectRatioModeClass, idpureAspectRatio);

    var idCnsP = charIDToTypeID ("CnsP");

    Desc3.putBoolean (idCnsP, true);

    executeAction (idCrop, desc3, DialogModes.ALL);

    } catch (e) {};

    //

    app.preferences.rulerUnits = originalRulerUnits;

    };

    Edit: Using the indexOf can be problematic and if-clauses are inelegant, then a switch clause would be probably better.

  • Problem with Lightroom 5 crop tool

    I had to reinstall Lightroom 5 because of a computer crash, and now the crop tool does not work.  Whenever I go to crops, the tool uses by default the tool 'Angle', and I can not culture.  Help, please.

    Click on the tool icon Aspect (just to the left of the word Aspect)

  • Automatically detect orientation using the crop tool

    Hello, according to my knowledge the crop tool in CS6 automatically detect whether the image was a picture of format portrait or landscape photo format. I now use the trial of CC, but in this version, I can't find this option. When I now open a portrait-format photo cropping tool remembers the last harvest-setting. If it was a portrait-ratio is not a problem, but when I cropped photo landscape format I have to manually change the orientation from landscape to portrait.

    Anyone who can help me with this? Or has this feature disappearted in CC?

    Note that in your Options Panel in the upper part, you have 3:2 (4:6). To the left of that, right click on the crop tool icon and select Reset tool as in the screenshot, I sent earlier. This will change the options of the report tool that you see in my screenshot.

    Once you have reset the cropping tool, send a new screenshot of the Options Panel.

  • whenever I use the crop tool, lightroom crashes and I have to restart. I'm using Lightroom CC 2015

    Whenever I use the crop tool, lightroom crashes and I have to restart. IM using a PC, with Lightroom CC 2015

    Hi Egorbey,

    If the solution above Tanuj helps, you can read the troubleshooting section of this document for additional ideas and possible solutions in the long term:

    Adobe Lightroom GPU troubleshooting and FAQ

    In particular, consider trying to update your graphics drivers.

    Mike

  • crop tool missing, reason why you have a tutorial to help me use the crop tool, and there is no crop tool?

    So, where's the crop tool?  Nowhere to be seen.  And you still have a tutorial that says to use the crop tool, but if the obsolete tutorials, then why you always the same tutorial?


    This tutorial - How to use Photoshop like a photo editor | Tutorials Photoshop Adobe CC - -9174 https://images-tv.adobe.com/avp/vr/ebed59ee-4453-4fbb-b9a9-e3f690f4772f/3e32511b-295c-4ca5-cc6d5cb4e8e9/d40f3d6e-6 a...

    Here's a preview of my new Photo shop, I uploaded 4 days ago, it's your last version... look around, there's No crop tool.

    No crop tool.png

    lamptree wrote:

    No, Pierre, already tried and did not work.  However later

    I found it and it works:

    From the top to the left, press 'Edit' - 'Toolbar' - 'Restore Defaults' - and 'Done '.   This will reset all the tools at the appropriate position and the  "crop tool" re - appears where it is supposed to and the   "corrector".

    Yes.  It's exactly what I told you in the _identical_ of _other_ thread that you started with this question.  It's just one of the reasons why it isn't a good idea to start multiple threads.  I locked this thread, but one of the other moderators of the forum has been deleted.

  • There is no crop tool in your first tutorial...

    There is no crop on this tutorial tool to...  How to use Photoshop like a photo editor | Tutorials Photoshop Adobe CC- -9174 https://images-tv.adobe.com/avp/vr/ebed59ee-4453-4fbb-b9a9-e3f690f4772f/3e32511b-295c-4ca5-cc6d5cb4e8e9/d40f3d6e-6 a...

    It seems that your tutorial is obsolete... So where can I find a tool of 'culture' so I can crop the photo of "Norway"?

    KJerryK wrote:

    Click on the three dots and you should see the crop tool

    And choose edit toolbar, followed by restore the toolbar.

  • crop tool is missing

    IK zie geen croptool (uitsnijgereedschap) bij mijn gereedschap Haag in ook als ik C tik komt hij niet tevoorschijn.

    Says een doing in mijn versie van creative cloud die ik heb ik kan geinstaleerd great said wrong anders vinden?

    Ton of Bruijn wrote:

    I see no croptool (cutting tool) to my tools, and also when I type the C it will not appear.

    Is this a mistake in my version of creative cloud that yesterday I installed or can I find it anywhere else?

    Microsoft® translator translator

    The crop tool should be behind the crop Perspective tool described below.  However, with the latest update, you can change the toolbar. Click on the three dots at the bottom of the toolbar, and choose Edit.  If you drag the crop tool above the crop to the Perspective tool, normal crop tool will be the default and be the first response to the C shortcut.  You can use SHIFT C to switch between agricultural tools.

  • Crop tool does not work

    On photoshop cc 2015.

    The crop tool gives me this message after trying to use it:

    Screen Shot 2016-01-29 at 09.15.42.png

    Nothing works to solve this problem.

    Any solution?

    Hey, thanks for responding.

    The reset tool worked for me.

    My problam missing files because of the bookhouse cc on photoshop, I from a file and the cloud doing problams.

    I just found the missing file and the resterized it.

  • Once I turn on the crop tool in ps, how can I disable it?

    Once I turn on the crop tool in PS how do I turn it off?

    Hi ramjack,

    You can either press the ESC key, or you can select any other toolbar or press the v key tool to select the tool move.

    Kind regards

    Claes

Maybe you are looking for

  • How return you default return updated the 'save attachments' to be able to print the attachments without saving first?

    My client says that its installation of Thunderbird has enabled by default for attachments .pdf open and print the attachment without having to 'save' the attachment first. By mistake, my client has chosen to change the default to 'save' the attachme

  • Tecra 8100 - led flashing light

    LED on my Tecra 8100 6 flashes, then turns off then 2. I used this morning on battery until he died and then plugged in, no battery light is lit and used to power up. Anyone has any idea what it could be? Thank you

  • A satellite - Webcam driver open failed

    "Webcan driver open fail. "Please restart camera or computer"-this error message appears when I try to open or to use my integrated webcam.I am running windows vista. The webcam worked fine for the last 12 months.I tried to reinstall the driver softw

  • I need remove the guide of the Satellite 1800-100

    HelloMy laptop Toshiba S1800-100 need battery replaced CMOS, I am wary of die battery because today I discovered that the time of Windows is back about 15 days today, however my laptop has no battery, battery died and only the AC power feeds but it w

  • Programs Windows Pro and XP

    I am currently running Windows 7 family premium and need to run a DOS program that does not work with the 64-bit processor.  Someone said Windows 7 Professional will this solve my problem. Are there additional fees for XP mode?  XP mode works on vers