The new image resize box

I have signed up for Adobe CC and now have Photoshop CS 6 for the Mac installed and running.
When I come to use the image resize feature, I am still getting the same box as I had in CS5 instead of the new much improved feature.  Why is this?

CS6 doesn't have the "nedw much improved feature". Only Photoshop CC (CS7) has and that won't be avialable before mid June.
Mylenium

Similar Messages

  • Image rotation - mapping the image into the center of the new image

            for (int x = 1; x < imageOne.getWidth()-1 ; x++) {
                for (int y = 1; y < imageOne.getHeight()-1 ; y++) {
                    /* Get the values from imageOne */
                    int red = imageOne.getRed(x, y);
                    int green = imageOne.getGreen(x, y);
                    int blue = imageOne.getBlue(x, y);
                             * x' = a0x + a1y + a2
                             * y' = b0x + b1y + b2
                    double x2 = Math.round(a0 * x + a1 * y);
                    double y2 = Math.round(b0 * x + b1 * y);
                    if (x2 > imageOne.getWidth()-1 || x2 < 0 || y2 < 0 || y2 > imageOne.getHeight()-1){
                        //Do Nothing
                    }else{
                        imageTwo.setRGB((int)x2, (int)y2, red, green, blue);
            }Using the above algorithm, the image will rotate, but the rotation will start from the corner of the image (coordinate 1,1). For example, if I do a >90 degree angle rotation, the image will diappear.
    I want my image to rotate and appear in the middle of the new image output.
    Any idea?

    Hi,
    As part of my courseowrk, where we can't use the Java's API, im trying ot do the rotation manually...
    Say my image is always 512x 512, and I've tried "translate" -> "rotate" -> "translate" below:
            for (int x = 1; x < imageOne.getWidth()-1 ; x++) {
                for (int y = 1; y < imageOne.getHeight()-1 ; y++) {
                    /* Get the values from imageOne */
                    int red = imageOne.getRed(x, y);
                    int green = imageOne.getGreen(x, y);
                    int blue = imageOne.getBlue(x, y);
                             * x' = a0x + a1y + a2
                             * y' = b0x + b1y + b2
                    //1st transform
                    x2 = x+256;
                    y2 = y+256;
                     double rad = Math.toRadians(m);
            double cos = Math.cos(rad);
            double sin = Math.sin(rad);
            int newX = (int)Math.round(cos * getX() - sin * getY());
            int newY = (int)Math.round(sin * getX() + cos * getY());
            setX(newX);
            setY(newY);
                    //2nd transform
                    x2 = x2-256;
                    y2=y2-256;
                    if (x2 > imageOne.getWidth()-1 || x2 < 0 || y2 < 0 || y2 > imageOne.getHeight()-1){
                        //Do Nothing
                    }else{
                        imageTwo.setRGB((int)x2, (int)y2, red, green, blue);
            }setX and setY will update the value in x2 and y2.
    The concept is to move the pointer to the mid of the image (midHeight and midWidth) which is "x2 = x+256;" and "y2 = y+256;", rotate and translate again - but the output is still nto in the middle..
    Any idea?

  • When editing externally (Smart Photo Editor) , LR5 does not stack, show or updates the new image in the catalog

    I am using  the latest version of Smart Photo Editor to edit in external editor from LR5. On LR4 the new image appeared in the catalog, not so with LR5. I have to go to the folder and Sync it so the image appears. Then all my other images are compiled and i will only see that one image which is the "latest import". MAybe something on the settings?

    i found LR5 the most bug infested LR version ever.
    i "use" it only as test setup.
    real work i still do with LR 4.4.
    dav_miller wrote:
      How does this issue get reported to Adobe as a bug or is the fact that it is in the forum take care of that?
    nope.. in this forum you will only hear that this is not such a big issue and will be fixed soon.
    honestly im waiting for some bugs to be fixed since v3.6..... and i gave up on reporting new bugs to adobe.
    i just hope that some day they will be fixed.
    there is a text layer bug in photoshop i reported back in 2011 and that´s still in photoshop CC.....

  • Transform implementation goes wrong when I try transforming a image through script and save the new image using a HTML to canvas plugin.

    Transform implementation goes wrong when I try transforming a image through script and save the new image using a HTML to canvas plugin. The rotation comes up fine, but the origin of the transformation is faulty (compared to other browsers like Chrome & IE)

    A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the mozillaZine forum site in order to post at that forum.

  • On Firefox 13 the new tab page boxes are blank no matter how many times I visit a website

    I downloaded firefox 13 about a week ago and when I open a new tab the boxes that are supposed to display your most visited webpages don't work, if you go to your bookmark that says "Most Visited" that displays my most visited webpages fine but none of the pages show up on my new tab page. Also if I click and drag one of the websites into the boxes the website name appears but it never loads any picture for the website.
    If I don't click and drag the website to one of the boxes then the box is empty....there is no website, nothing. But I've gone to plenty of sites plenty amount of times and it is not showing up
    http://i.imgur.com/TWmAU.png --- Here's a image of what I see (to clear up any confusion)

    I tried starting it in safe mode and it still wasn't working so I reset firefox back to default everything and the new tab page seems to work now.

  • How I change the save image dialog box view from oldest to newest first as the default?

    My save image dialog box has the oldest file in the folder in the upper left position (using list). I want to change it to the newest file shown first. It used to be that way, but now it showing oldest first. I haven't found any guidance on defaults for this box. Thanks.

    Leave it to Apple.  When I first got the phone, that's the way they were configured.  Now that they've flipped around, there's now way to change it!

  • When I right click on a web image to save, the Save Image popup box has nothing listed in the "Save as type" box at the bottom just below "File Name"

    When I attempt to save an image from a web site page, I right click and then the Save Image popup appears. At the bottom of the popup, the "File name" box will contain the appropriate file name of the image. However, in the "Save as Type" box, there is nothing listed and I can't enter a file extension, such as JPEG. What then is saved is just a thumbnail image

    You can use this extension to modify the menu.
    *Menu Editor: https://addons.mozilla.org/firefox/addon/menu-editor/
    You can also achieve this with code in the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #context-sendimage,
    #context-sendvideo,
    #context-sendaudio { display:none!important; }</nowiki></pre>

  • Actiontec M1424WR Router compatible with the new VMS1100 Cable Box

    Hello all,
    Been trying to upgrade to the new Quantum Fios. To begin Verizon never sent me a upgraded router that was compatible with the VMS1100 set top box.
    They shipped me the Actiontec M1424WR Router looks like my old router but with a red front piece. I'm getting 75/75 service as well.
    This is an older router still. In fact its not even in production anymore. My concern is that it's not going to work with the new VMS1100. Hate to go through the process of setting it up and it doesn't work.
    Can anyone help and clarify if this older router will still work with the VMS1100 set top box?
    Thanks!
    Gene
    Solved!
    Go to Solution.

    VMS will work with the Actiontec Rev I or the Fios Quantum Gateway router.

  • When I finish editing in Photoshop with 16-bit PSD, I can't view the new image in Aperture3

    Friends:
    This worked fine when I told Aperture to export 8-bit TIFF's.  My Photoshop teacher said to switch to 16-bit PSD's. 
    No problem going to Photoshop.  I edit, add layers, and save. 
    What I see in Aperture is a black thumbnail and an image that has jumbled chunks of the original image.
    Help!
    Thanks,
    bert

    Rename or delete secmod.db (secmod.db.old) and possibly cert8.db (cert8.db.old) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with those files.
    Create a new profile as a test to check if your current profile is causing the problems
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • I have noticed that the images on the iPhone 6 look painted because of the new image stabilization. Can we have the option to turn it off?

    I like the new iPhone, but the images are starting to concern me.  I am an iPhone Photographer, and I use my iPhone everyday to capture memories and create art.  I am use to zooming into an image if I want to eliminate unwanted scenery or objects.  Can we have the option to turn off the Stabilization feature on our iphones?

    This is not Apple.  We are users like you.  If you want to contact Apple:
    http://www.apple.com/feedback/iphone.html

  • Very happy with the new You View Box

    I have just upgraded from a black BT Vision Box to the new BT You View box and I have to say I am very impressed so far. Not only is the new box very small and neat, but the picture and functionality that I have tested to date has been faultless. I am connection to Broadband using Power Adapters and they seem absolutly fine. I live in a small village where on a good day with the wind in the right direction I get 2.4 Mbs. It dropped below 2 Mbs last night but BBC i lPlayer apart from 2 short buffers during an hours playing was fine. I know BT don't promote the use of Power Adapters with You View, as without doubt they are slower than a direct ethernet connection, but I have had no problem at all using them.
    In short, well done to Humax/BT for providing what for me so far is an excellent product.

    I have to agree with you. We got the G4 last week and to date (touch wood) there were no problems with our packages, switching over or any other problems. It was really smooth and the G4 box is fast quick and works really well. A good bit of kit that the family really like.
    GF

  • What are the new iPod shuffle box demensions?

    Can someone answer me the question above?

    There's no new iPod Touch. What came out Oct. 12 was just software, the new iOS 5. For an overview of new features, see here: http://www.apple.com/ios/

  • Anyone have luck beating the new image spam with "rules"?

    Has anyone figured out how to write rules that block that very annoying new (dozen-message-per-day) image spam? The kind with "torn" bits that reassemble to defeat my ISP's spam-words filters?
    Personally, I favor the death penalty for the producers, and at least a cane lashing to anyone who replies, but since that's not going to happen in my lifetime, I want to banish this drivel from my box.
    I've tried a few things, but I'm not finding the magic bullet(s). These parasitic missives must have something in common that I can utilize to redirect the junk into electronic Gehenna.
    If there are no solutions in the Mac Mail rules settings, I'll probably make draconian changes in the settings my ISP provides, but that means I'll also be blocking a lot of mail I want.

    Rules for this kind of messages have been suggested in many places, including this forum, and Allan has already provided two examples.
    I personally believe such rules are a bad idea and a waste of time. IMO, the best way to deal with those messages is to just manually mark them as junk. Contrary to what many people think, Mail’s built-in junk filter can learn to recognize those messages as junk; it takes more time that with other types of junk, but it works pretty well. I don’t have any such rules set up in Mail, yet in my case the junk filter correctly marks almost all of them as junk without me having to do anything else.

  • How can I import *just* the new images in a folder?

    Is there anyway to import only the images within a folder that aren't already in the library? This seems to be the default behavior in Lightroom and makes really good sense. If I add an image to a folder without doing so in Aperture, I'd really like to just import that new version into the library.
    Thanks,
    -Dave

    Yes, I knew that I could do this, but I was hoping for an automated method as I suspect that I will screw things up if I rely on doing everything manually.
    -Dave

  • Is it possible to turn off the new Image Size previewing function in CC?

    I find it slows down my workflow, especially when editing really big files. I can see why some people might find it useful, but when you're working through a lot of files and you don't want a preview it is sooo frustrating. Sometimes when I hit the cancel option to stop the preview progress it just keeps going ...

    Ahhh got you.   How big do you have the window?  It is dragable, so smaller sizes would probably update faster.
    Hmmm...  I was going to ask if you have GPU acceleration turned on, but I just tried it on and off with big and small windows, changing an image from 5000 pixels wide to 30,000 pixels wide, and it updated more or less instantly.  And I am only working on a laptop which is treacle slow compared to my main system.
    What is your system spec?

Maybe you are looking for

  • Can look at library but cant play! iPod shuts off!!! help

    i charge ipod mini overnight, take it off charger, it says full battery in the corner, i look at songs, choose one, hit play, and it says "No battery power remains please connect to charger" and shuts off. But then i can turn it back on, and it does

  • Inactive (or broken) reset button on my Ze

    Hello! I recently tried using the recovery tool on my zen V to diagnose any issues. The player had been charging on the computer for some time but was not being recognized by the computer itself (not unusual). So when I tried to use the recovery tool

  • Flash Player dosen't work anymore.

    I have a mac, running OS 10.7.4 (64 bit), plus Adobe Creative Suite CS5, but can't play the TV tutorials anymore. I thought that updating my Flash Player to Version: 11.3.300.268 would resolve my problem, but it didn't. What more do I need to do, in

  • Help with Package variables/constants

    Hi All, I have a function which uses package variables and constants. I am seeing the following strange behavior when I execute the function. Here is what I did. 1) I opened a SQL* plus session and executed my function couple of times. It worked very

  • ESD question on iBook repair

    I am going to do a self-repair to an iBook G3 because the machine is out of warranty. I have the necessary tools and repair guide thanks to iFixIt. I am just wondering if anyone can answer these questions about using an ESD wristband, to prevent an e