Photoshop (cc) crop tool overly sharpens image after crop??

I have just noticed something really interesting and quite annoying about the photoshop cc crop tool.
It seems to slightly over sharpen an image after cropping. Does anyone know if there is a way to disable this?
I did the same crop with the same image in CS4 and looks fine. It's pretty nasty and makes images look very digital.
Has anyone else noticed this?
Thanks, Dan

This might have to do with a change that was made to the default resizing technique in Photoshop between CS4 and now.
Try this: Open the Preferences dialog box, and in the General panel, change Image Interpolation to "Bicubic (best for smooth gradients)". Then run the same preset.
If that change makes a Crop tool resize work like it did in CS4, then the reason you saw a change is because in more recent versions of Photoshop the default technique for resampling was changed to "Bicubic Automatic" which tries to pick the right algorithm based on whether you're resampling up or down. It applies to resizing in general (for example, transformations), and you're seeing it because a crop resulted in resampling.
You can test various settings there to see which one is best for your work.

Similar Messages

  • Preset crop tool not matching image size after crop.

    I am a labtech at a community college and look after 48 mac pros in which the students use the entire creative suite. (I only mention this becuase any answers need to consider variations in system settings or photoshop settings. college students get into everything!)
    But the issue is when you select the crop tool and enter a custom constraint and crop
    The image size is sometimes a full 2 inches off of what you set as a crop?! I havn't run into this before, so any help would be greatly appreciated.
    [I do know you can use the drop down box and use {size and resolution} but I want to know why it doesnt work under custom and unconstrained]
    Thank you again.
    -mason

    Looks  like you are just setting the aspect ratio. You need to enter units of measure (8 in X 9 in) to crop to a specific print size.

  • How to retrieve original RAW image after cropping and opening RAW file?

    Hi
    I have a Canon EOS 350D camera and now have PSE 9.  I have taken some RAW images & imported them into PSE 9 OK.  I know the original RAW image is retained after editing.  However, after cropping a RAW image in the Editor and then "Opening" and "Saving as" a PSD or JPEG, I then close the image in Editor and the cropped image appears in the Organiser.  That is as it should be, I think.  If I then wish to start again from scratch on the original RAW image, it seems to me that I have to manually delete the edited version and the .xmp file in Windows Explorer, and then double click the original RAW file in Windows Explorer, which then opens correctly in PSE 9 Editor.  Can this be done from PSE 9?

    When you open the original camera raw image, go to the flyout menu
    and choose Camera Raw Defaults, that resets everything but the crop, straighten,
    and rotatate settings.
    To get rid of the crop and/or straighten settings, click and hold on the crop tool and choose Clear Crop.
    To reset the Image rotation settings, you have manually rotate back using the image rotate buttons.
    MTSTUNER

  • How to restore image after cropping

    void cropLayer(PIActionDescriptor descPosition, int32 layerIndex, PIActionDescriptor  currLayer)
            // get "currLayer" layer bounds
           error = sPSActionDescriptor->GetFloat(descPosition, keyTop, &top);
           error = sPSActionDescriptor->GetFloat(descPosition, keyLeft, &left);
           error = sPSActionDescriptor->GetFloat(descPosition, keyBottom, &bottom);
           error = sPSActionDescriptor->GetFloat(descPosition, keyRight, &right);
          // Select area to crop "currLayer"
          error = sPSActionDescriptor->PutUnitFloat(desc0006D190, keyTop, unitPixels, top);
          error = sPSActionDescriptor->PutUnitFloat(desc0006D190, keyLeft, unitPixels, left);
          error = sPSActionDescriptor->PutUnitFloat(desc0006D190, keyBottom, unitPixels, bottom);
          error = sPSActionDescriptor->PutUnitFloat(desc0006D190, keyRight, unitPixels, right);
          error = sPSActionDescriptor->PutObject(desc0006D188, keyTo, classRectangle, desc0006D190);
          error = sPSActionControl->Play(&result, eventSet, desc0006D188, plugInDialogSilent);
         // crop "currLayey"
         error = sPSActionDescriptor->Make(&desc0006D388);
         error = sPSActionDescriptor->PutBoolean(desc0006D388, 'Dlt ', true);
         error = sPSActionControl->Play(&result1, eventCrop, desc0006D388, plugInDialogSilent);
         // export "currLayer" as PNG
        // restore "currLayer" as original?
    Hello,
    As above code, I am calling "cropLayer()" in a loop.
    After cropping a layer, image size is affecting for other layers and gives me error in layer bounds.
    Because, size is changed for other layer size after a current layer cropping.
    I need to reset/restore layer coordinates before cropping next layer.
    Also I tried with 'eventUndo' but can't generate code by listner. How does it possible ?

    Use CSS Disjointed Rollovers.
    http://alt-web.com/DEMOS/CSS-Disjointed-Image-Rollover.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-1.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-2.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-3.shtml
    Nancy O.
    THANK YOU NANCY It worked perfectly!
    THANKS GRAMPS!

  • Illustrator CS6 crashes every time when I try to use the type tool over an image. HELP!

    I've been working on several files for some package design. Every time I try to replace some text that happens to be sitting over a linked photo, illustrator freezes up and crashes. Every single time without fail, it fails.
    I tried to move the same piece of text off the artboard, modify it, and move it back, but it crashed even while off the board (and not on top of an image).
    What is causing this? Is there a fix?
    I'm running Windows 7, up to date on all software (windows & adobe included). Using Illustrator cs6, 64bit. I'm running on a new machine as well - though I was having this issue on another computer as well.

    Temporarily break the link to the image by renaming, then make your edit, then change the name back when done.
    Also open the image in photoshop, check over channels and paths for anything strange or unecessary, do a save as to same filename and replace, this may flush out any problem with the image.

  • How to upload the image after Cropping or rotation

    i have developed the applet for image rotation and cropping at the client side.i am able to do the all operation at client side but my problem is to how upload those file to server.please any one help me regarding this issue because i am new to java technology

    here by i posted my html page.here what actualy happening is first user selects the number of image to be upload.then i will create that much applet.here user will clicks on applet to select the image then he will do the all the operation.then user will clicks on submit to subit the image.here hidPath contains path information about the image but not the file ex (d:\image\image.jpg).if i submit this hidden variable to server i cannot get the file but i will get only the path info.but i know if i use <input type=file> then i can upload this image without any problem.so please go through this code and send me what all the necessary changes i have to make
    <HTML>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <P>Please Enter the Number of image you are going to submit
    <form name="frm">
    <INPUT id=text1 name=text1>   <INPUT id=Submit type=button value=Submit name=Click onclick='fun_app()'>
    </form>
    </BODY>
    </HTML>
    <SCRIPT LANGUAGE=javascript>
    <!--
    function fun_app()
         document.write("<html>");
         document.write("<body>");
         document.write("<form name='frm1' method='post' enctype='multipart/form-data'>");
              for(var i=1;i<=val;i++)
                   //     alert('<applet code="ImageUploadControl.class" archive="test.jar" width="400" height="430" viewAsText id=Applet'+i+'> <param name="imginit" value="DSC00983.JPG"></applet>');
                        document.write('<applet code="ImageUploadControl.class" archive="test.jar" width="445" height="430" viewAsText name=Applet'+i+'> <param name="imginit" value="sos-logo-xsmall.jpg"></applet>');
                        document.write("      ");
         document.write("<input type='hidden' name='hidPath' value=''>");
         document.write("<input type='button' name='btnSubmit' value='Submit' onclick='imgSubmit()'>");
         document.write("</form>");
         document.write("<SCRIPT LANGUAGE=javascript>");
         document.write("function imgSubmit()");
         document.write("{");
         document.write("var numApp=0;");
         for(var j=1;j<=val;j++)
              document.write("if(document.Applet"+j+".strPath()!='strNull')");
              document.write("{");
              document.write("if(document.frm1.hidPath.value=='')");
              document.write("document.frm1.hidPath.value=document.Applet"+j+".strPath();");
              document.write("else");
              document.write("{");
              document.write("document.frm1.hidPath.value=document.frm1.hidPath.value+'&&';");
              document.write("document.frm1.hidPath.value=document.frm1.hidPath.value+document.Applet"+j+".strPath();");
              document.write("}");
              document.write("}");
         document.write("document.frm1.action='https://blretd02/imageupload/upload/uploadim.aspx';");
         document.write("document.frm1.submit();");
         document.write("}");
         document.write("</SCRIPT>");
         document.write("</body>");
         document.write("</html>");
    //-->
    </SCRIPT>

  • Photoshop CC Crop tool moves paths

    Yet another issue I've found with Photoshop CC:
    When using the crop tool, it moves paths after confirming the crop. (crop from the left, paths are moved to the right).
    I'm on OSX 10.7, PS 14.0 x64
    See images for further explanation.

    It sounds like you're running into a known bug with Photoshop CC where if you have multiple subpaths on a single layer (or path), only the selected ones will be affected when you crop, resize, or rotate the image.
    The workaround for now is to make sure you select all the paths in the image before you resize, crop, or rotate. The easiest way to do this is to drag over the entire image with the Path Selection tool. (Note that if you have any paths not attached to layers, you'll need to select all of them in the Paths panel before dragging with the selection tool.)
    Let me know if this isn't the same issue you're seeing.

  • How can I trap Out- of-Memory data with no crash after Crop Tool fails to finish?

    The Photoshop 6 beta program froze while using the crop tool on an image size of 8052x5368. I tried to save a file in another program while waiting for the crop to finish (usually about 1 second) and got an out-of-memory error. I checked the D: driv where the file in the other program was saved. I have a flash C: drive and is not selected in the scratch disk preference. Two scratch disks, E: and G:, are selected with a total of about 800GB free space. After closing PS6Beta, the D: drive recovered about 164GB. The D: drive is not selected in the Scratch Disk list. I work with larger files and anticipate this problem again.How can I trap information for Adobe next time?
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x32
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:14, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2664 MHz
    Built-in memory: 16375 MB
    Free memory: 13523 MB
    Memory available to Photoshop: 3255 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K

    The problem remains for how the c: and d: drives were not selected in the scratch disk list. I tried again with only E: and G: drives and the file completed after 20 minutes with a 27.7G file. It would have been an ovious problem if the "info" diaglog box included the projected file size and/or dimensional units (px or in) because I use the dialog for verifying the size of the image. I wanted to make a 300 x400px image rather than a 300x400inch image( 90000x120000px).
    Thanks for your quick help.

  • Crop Tool Confusion When Used to Change the Dimensions (but not the resolution) of an Image

    Picture this.  You have a real photograph in front of you.  Its dimensions are 7x5 inches, and you want to cut out of that photograph, a 4x4” square.  You’re not bothered by the rest of the photograph, you’ll discard that, so you mark your 4” square on the photo at the place you want to keep, and with a pair of scissors, cut (crop) the photo accordingly.
    Using the analogy above, I’m having difficulty achieving what should be an extremely simple operation in Photoshop CC 2014.  I have an image which is 5000px wide x 3800px high at a resolution of 240px/inch.
    Using the “W x H x Resolution” option of the crop tool, I want to crop the image to 2100px x 2100px, maintaining the original image resolution of 240px/inch.  No matter what settings I use in the crop tool toolbar, the crop tool insists on sizing the crop by assuming the full length of the shortest axis on my image.  In this instance the vertical distance.  If I initiate the crop, I do end up with a 2100px square image at 240px/inch, but the shortest original dimension (and hence pro-rate the image) has been rescaled and resized.
    What I was expecting to see is the crop tool outline simply showing a square which represents 2100px a side at 240px/inch relative to the image I’m viewing.  I would then drag the outline to the position where I wanted it, and then crop the image.  This isn’t happening.  I can manually resize the crop area with my mouse, and rely on the floating information pop-up to check the actual crop dimensions, but this seems counter-intuitive (not to mention difficult when attempting a pixel accurate crop).
    Strangely enough, if I change the size of the crop window by using the mouse, and right click inside the crop area, the context menu has the option “Use Crop Box Size & Resolution”. Selecting this option updates the toolbar with the chosen crop size and everything is as expected.  Surely, this is what the crop toolbar should do in the first place?
    Am I missing something here? I may not perform this particular operation very often in Photoshop, but I’m sure it worked the way I thought is should before!
    Regards,
    Steve

    What I was expecting to see is the crop tool outline simply showing a square which represents 2100px a side at 240px/inch relative to the image I’m viewing.  I would then drag the outline to the position where I wanted it, and then crop the image.
    You'd better use the Marquee tool for this. Set the desired number of pixels in the options bar. Click and drag and finally Image > Crop.

  • Image Breakup when using crop tool

    At recent events, operating aperture on a 17" MacBookPro with an extra 23" Apple display, I have image break up after using the crop tool. The image breaks up into quarters, with variable green colours, the image itself disappearing altogether. This occurs after using the crop tool when reselecting the image for further viewing, also on raw and jpeg files, camera a Canon 5d. Anyone else had it, or know a fix without reinstalling?
    David

    chris -
    could this be included in the option bar to change the resampling per instance instead of a prefs setting?  I set up some actions to change the prefs for up and down scaling and then revert to the default pref setting. But it was never convenient so I don't use the actions.
    or maybe just and pref to use "smart scaling" that chooses the interpolation method based upon whether it is up or down scaling.
    j

  • Photoshop CS3 + Leopard: CROP tool doesn't work

    Recently, using the CROP tool causes the image to shrink to zero and the file to disappear from the desktop. No matter what shape the CROP edit is set at, the result is a point.
    Have to crop by trimming with the CANVAS tool.
    OS 10.5.2, on a PowerMac dual quad (new).
    Any ideas?
    Thanks....

    OK - I am having the same exact problem - Upgraded to OS 10.6.4 with no improvement.
    How does one "Trash the Preferences" ? ?
    ChapsBoy

  • When i cropped a picture using the crop tool to 9x6" when it was printed everyone was stretched looking tall and thiner how can i crop pictures but keep the people looking as they do in real life?

    oops put the while question in the wrong place!!!  but I'm at a loss on how to do this every picture I took everyone looks stretched when I use the crop tool any help would be much appreciated,
    I have PS6
    thank you

    suzukidi wrote:
    I have been trying so hard to try and get my head round this since your last comment so what I think I know is with my Nikon d80 having 3:2 aspect ratio pictures that I wanted printed can only be the sizes you mentioned above which is fine as the pictures I got printed were 9x6" but it's from now I'm still bit lost when I use the crop tool and pre set the size to 9x6" with a resolution of 240 and crop out all the bits I don't want it comes back from printers stretched so i'm still lost as I don't know the  point where I'm doing something that causes the stretching? thank you for your patience
    Lets separate this into topics  Aspect Ratio,  resolution and size ... etc
    Aspect  Ratio is just the ratio of an image's two sides.    Your camera captures an image with a 3:2 Aspect Ratio.   If you want to print the whole image your camera captures it can be printed and image size that has sides the have a 3:2 ratio without distorting the image.
    Images are re-sized two ways:
    One way is to keep the pixels your camera captures and print them at different resolutions. Resolution is nothing more then pixel size.  Pixels have no size till there is a resolution set. Pixels themselves may have a aspect ratio themselves.  These days most devices use square pixel.  Some video standards use non square pixels. So if you have square pixels and an image with 1800px by 1200px and set the resolution to 300DPI the print size will be 6" by 4"  if you set the  to 200DPI the print size will be 9" by 6".  Its simple math. 300DPI means pixels are 1/300"x1/300" there are 90,000px/inch 200DPI 1/200"x1/200" 40,000px/inch  100DPI 1/100"x1/100" 10,000. Note how quickly the pixel count climes as resolution increase doubling an image resolution requires four times as many pixels not two timas as many.
    The other way is to create a new image using the pixels you camera captures.  Your Camera pixels are resampled(interpolated) into a totally new image not a single camera captured pixel remains intact the new image has a different numbers of pixels it a different image.  There are different interpolation methods some work better then others depending on image content and the direction of the re-size.  Any time you resample an image you loose some image quality.  The pixels are generated they are not captured using optics and a sensor.
    Normally I do not resample when printing I just set the DPI so the image prints the size I want.  In the Image size Dialog I un-check resample and the set the print width or height I want to print.  Photoshop will calculate the DPI and set the other side size.    If you crop without setting a DPI resolution in the crop tool the crop tool will not resample the crop to a particular DPI it should just set the appropriate DPI.
    I resample image for the web Cameras capture more pixels then can be display by displays.  So in the image size dialog I check resample and constrain the width and height to the image current aspect ratio then I set the number of pixels I want the width or height to be. Photoshop will calculate the number of pixels the other side will be. The DPI is meaningless for web images for Web images are displayed on screens at the resolution a displays has.  Your images will display large on a large Low DPI resolution HDTV screen and small on a high resolution cell phone display.
    If you want to print you image a size that does not have a 3:2 aspect ratio without distortion  you need to crop you image to the aspect ratio you want to print at.  You need to discard part of your image.  The Crop Tool does not distort it discards part of you image.  It may or may not resample the crop selected.  I do not use the crop tool but if I did I would not use it to resample the crop I would not set in a DPI resolution in the crop tool.
    Photoshop can also resize an image from one aspect ratio to and other aspect ratio a non constrained resize.  The resulting image will be distorted.  However Photoshop does have have a content aware re-size that tries to maintain recognizable objects perspective during the distortion process.  This process can also be aided by user masking.
    Cropping:
    A 3:2 aspect ratio image can in theory be cropped to an infinite number of smaller images that have any aspect ratios including an infinite number of images that have a 3:2 aspect ratio.  All crops can be resampled to a particular DPI resolution. However digital pixels can not be sliced up so there are a finite numbers of crops you can hack form a digital image

  • Crop tool kept active

    Hi Everyone
    I'm new to Lightroom - day one and loving it so far! Quick question (apologies if it's stupid) but my workflow sees me crop a batch of photos one after the other. In LR every time I accept a crop and right click to move to the next photo I need to use the R key or choose the crop tool to do the same cropping to the next photo and the next and the next etc.
    Is there a way to keep the crop tool active as you move through images?
    Any help appreciated.
    Thanks
    Brendan

    If you're trying to apply the same crop to images in sequence, then no that's not the way to do it, i.e. when you move to the next image it won't inherit the same crop as the image you've just left, it will open the image with the crop tool still open (which it what I thought you were trying to achieve) but it will either be at full image size or whatever size you had previously cropped that image to.
    If you want to apply the SAME crop to a bunch of images, better to sync settings.

  • Crop Tool Button Problem - Sometimes it works, other times you get Crop Pages Menu

    I can't be the only person who's had this problem. Sometimes in Acrobat when I press the Crop Tool button, I get to use the rectangle selection box window and it works fine. Other times when I press the Crop Tool button, I get the Crop Pages menu which is very fustrating .
    I found a solution which is to open a PDF where the Crop Tool works fine. Use the Crop tool command and save it. Exit Acrobat. After doing this, any PDF should work fine with the Crop Tool, but there's gotta be a better way.
    Any experts know a setting I missed or a mistake I'm repeating?
    Note: It seams when Crop Tool works correctly, the button stays pressed down (darkened), but when it doesn't work, the button stays up (not highlighted).

    You'd have to get a quote from a phone shop or Nokia Care ! But you can buy the phone from £50 to £150 on Ebay, so may not be worth the repair ?
    http://phones.shop.ebay.co.uk/Mobile-Phones-w-o-Co​ntract-/9355/i.html?_nkw=n95.&_catref=1&_dmd=2&_fl​...
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Crop tool closes file?

    Maybe I'm missing something, but out of the clear blue sky, when I grab the crop tool, drag to the desired crop and hit enter, the entire image dissappears. Any clues?
    TNX,
    Joe

    You have set it to a fixed size in the tool options and it crops to 1x1 pixels or something liek that. Reset the tool and everything will be okay.
    Mylenium

