Elements 11.  Resize image tool doesn't work.  Tried online chat with Adobe  - no help.

I recently got a new computer (pc) and decided to download Elements 11 instead of the old version that was on my old computer.   I've discovered that the image resizing tool doesn't work, although the other functions seem to be working fine.
I tried an online chat with Adobe.  Their suggestion was to buy another photo service from them for $10./month !!

Do you have Resample Image and Constrain Proportions checked?

Similar Messages

  • Resize image code doesn't work for some JPGs

    Hi. I'm using the below code to resize images and store them on the server. However, with some JPGs, the resize produces a reddish tint on the image. Any ideas what could be causing this? Here's the original image: http://www.unctv.org/tWxkBbq_10M6wKRRL/PNCWWD01.jpg and here's what it produces afterward: http://www.unctv.org/tWxkBbq_10M6wKRRL/PABDFC01__1289231445291.jpg
    Photoshop CS5 is used to produce the JPG input for this app. Thanks.
    public BufferedImage resizeVeryHigh(InputStream inputStream, File resizedFile) throws IOException {
      BufferedImage bufferedImage = null;
      try {
          Image newImage = ImageIO.read(inputStream);
          int newWidth = (int)this.targetWidth;
          ImageIcon imageIcon = new ImageIcon(newImage);
          Image image = imageIcon.getImage();
          Image resizedImage = null;
          int iWidth = image.getWidth(null);
          int iHeight = image.getHeight(null);
          // This code ensures that all the pixels in the image are loaded.
          Image temp = new ImageIcon(resizedImage).getImage();
          // Create the buffered image.
          bufferedImage = new BufferedImage(temp.getWidth(null), temp.getHeight(null), BufferedImage.TYPE_INT_RGB);
          // Copy image to buffered image.
          Graphics g = bufferedImage.createGraphics();
          // Clear background and paint the image.
          g.setColor(Color.white);
          g.fillRect(0, 0, temp.getWidth(null), temp.getHeight(null));
          g.drawImage(temp, 0, 0, null);
          g.dispose();
          // Encodes image as a JPEG data stream
          FileOutputStream out = new FileOutputStream(resizedFile);
          JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
          JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bufferedImage);
          param.setQuality(1.0f, true);
          encoder.setJPEGEncodeParam(param);
          encoder.encode(bufferedImage);
      catch (Exception e) {
            this.error = e.getMessage();
          return bufferedImage;
    }Edited by: oneworld95 on Nov 8, 2010 11:34 AM

    I don't know anything about the jpeg encoders, but I do see code that doesn't make any sense to me:
    Image resizedImage = null;
    int iWidth = image.getWidth(null);
    int iHeight = image.getHeight(null);
    // This code ensures that all the pixels in the image are loaded.
    Image temp = new ImageIcon(resizedImage).getImage();What is the point of creating an ImageIcon from a null image?
    int newWidth = (int)this.targetWidth;I don't see where you actually use this variable, so how does the image get resized?
    For more help create a [url http://sscce.org]SSCCE, that demonstrates the incorrect behaviour and maybe someone will take a look at it.

  • Red Eye Tool doesn't work in ACR 4.1

    The Red Eye tool doesn't work on my computer in Camera Raw 4.1/Bridge. When I choose it, the Pupil Size and Darken sliders appear but nothing happens when you try a correction. If I open the same image in Photoshop CS3, the Red Eye control works fine. How can I get it to work in in ACR?

    Ramon is right. Best to select the whole eye (even eyebrow) and you'll get the overlay box around the red. If it doesn't entirely cover the red (or if it box bounds some reddish eyelids) you can click and drag to widen(lessen) or lengthen the box and change the 'pupil size'. And so far I haven't found any, even bright, redeyes where the 'darken' control won't get a good dark result. [Animals (green/yellow eyes) are a different story.] Sometimes going too dark will also darken the irises. With the 'show overlay' unchecked you can drag the 'fix' off the eye onto the cheek to see the pattern - dark in the center and then a gradient fade of dark going out from center. "Clear all" clears all of course and you can start over.

  • Doesn't Search SWF and Magnify Tool doesn't work

    I got the PDF to SWF thing down pat in Flashpaper. But It
    doesn't search the text.
    YES, the text is selectable, so why can't it search the text
    of my swf. Also the Maginfying tool doesn't work in flashpaper.
    I'm going to test a couple different things first such as
    messing with the PDF in Acrobat Pro first to see if I need to do
    something there in order to make the search function work.
    I did notice there are barely any replies to this forum, but
    GEE-WIZ guys somebody should answer some of these questions if you
    know the answer.
    Yes some people are vague, and others are so new to this
    world, they shouldn't be doing web design at all and asking
    questions on a board. anyhow. please help.
    If I find the answer I'll post it here.

    I went back and checked out the Indesign file. Apparently
    whoever made the catalog grouped alot of the text boxes. After I
    ungrouped these I exported to PDF and opened it up to do a check.
    Everything was searchable. There was something I toyed with in
    Indesign referring to subfonts. However, when I convert it to an
    swf using flashpaper it loses some of the searchable text. I got an
    idea and printed to FP but instead of choosing FP once the window
    came up I selected PDF. It is doing the same thing in the same
    spots. Everything is selectable right now in the PDF I printed from
    Indesign, I can even copy and paste the text perfectly into word.
    There are no settings for FP so I am lost as to what to do from
    here. I am using Adobe Acrobat 8 Pro, Indesign CS2 and FP 2
    Any ideas?

  • Eyedropper tool doesn't work in Index Mode

    When I am in Index mode, and I bring up the color table, the eyedropper tool doesn't work unless I right-click and choose one of the point sample averages. And even then, it doesn't always work unless I hit some combination of Shift-control-option-command. I'm still not sure what the combination is since it seems to differ a little depending on Photoshop's mood.
    I can remember there was this problem a couple of versions back, and Adobe fixed it after about a year or so.
    Anyone else experiencing this?
    Thanks, Chuck

    Thanks for the temporary solution. The is the same bug was in CS3 then fixed ic CS4. Now it's back in CS5.
    I've only had this bug with Macs not PCs. "YES IT'S A BUG!" Question: Is there anybody from Adobe who reads this? Can someone at adobe please tell us when this Mac bug will be fixed? For a premium product at such a price, Photoshop shouldn't have a bug like this. Adobe should be more responsive! Think of the difficulty people like me who write textbooks must have. To give one technique for a PC and then a workaround technique for a MAC. I implore anyone who is experiencing this problem to contact Adobe & let them know about it! Here's a link to their bug report page. https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform   Thanks everyone (for letting me vent). Frederick

  • PEN TOOL DOESN'T WORK ANY MORE after PS 2014.2 update!

    I just downloaded the latest Photoshop update.  Pretty slick......adjustable fonts in the dropdown menus again.....nice guide improvements.  One little problem....THE PEN TOOL DOESN'T WORK ANY MORE.  The program is totally useless.  What the h%+l is wrong with adobe?  At least I can still use Photoshop CC.  Anyone got a fix for this?
    Jim

    The program is totally useless.  What the h%+l is wrong with adobe?
    Venting is not going to do much good, please read these (especially the section headlined "Supply pertinent information …"):
    Best practices: Usage | Adobe Community
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    On Max OSX 10.8.5 I can not notice a dysfunctional Pen Tool so far.

  • In photoshop CS5, Brush tool doesn't work on an adjustment layer

    In photoshop CS5, Brush tool doesn't work on an adjustment layer

    I Created an adjustment (Curves) layer and did the curves adjustment.  Then I did an Edit Fill (Normal Mode, 100% Opacity and Use: Black).
    I then try to use the brush tool, but it doesn't work.  I've done this hundreds of times before and suddenly it's not working.  Rebooted the system, but that didn't help.
    I know how to do a screen shot, but it doesn't paste onto this screen.  How do I get that to you?
    thanks for your help

  • CS6 stamp tool doesn't work with action / record ( tool record is enabled ) other tools works

    CS6 stamp tool doesn't work with action / record ( tool record is enabled ) other tools works

    At one time tool  recording was not possible and if you install Adobe Scriptlistener Plug-in Adobe will disable tool recording its never an option.
    I use and record actions all the time and was looking forward to tool recording when Adobe announced it.  However I found what they delivered was  of very limited value because of the restrictions. I do not care that Adobe disables tool recording on my machine.
    The amount of data that gets reordered seems also vary between machines.  I found that Action recorded on fast machine are not usable on slow machine.  Fast machine recorder too much data.
    Documents you use such action on must also have the same size and resolution as the document you recorded the action on. Quite a restriction.
    You problem may also be foxed in CC 2014 sett here Photoshop CS6 - Recording the clone tool in an action gives incorrect results on replay.

  • Sunplex Manager Cluster GUI Tool doesn't work

    The Sun Cluster management tool doesn't work, I keep getting the following error on my browser:
    "System Error, An Error was encountered by the system. If you were performing an action when this occurred, review the current system state prior to proceeding"
    The GUI shows Nodes, Resouce Groups, Shared Storage etc in the left hand frame and the error in the right hand frame.
    The command line interface works fine so does the cluster.
    Solaris 8 07/03 SPARC
    Sun cluster 3.1
    Relevant patches loaded: 117950-25, 118626-09, 118671-03
    java -version: 1.4.1_01-b01

    This is now resolved - The machine was set up to use a DNS, the DNS resolved the name correctly but the hosts file did not have the full canonical name of the host.
    I added the full cname of the node to the /etc/hosts file and all is well now.

  • HT5037 The iPhoto Library Upgrader tool doesn't work. I've downloaded it, and follow the directions, but iPhoto still won't open.

    The iPhoto Library Upgrader tool doesn't work. I've downloaded it, and follow the directions, but iPhoto still won't open.

    Your Library is damaged.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    As for goign back: do you have an undamaged library?
    Regards
    TD

  • Lightroom 5.2 radial filter tool doesn't work

    I recently purchased Lightroom 5.2 and the radial filter tool doesn't work.  Is anyone else having this problem?  Is there a fix for this problem.  Is there any way to get technical support from Adobe or is this a ridiculous question?

    Rikk, thank you very much for taking the time to respond to my post sent during a moment of frustration and please accept my apology.  I believe the problem lies with me not knowing how to use the radial filter tool and not the software in this instance.  As I mentioned, I just purchased Lightroom software and I'm in the process of learning.  Last night, my first instance of a software glitch was with the slideshow view not working.  I get a black screen; however, this is the subject for another post.  Subsequently, I was struggling with the radial filter and, initially, I thought this was another glitch; which it is not.  When I went to the Adobe website looking for technical support, I could not find any place where I could call or send an email for tech support to get a question answered.  Instead, Adobe directs customers to this forum where kind people, such as yourself, are willing to help others.  At this point, I was very exasperated.  Again, I sincerely apologize and thank you very much for being willing to help.  Best regards.

  • The DB tools doesn't work with Microsoft SQL

    I am tring to write series of waveforms to a database. The DB tools doesn't work with Microsoft SQL, but when i replace the SQL with Access, it works fine. I have to use SQL in the application.
    Any advice pls?
    longing for your reply.
    Attachments:
    test.vi ‏47 KB

    Right off hand I would say the problem is that you are connecting through ODBC. Try the native SQL Server driver, your connect string should define the provider as "SQLOLEDB.1".
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • HT5538 I receive an error message when trying to link my iMessage account to my Apple ID.  My phone syncs fine, just my Macbook doesn't work.  Same issue with Facetime.

    I receive an error message when trying to link my iMessage account to my Apple ID.  My phone syncs fine, just my Macbook doesn't work.  Same issue with Facetime.

    HI,
    In effect this is a DNS block.
    You can do it.
    You need to be in an Admin Mac User Account that has  non blank password.
    Go to the Applications/Utilities folder and open Terminal.
    You should see your shortname (the one under the Little House icon) followed by the $ symbol
    Copy and paste the bold text below into Terminal after the $ symbol.
    sudo pico /etc/hosts
    This will load the file "hosts" into and editor that works in Terminal.
    Use the arrow keys to get to the line with Verisign in it.
    Now type the # symbol and it will be added in front of the character that is highlighted.
    The # symbol is either Shift +3 or ALT+ 3 depending on your keyboard layout
    Now use CTRL and O keys together.
    This Saves the changes.
    Quit Terminal.
    10:02 PM      Wednesday; May 1, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I upload my iPhone 4s and it went to recovery mode i have tried to exit recovery mode by pressing the home  and the power bottom but it doesn't work what more can i do please help me

    i upload my iPhone 4s and it went to recovery mode i have tried to exit recovery mode by pressing the home  and the power bottom but it doesn't work what more can i do please help me

    http://support.apple.com/kb/ht1808

  • When i convert a word file with a hyperlinks to a PDF file it doesn't work ?? thanks in advance for helping me

    when i convert a word file with a hyperlinks to a PDF file it doesn't work ?? thanks in advance for helping me

    using microsoft word.
    the hyperlink doesn't work in the pdf file (adobe reader).
    adobe reader xi.
    my operating system windows 8.1.
    the attached screen is appeared.

Maybe you are looking for

  • With firefox 4, google toobar seach box suggestions no longer appear in the search box itself

    After installing Firefox 4: When I start typing in the Google toolbar search box an item, like NYT and the search suggestions appear -- like NY Times -- I used to be able to click on "NY Times" and this would appear filled out in the Google search bo

  • I am using numbers to create a grade book for my classroom

    I am using numbers to create a grade book for my classroom but would like to know how to link information in one table to a cell in another.

  • How to add Web service of SAP BI in Crystal Xcelsius

    Hi, When creating a dash board in Crystal Xcelsisus version 4.5 using QWAAS then am able to get the data into the dash board. In the same way I am trying to put the WSDL provided by SAP BI.  But then I am not able to get the data.  There I am able to

  • How to filter data of itab retrived from infotype.

    Hi all,   I am trying to filter data for one internal table (ex: IT_FINAL ) by comparing those values from standard table (ex: PA0000).First I had successfully uploaded all data from presentation server, Now I want to compare all field value (ex: PER

  • Can't create Ringtone for iPhone

    everytime I click on the ringtone symbol next to the song I want, it says that I need to accept the iTunes Store Terms of Service and that by clicking 'OK' it will direct me to that. Thing is, I've already accepted that and when I click OK, it does n