CS5 New Image is Always Square

Every time I create a new document, no matter what dimensions I put, it always makes it a square. Just tonight it has. I've been using the program for almost a year now and havent had this issue at all. I don't think I messed with any settings or anything. I read somewhere that it might have to do with the Pixel Aspect Ratio or something, but I've been trying different things with that and it hasn't worked.
I'm on Mac OS X 10.8.2 Mountain Lion running Photoshop CS5

http://i193.photobucket.com/albums/z177/master_ibonek/ScreenShot2013-03-06at102816AM_zpse0 34aa11.png
It shows the dimensions correctly but it's definitely not right. I've tried lots of different dimensions and none work, it's always the same.

Similar Messages

  • How to design an always square Jbutton?

    The JButton without any label or image is always square, and could be resized by its container or layout. But no matter how it is resized, it could only be square.
    Could anyone help me on that?
    Edited by: bbskill on Feb 18, 2008 4:19 AM
    Edited by: bbskill on Feb 18, 2008 4:20 AM

    Well, your questions doesn't really make a lot of sense. When you use a layout manager, then the rules of the layout manager may change the shape of the button as the frame is resized. This depends on the layout manager you are using. So we can't really help you because we don't have all the information.
    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)", that demonstrates the incorrect behaviour.
    http://homepage1.nifty.com/algafield/sscce.html
    Don't forget to use the "Code Formatting Tags", so the posted code retains its original formatting.
    http://forum.java.sun.com/help.jspa?sec=formatting

  • CS5 crashing on new image/opening image

    Okay, so here's the deal: I've owned my MacBook Pro for less than 12 hours, and it's been a great computer that entire time. That's the same amount of time I've had CS5 Extended installed on my computer, and it was working fine until this evening.
    Now, any time I try to create a new image or open an existing image, I get an error telling me that Photoshop has quit unexpectedly. Google is providing little help in regards to the matter.
    I know it can't be something faulty with my computer as I've done nothing with it, and uninstalling/reinstalling CS5 itself proved no good. Am I just missing something considering I'm a new Mac owner? It's very frustrating. 
    I'm willing to post the data report I get when it crashes if it'd be helpful.

    I know it can't be something faulty with my computer as I've done nothing with it,
    Sadly, that part is not realistic.. they can just have problems on their own even straight out of the box, it is usually not the CPU, but the operating system and software still coming together.
    Have you updated the o/s and applications with any patches etc? There can be a lot of them.
    Firmware updated?
    You need to do those and then repair permissions and a restart.  (Some people advocate doing that twice)
    If you have problems after that then reinstalling some apps may be required, there have been issues in years gone by with the installations of some software messing up another but I think that is very rare.
    Check your font collection using Fontbook or a utility, and clear caches using Cocktail (or whatever the current best cleaning utility is).

  • I had Adobe Acrobat Serial loaded before The hard drive crashed on my old PC.  I have tried to download Acrobat 9 on my new PC, but always get the message "This is not a valid serial number".  I had Adobe 9 Standard on the old.  But what downloads from th

    I had Adobe Acrobat Serial loaded before the hard drive crashed on my old PC.  I have tried to download Acrobat 9 on my new PC, but always get the message “This is not a valid serial number”.
    I had Adobe 9 Standard on the old.  But what downloads from the page http://helpx.adobe.com/acrobat/kb/acrobat-8-9-product-downloads.html is Adobe 9 Pro.  Perhaps this Pro version is the problem. 
    Anyway, can you point me to a way to install Adobe on my new PC?

    You can try Download Adobe CS5 Free Trials – All Direct Links without Akamai | ProDesignTools.

  • Change Default Color Profile in New Image Document ?

    I've looked and looked, and even Googled.  Anyone know how to change the default color profile when you start a New image file?  In CS5 mine defaults to sRGB (Under the Advanced drop down) but my CS6 is ProPhoto RGB which means I have to change it manually nearly every time I paste an image copied via right click in a web browser. 

    I think it the same on windows. If I copy things to the clipboard with Photoshop that the document profile seem to be used there when I do a paste there are no color issues.  However if I use Prtscn or Alt+PrtScn to capture screen content.  I'll see that the colors are wrong when I paste the clipboard into a new document if my default color space is not sRGB. Then I need to assign sRGB to the document to correct the colors.
    If I paste a screen capture into the current document the color can be very off and I will not get a prompt on the color mismatch. Therefore I don't think a screen capture has any profile associated with it. And of course the screen has a much lower resolution then the images I edit. So there is also a big size difference. Here is one scaled to 100% zoom after the paste. You can see both the color and resolution difference.  This capture was assigned to sRGB so you will see what the screen looks like after the paste and zoom to 100%.
    Message was edited by: JJMack

  • Setting azure portal icon for new images

    According to the Azure Service Management REST API, one should be able to set the icon to be displayed in the portal using the IconUri and SmallIconUri tags as described here.
    http://msdn.microsoft.com/en-us/library/azure/jj157198.aspx
    I sent this command with these values set to the URLs for publicly available png icon files and created a new image.  The image was created successfully and no errors were returned, however the icons displayed are still the default windows icons.
    Is this feature disabled somehow or is there some other specification that needs to be set or addressed?
    I could continue to try endless possibilities (like different sized icons or URL locations) but it seems like this should have worked according to the API specification since no other restrictions were stated.
    Could someone please tell me how to get this to work?
    Bruce

    Hi
    Sorry for mis-understand your question:
    I think this IconURI feature disabled.
    Because in latest Azure Management Class libraries, this class libraries is based on latest Azure REST API.
    You can't find IconUri property.
    MSDN article always update slowly.
    namespace Microsoft.WindowsAzure.Management.Compute.Models
    // Summary:
    // The List OS Images operation response.
    public class VirtualMachineOSImageListResponse : OperationResponse, IEnumerable<VirtualMachineOSImageListResponse.VirtualMachineOSImage>, IEnumerable
    // Summary:
    // Initializes a new instance of the VirtualMachineOSImageListResponse class.
    public VirtualMachineOSImageListResponse();
    // Summary:
    // Optional. The virtual machine images associated with your subscription.
    public IList<VirtualMachineOSImageListResponse.VirtualMachineOSImage> Images { get; set; }
    // Summary:
    // Gets the sequence of Images.
    public IEnumerator<VirtualMachineOSImageListResponse.VirtualMachineOSImage> GetEnumerator();
    // Summary:
    // A virtual machine image associated with your subscription.
    public class VirtualMachineOSImage
    // Summary:
    // Initializes a new instance of the VirtualMachineOSImage class.
    public VirtualMachineOSImage();
    // Summary:
    // Optional. The affinity in which the media is located. The AffinityGroup value
    // is derived from storage account that contains the blob in which the media
    // is located. If the storage account does not belong to an affinity group the
    // value is NULL and the element is not displayed in the response. This value
    // is NULL for platform images.
    public string AffinityGroup { get; set; }
    // Summary:
    // Optional. The repository classification of the image. All user images have
    // the category User.
    public string Category { get; set; }
    // Summary:
    // Optional. Specifies the description of the image.
    public string Description { get; set; }
    // Summary:
    // Optional. Specifies the End User License Agreement that is associated with
    // the image. The value for this element is a string, but it is recommended
    // that the value be a URL that points to a EULA.
    public string Eula { get; set; }
    // Summary:
    // Optional. Specifies a value that can be used to group images.
    public string ImageFamily { get; set; }
    // Summary:
    // Optional. Indicates whether the image contains software or associated services
    // that will incur charges above the core price for the virtual machine. For
    // additional details, see the PricingDetailLink element.
    public bool? IsPremium { get; set; }
    // Summary:
    // Optional. An identifier for the image.
    public string Label { get; set; }
    // Summary:
    // Optional. Specifies the language of the image. The Language element is only
    // available using version 2013-03-01 or higher.
    public string Language { get; set; }
    // Summary:
    // Optional. The geo-location in which this media is located. The Location value
    // is derived from storage account that contains the blob in which the media
    // is located. If the storage account belongs to an affinity group the value
    // is NULL. If the version is set to 2012-08-01 or later, the locations are
    // returned for platform images; otherwise, this value is NULL for platform
    // images.
    public string Location { get; set; }
    // Summary:
    // Optional. The size, in GB, of the image.
    public double LogicalSizeInGB { get; set; }
    // Summary:
    // Optional. The location of the blob in Azure storage. The blob location belongs
    // to a storage account in the subscription specified by the SubscriptionId
    // value in the operation call. Example: http://example.blob.core.windows.net/disks/myimage.vhd
    public Uri MediaLinkUri { get; set; }
    // Summary:
    // Optional. The name of the operating system image. This is the name that is
    // used when creating one or more virtual machines using the image.
    public string Name { get; set; }
    // Summary:
    // Optional. The operating system type of the OS image. Possible values are:
    // Linux, Windows.
    public string OperatingSystemType { get; set; }
    // Summary:
    // Optional. Specifies a URL for an image with IsPremium set to true, which
    // contains the pricing details for a virtual machine that is created from the
    // image. The PricingDetailLink element is only available using version 2012-12-01
    // or higher.
    public Uri PricingDetailUri { get; set; }
    // Summary:
    // Optional. Specifies the URI that points to a document that contains the privacy
    // policy related to the image.
    public Uri PrivacyUri { get; set; }
    // Summary:
    // Optional. Specifies the date when the image was added to the image repository.
    public DateTime PublishedDate { get; set; }
    // Summary:
    // Optional. The name of the publisher of this OS Image in Azure.
    public string PublisherName { get; set; }
    // Summary:
    // Optional. Specifies the size to use for the virtual machine that is created
    // from the OS image.
    public string RecommendedVMSize { get; set; }
    // Summary:
    // Optional. Specifies the URI to the small icon that is displayed when the
    // image is presented in the Azure Management Portal. The SmallIconUri element
    // is only available using version 2013-03-01 or higher.
    public Uri SmallIconUri { get; set; }
    You can get this class libraries by nuget manage cmd:
    Install-Package Microsoft.WindowsAzure.Management.Libraries -Pre
    My Blog
    Please use Make as Answer if my post solved your problem and use
    Vote As Helpful if a post was useful.

  • Default Resolution of new image

    For other reasons I have to do a lot of preference-trashing, opening PS with Shft+Ctrl+Alt to delete the preferences file. What I am finding is that the default resolution of a new file is only 72 dpi.
    WFound the place where screen and print resolutions are set. I have both set at 300 dpi. Still, when I create a new image the resolution is only 72.
    Would you please show me where the default resolution of a new document is set.

    File>New look for resolution and type in 300. As long as you don't select a preset, the 300 ppi will stick even if you close photoshop. This should be true for all versions, but I can only test in CS5.

  • Updating image collection with new images

    I have an image collection which works as a slideshow which can be paused/resumed. This works fine but my problem is that these images are going to change everyday but they will keep the same filename. Is there a way to get the collection to refresh itself
    automatically or perhaps if there is a different way to do this rather than a collection? Something that grabs the image from file at run time rather than storing a copy locally which the collection seems to do.

    Hi Daniel,
    If I understand you correctly, the app you're building will display images that are new everyday, but keep the same name. If this is correct, then to be able to do this you will need to work with a REST based source such as RSS or Facebook, for example.
    The reason is that since we always fetch from these sources, displaying the data returned, and therefore any changes you make such as a new image or name will be pulled into Siena when we go grab the data. This is different from a source
    like Excel where we take a snapshot and use with Siena. As you have observed, this snapshot will only get updated when you manually refresh from the backstage.
    To see an example of what it means to work with a REST source such as Facebook, please see our help topic, where we discuss
    how to display photos from a Facebook Album. If you would like this to this to be supported with Excel, please consider contributing to
    this thread where the community has been collecting such feedback.
    Hope this helps, get you going.

  • Insert new image in middle of manual sort

    Does anyone know how to use scripting to insert a new image into the middle of a sequence of manually (user) sorted images within Bridge (CS5)?  My
    users are saving images from PS using a script I wrote (it controls naming the file and placing it in the correct directory).  Then the users switch over to Bridge and drag the image to the correct place in the sequence of images.  When the folder contains hundreds of images, dragging from the end of the sequence (where Bridge places the new file by default), to the middle or beginning of the sequence is a real drag for the users.  If I could insert the new image before the current selection in Bridge, they would be much happier.
    I realize that I could open up the BridgeSort file and manually manipulate it and tell Bridge to reload the directory, but I'm hoping there is any easier way.  I've tried manipulating some of the lists of thumbs that are properties on the document, but haven't had any luck.
    Thanks in advance.

    I think I got it lol. It's kind of a clusterf#&$, but here's what I did. I made the sphere in the center 99% transparent (100% seems to affect the object buffer) and then rendered out twice. Once with the "seen by transparency" box unchecked in the compositing tag and once with it checked. This made the objects dissappear behind the transparent sphere in one of the renders and look normal in the other.
    I then set up after effects like so:
    (edit: render 1 has the objects disappearing behind the sphere, render 2 is the normal render)
    rotating objects buffer from render 1
    full render image of render 2 (luma matte to rotating objects buffer)
    sphere object buffer
    text (alpha matte to sphere buffer)
    full render image of render 1
    I'm 100% sure there is a better and easier way to do this lol, but I got it and I'm leaving it as is.

  • Slideshow image resizing when adding new images

    I am creating a series of slideshows on multiple pages. I created one slide show using the "basic" slideshow and resized it to the dimensions and settings I wanted. I have many pictures all of different proportion, therefore, I selected the "fill frame proportionally" so they would all fit the dimension I set. I wanted to use this first slideshow as a template for all of the rest. I added images to this first slideshow with no problems. All of my different sized images scaled or cropped to fit within the dimension I set. The problem comes in when I do two things: 1) When I add other images of different dimensions to this same slideshow gallery, they come smaller that the intended dimensions I set previous. I check the setting and it is still on "fill frame proportionally" similar to the first batch of pictures. 2) The second issue is when copy this slideshow as a template to other pages. When I try to replace or add to the slideshow gallery, the images come in cropped or smaller rather than filling the frame. Again, the settings are still the same from my very first slideshow that worked just as i intended.
    I could resize all the images to all the same dimensions using another program like photoshop, but that is another step that is very tedious and it would seem that it should be something built into Muse.
    Is there a way around this?. Am I doing something wrong? Or is this just one of those glitches that happens with Muse? I appreciate any help that I can get.
    Thanks!

    Hi, I got it to work like this:
    Using background colours in Photoshop so that all sizes are the same in pixels. Then manually adjusting thumbnails by double-clicking on them so that a red square appears.
    Cheers,
    Elsemiek
    Op 26 dec. 2014, om 00:50 heeft MediaGraphics <[email protected]> het volgende geschreven:
    slideshow image resizing when adding new images
    created by MediaGraphics <https://forums.adobe.com/people/MediaGraphics> in Adobe Muse Bugs - View the full discussion <https://forums.adobe.com/message/7043933#7043933>
    Hi there Elsemiekagain,
    I had to fiddle around with my slide show to get it to work. That is, it worked at first, then went funky, and I had to fiddle. So much fiddling that I can't possibly know what actually made it start to work again.
    And to some degree, this is the way that I find Muse to be in general. That it requires finessing to get it to work as expected. This adds a good deal of time to every development project, though I am getting better at this with practice and experience.
    Most of it is not even things that could be easily put in words as instructions, as many are nanced. But in fairness, this version of Muse is a complete code re-write this year. So we do need to cut Adobe some slack, and give the team time to iron things out.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7043933#7043933 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7043933#7043933
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Muse Bugs by email <mailto:[email protected]ftware.com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=47 59>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

  • 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?

  • New image at the beginning of timeline

    Why when I put a new image (or symbol) in the stage, always appears at the beginning of the timeline? And how can I move it?

    Hi there,
    All elements in EA always appear over the entire timeline...unless you tell them not to do so. Try using Display keyframes to show and hide elements over time.
    You can also use Opacity keyframes in the same way, or even position the image outside of the Stage bounds, if you prefer to do it one of those ways.
    hth,
    Joe

  • RH10 suddenly won't let me add/import new images into my project

    I have tried accessing the "Insert Image" option using the various methods (menu, toolbar icon, right click menu), but once the dialog box is open, I click on the browse folder to find the image that I added via Explorer, but nothing happens and the app freezes.  The only thing I am able to do is close RH via the Task Manager.  I have tried rebooting and also tried doing this in multiple projects to make sure it's not my main project with the problem.  This same thing happens every time.
    I CAN add an image that has already been imported into the project... I tried doing that then using Image Properties to bring in the newly created image... same result... freezes the app.  My project is only about 50MB in size... and I probably only have 2 or 3 dozen images in it so far.
    I am hoping you are not going to say uninstall and re-install because I don't have the disc with me today... working from home.
    Help please.

    TOTAL weirdness... so I just got into work... turned on my laptop... so i'm not working remotely... opened my project... at first i got this error:
    then i continued to get a series of errors of various kinds.. finally one telling me the cpd file was corrupt... now mind you... I had to restart RH several times yesterday... also did a reboot... and didn't get any of these errors...I also tried to import an image into an older project to see if it was the project or RH.. but i had the same problem with the other project - no.. didn't try a NEW project as I was planning at your suggestion because it's working in my existing project now.
    so i deleted the cpd... opened the project.. and tried to import a new image.. and BAM.. it worked like always!  WHAT'S UP WITH THAT?
    I don't understand what the problem could have been if this wasn't working even without VPN...
    Thoughts?  I'd like to avoid this issue next time I'm working from home.. which will be next week!

  • DW can't find new image?!

    Hi all,
    I'm making changes in a website using DW, which include
    adding some new images. I edited the image using photoshop and move
    them into the file where all the images for the website are.
    Strange thing is the new images appear in the assets (also other
    places while I was trying to insert them into the page), but
    there's no preview and when I click insert, the image appears
    broken in DW.
    I tried anyway to upload the page, together with all
    dependent files. The new image appear broken online too.
    Weird thing is this seems only affect new images, the old
    ones on the page are unaffected?!
    Can anybody help me?
    Thanks a million!

    > Is it better to insert an image from outside the site
    folder, then DW ask
    > me
    > to save it inside the site folder, or move all the
    necessary images under
    > the
    > site folder and link it in DW from there (as i've always
    done)?
    Makes no difference. If you have defined a default images
    folder, DW will
    copy it there without prompting.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "eidolonx" <[email protected]> wrote in
    message
    news:gp417t$o4v$[email protected]..
    > After hours of trying, I finally 'solved' the problem by
    coverting the
    > .jpg
    > files into .png. I still don't understand why the old
    one (jpg) are fine,
    > but
    > not the new ones.
    >
    > Is it better to insert an image from outside the site
    folder, then DW ask
    > me
    > to save it inside the site folder, or move all the
    necessary images under
    > the
    > site folder and link it in DW from there (as i've always
    done)?
    >
    > Thanks everyone who replied me. :)
    >

  • How to expand an Image without making new image

    Well, I got a VolatileImage(or it can be normal image), I wanna cut a portion of it, then attach something new to the portion, how do I do so?
    See the following:
    Image:
    111111
    222222
    222222
    I want to cut the "2s" part, so I get
    222222
    222222
    Then attach "3s" to the bottom:
    222222
    222222
    333333
    The way I can think of is: make a new VolatileImage with the right size (portion size+ new attachment size), cut the portion from the old image, paste the cut into the new image at the right position, then render the new attachments into the new image, but this way requires a lot of memory copying, is there a directly way just chop off unwanted stuff and put in new stuff?
    Thanks in advance.

    What kind of application are you trying to do this for? If you're scrolling a map, a better way to do it is to split your original (big) map image file into small square tiles and just draw the one that are on the screen at a given time. This way, instead of copying a large image whenever you scroll, you just change some x and y variables and draw the images at a new offset.

Maybe you are looking for