Maybe you are looking for

  • My wireless connection to my HP printer keeps failing

    I recently got a Macbook Pro and upgraded our printer to a wireless HP one.  Since I installed it to work wirelessly it has worked for a short time and then the Macbook says it cannot find the printer or cannot connect to the printer, even though the

  • .wma files into my itunes on mac

    I had a friend give a lot of music via external HD. Problem is, they are all .wma files. Any way I can import those into my mac itunes with a free application?

  • Delte Partner function from a new Ticket.

    hi, i am using COM_PARTNER_BAID+>Determinations_adin3  to check when the ticket is created, the user logged in is defaulted as employee responsible.  i want to delete the entry if the user is not an employee. can anyone guide me.. Thanks & Regards DI

  • Barcode printing in dotmatrix

    Hi, I have been successful in printing barcode labels onto a laser printer. Also the laser printer has a codepage defined which can understand horizontal tab. The barcode is created by defining the code in se73 and then using it in smartstyles and fi

  • OBIEE 11.1.1.5 installation failed at: Create A Sinstance

    hello, I am trying to install OBIEE 11.1.1.5 in my Windows 7 laptop. But, it is always failing at Create A Sinstance: while configuring. I did the following things. Please let me know where I am doing wrong. 1. Ran RCU to create BI_PLATFORM and BI_MD