Sizing in elements 12

just purchased elements 12 but it won't allow me to size above 416...need to size 2145 X 1050,, anyway to override or get refund to get another photoshop verison that allows higher sizing?

Put a check mark in the box "re-sample image" and if necessary un-check constraint proportions.

Similar Messages

  • Best options to use in Temp Table

    Hello,
    I was just trying to figure out the best options we can choose with when we come across a scenario where we need to use a  Temp Table/Table Variable/Create
    a Temp Table on the fly.
    However, I could not see any big difference in using those options. As per my understanding using a table variable is more convenient if the query logic is
    small and the result set also will be comparatively small.Creating a temp table is also an easy option but it takes much time and we can not create any indexes on it. I am working on a query optimization task where in plenty of temp tables are used
    and the query takes more than five minutes to execute. We have created few indexes and all in few tables and reduced the query execution time up to 2 mnts.Can anyone give me more suggestions on it. I have gone through various articles about it and came to
    know that there is no one solution for this and I am aware of the basic criteria like  use Set No count on, Order the table in which the indexes are created, Do not use Select * instead use only columns which are really required, Create Indexes
    and all. Other than these I am stuck with the usage of temp tables. There are some limitations where I can convert all the Temp table logic to CTE (I am not saying its not possible, I really dont have time to spend for the conversion). Any suggestions are
    welcome.
    Actual Query
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    00.00.02
    5225 rows
    With Table Variable
    DECLARE  @General
    TABLE(Code
    NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO @General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    AS Name  from ProductionResponse.ProductionResponse
    select
    * from @General
    00.00.03
    5225 rows
    With an Identity Column
    DECLARE  @General
    TABLE(Id
    INT IDENTITY(1,1)
    ,Code NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO @General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    AS Number  from ProductionResponse.ProductionResponse
    select
    * from @General
    00.00.04
    5225 rows
    With Temp Table:
    CREATE
    TABLE #General (Id
    INT IDENTITY(1,1)
    PRIMARY KEY,Code
    NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO #General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    select
    * from #General
    DROP
    TABLE #General
    00.00.04
    5225 rows
    With Temp Table on the Fly
    SELECT G.Code,G.Name
    INTO #General  
    FROM
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    )G
    select
    * from #General
    00.00.04
    5225 rows

    >> I was just trying to figure out the best options we can choose with when we come across a scenario where we need to use a Temp Table/Table Variable/Create a Temp Table on the fly. <<
    Actually, we want to avoid all of those things in a declarative/functional language. The goal is to write the solution in a single statement. What you are doing is mimicking a scratch tape in a 1950's tape file system. 
    Another non-declarative technique is to use UDFs, to mimic 1950's procedural code or OO style methods. Your sample code is full of COBOL-isms! In RDBMS we follow ISO-11179 rules, so we have “<something in particular>_code” rather than just “code” like
    a field within a COBOL record. The hierarchical record structure provides context, but in RDBMS, data elements are global.  Or better, they are universal names. 
    >> I am aware of the basic criteria like use SET NO COUNT ON, Order the table in which the indexes are created, Do not use SELECT * instead use only columns which are really required, CREATE INDEXes and all.<<
    All good, but you missed others. Never use the same name for a data element (scalars) and a table (sets). Think about what things like “ProductionResponse.production_response” means. A set with one element is a bit weird, but that is what you said. Also, what
    is this response? A code? A count? It lacks what we call an attribute property. 
    This was one of the flaws we inherited when ANSI standardized SQL and we should have fixed it. Oh well, too late now. 
    Never use NVARCHAR(MAX). Why do you need to put all of the Soto Zen sutras in Chinese Unicode? When you use over-sized data elements, you eventually get garbage data. 
    >> Other than these I am stuck with the usage of temp tables. There are some limitations where I can convert all the Temp table logic to CTE (I am not saying its not possible, I really do not have time to spend for the conversion). Any suggestions are
    welcome.<<
    Yes! This is how we do declarative/functional programming! Make the effort, so the optimizer can work, so you can use parallelism and so you can port your code out of T-SQL dialect. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Ideas for the CE UI layer

    This thread should be used to post ideas regarding the UI layer of SAP NetWeaver Composition Environment.
    Before you start to post ideas please read <a href="/people/community.user/blog/2007/09/14/ask-not-what-sap-netweaver-composition-environment-can-do-for-you-ask-what-you-can-do-for-sap-netweaver-composition-environment Blog for further details.

    Suggested features for Visual Composer:
    images in Melting Group
    clickable images in table (i.e. assign action to image in a table)
    font size settings
    UI rendering for different output devices (larger for touchscreens, smaller for PDAs)
    free sizing of elements, e.g. larger buttons
    enable settings for pop up resizability
    clickable wizard steps (i.e. step can be selected by clicking on step number)

  • MacBook Pro Retina Display Support ?

    I just purchased a new MacBook Pro Retina Display laptop, and would like to know when I can expect Adobe to upgrade the CS6 suite of apps to take advantage of the Retina display.

    Don Quinn wrote:
    Am I the only one confused why people buy into doubly dense displays and then want to dumb them down by making elements on them twice as large?  That seems wasteful. Scoot your chair closer to the screen. I hold an iPhone 4 closer to my face than a 2nd gen iPod touch. It is no big deal. They look the same that way.
    The retina display does not introduce a new issue. Dot pitch has been increasing for years. We see people that will adjust their LCDs to a non-native resolution (ie: running 1024x768 on a 1280x1024-capable display). Or they will adjust their system settings to display larger fonts. Instead of buying the right monitor for their needs and eyesight, they misuse an expensive display. I would love to have the pixels that they are not using. A pixel is a terrible thing to waste.
    You show a complete lack of understanding of the problem, and what the Retina display brings to the table. It's not just a higher density display — it's roughly double the resolution. You even said it, but did you think it through? According to your suggestion, we should run the display at the double resolution and deal with half-sized UI elements. Can I say, "yuck!"? Just TRY to use Photoshop with buttons this small:
    http://d.pr/i/LVTH (screenshot of Photoshop CS6 on my rMBP at the highest resolution) Squeeze that into a 15in. laptop screen and you'll see the problem.
    Most are smaller than my mouse pointer. Some apps that don't support the display are completely unusable. I tried playing Team Fortress 2 soon after getting my rMBP and found that the settings UI is so small it's impossible. The doubled resolution isn't so we get more screen real estate — it's so we get super-crisp images and a level of detail in the photos and graphics we work on that parallels printed work. Hell, I'd settle for just getting the workspace Retina supported. I don't care if the UI is grainy, I just want my photos and prints to be crystal clear.
    I'm STILL waiting on word (any word at all) from Adobe that even HINTS on Retina support. I refuse to purchase software because odds are, it'll be in 6.5 and I'll have to purchase all over again. I'd go Creative Cloud but I'm not paying $50/mo for ugly software from a company who could be a bit more loving to the consumer. Also, I just can't afford it. I'm unfortunately stuck waiting with just Pixelmator (which is Retina supported already... ahem) until Adobe says something. ANYTHING. Instead, you could hear a pin drop in the silence. WE JUST WANT TO KNOW

  • Problems with margins and borders in a fluid grid layout

    When I create a page using the built-in fluid brid layout option in Dreamweaver CC, I have problems adding margins and borders. to the elements I've added to the page.
    Is there a method to prevent the above occurring?

    Hi Ken
    I'm sizing each element to specific grid sizes and, working in the "show fluid grid layout guides" view am aligning the second element alongside the first by click the "up" arrow. e.g.:
    I'm using a 24 grid layout (mainly because I thought it would allow more flexibility when working on two or three column layouts)
    I have the first element 10 grids wide (41.348% wide) and the second element 14 grids wide (56.9% wide)
    I've populated the first element with text including an h2, h3 and p element
    In the second element I've inserted an EasyRotator slideshow
    The third element is below the first containing text . That is also 10 grids wide
    The fourth element also contains text and is 9 grids wide and has margins of left = 8% and right = 7% so that it appears below the gallery and it has a border around it.
    The problem occors when I try to place a border around the element containing the EasyRotator. When I do, it become too large and drops below the first element.
    How can I control this problem?
    Thanks in anticipation.
    David
    P.S. Can you recomment any tutorials that provide info on the above.
    I'm subscribed to Lynda.com, have searched adobe TV and looked at all the tutorials that are provided through Dreamweaver CC Help.
    Nowhere can I find the above subject covered.
    I'd like to find a tutorial which also provides exercise files to work with if possible.

  • Blurry text with my laptop

    Hi,
    I just bought a toshiba laptop yesterday and it is very blurry for a lot of software. I just wonder any thing I should do?
    thanks!
    model: E55-A5114
    Bob

    I don't know any more than you about this. (You probably know more.) We don't have any Toshiba machines here, but I don't see it on our Microsoft Surface Pros. 
    Microsoft does acknowledge the situation. Its own application developers are apparently among those who don't do it right!
       Some desktop applications may appear blurred on high-DPI displays
    In order to provide an optimal experience on high-DPI displays, desktop applications have to detect the DPI of the display that is being used and then scale their graphical elements, text, and screen layout appropriately. Some applications do not implement this. Therefore, they may not look as sharp. Other applications may attempt to implement this, but may not implement it correctly, causing problems such as truncated text or incorrectly sized graphical elements.
    -Jerry

  • Help me:Calling C dll to get cluster data

    I have read the .d7d data files with the DWDataReaderLib.dll in labview,i can get the data and time_stamp through allocate memory (data and time_stamp)  then call DWGetScaledSamples ,but when i want to allocate the DWChannel structures then call DWGetC​hannelList to get channel list properties,it will fail .In fact,now i don't konw how to get channel list .In my program,i have allocate the DWChannel structures ,but it doesn't export the data ,and when i wire the array of channel list,the labview will destroy.thanks
    Attachments:
    read DWdata.zip ‏870 KB

    You can't do this in the way as in your example. Your DWEvent and DWChannel structures both contain fixed sized string elements. This means they are inlined in the structure. The only way in LabVIEW to create a compatible structure is to create an embedded cluster with the according number of byte elements. So your DWEvent cluster should be really a LabVIEW cluster which contains  an int32 event_type, a 64bit float, and then another cluster containing 200 unsigned 8bit integers. The same rule will accordingly apply to DWChannels.
    On return you can then use ClusterToArray and then ByteArrayToString to convert these bytes into a string. You should clip the array to the first 0 byte before converting to a string, otherwise you will always get strings that contain 200 characters, with random characters after the first 0 byte character in the returned data.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Re-sizing and Pasting in Elements 12

    I've just got Elements 12 and I'm having difficulty getting started.
    The first thing I need to do, is to re-size a load of images - I need them to be a specific size in centimetres. I don't care how many pixels they are, or how big the file is.
    However, whenever i try re-sizing, and then open the image in something else, it hasn't really changed size - it's just set to print at that size in elements. As I'm not printing them, I'm sending them digitally elsewhere to be printed, that's no good to me- is there any way to actually change the size.
    Once I've got the images resized, I then want to paste them onto a slightly larger black background. However, I don't seem to be able to paste between files. Is this normal?
    To sum up:
    I have a load of jpegs and pngs of various sizes, I want to get them all to 6.12 x 8.6 cm, then paste them into a black background 6.4 x 9 cm (providing a thin border against the edges being cropped int he printing process) and save as jpegs. These jpegs will then be uploaded to a printing company via the internet.
    I'd hoped this would be a fairly simple process, but it seems to be impossible. Can anyone help?

    For printing, it desirable to have the resolution in the range 240-300px/in.
    You can convert the ruler scale to metric by right clicking on the ruler. This will help you to visualize the dimensions for reference.
    On the crop tool's option bar, enter 6.12cm and 8.6cm for w & h (depending on portrait/landscape orientation.) Enter resolution 240px/in in the resolution field.
    Drag out the crop shield to embrace what you wish to retain, then commit with the green checkmark.
    Set your foreground color chip to black
    Go to Select menu>all
    Open a blank layer above the background layer
    Goto Edit menu>Stroke(outline) selection. Try stroke width 5px, position:inside. OK
    Press CTRL+D to get rid of the marching ants.
    You can adjust the black border (stroke width) to suit - simply delete the layer created in step #5, and replace it.

  • If I'm copying text and/or vector elements from Indesign to Photoshop how come their pixel sizes change even though I opened the same sized document and my indesign file is a web file?

    If I'm copying text and/or vector elements from Indesign to Photoshop how come their pixel sizes change even though I opened the same sized document and my indesign file is a web file?

    >my indesign file is a web file
    Pardon?
    Or do you mean that, when you created a new document, you choose Web as intent maybe?

  • I had photoshop elements 8 installed on my previous computer and it did not work properly when it came to sizing  photos for a website I was adding to.  I now have a new computer which runs windows 7.  Is it worth installing it again on my new computer?

    I had photoshop elements 8 installed on my previous computer and it did not work properly when it came to sizing  photos for a website I was adding to.  I now have a new computer which runs windows 7.  Is it worth installing photoshop elements 8 again on my new computer or will it be a waste of time?

    I have PSEv.8 on my computer running WINDOWS 7. It works perfectly..
    Perhaps you need help with saving files for web use.. Will be pleased to assist you when you get everything set up.

  • Help with photoshop elements regarding sizing.

    I am using photoshop elements 11. I am trying to resize a picture to an 8x10 to send to the lab. I cant adjust the height or width individually it effects both. I either get an 8x12 or 6 something by 10. How can I adust this so I can forward this to the lab. I need to do this as soon as possible. I have it set for constrain proportions.

    Go to "Image Menu>Resize>Image Size". Select the Resample checkbox and deselect the constraint proportion checkbox. Now you can enter any values in the height and width text fields.
    But make sure that this might result in changing the original proportions of your image , which might not look good.

  • Re-sizing a photo in Photoshop Elements 10

    I am new to Photoshop Elements.  I just installed Photoshop Elements 10 and Premiere Essentials 10.  I have used Paint Shop Pro for many years.
    This was a very easy procedure in Paint Shop Pro, but I cannot find any help as how to do it in Photoshop Elements 10..............I post items with
    pictures on Craig's List and I need to "re-size" my photos as they are too large and too slow to upload.  Can someone tell me how to make my
    photos smaller while maintaining the original ratio.
    Thank you for any help you might be able to give me.  If my question is not clear or you do not understand it, please let me know.
    cb0718

      If you want to do a whole batch for your website use full edit and click file à process multiple files.
    If you select a new destination folder you won’t overwrite your originals.
     

  • Premiere Elements 9, image sizing

    I have been working on a 'slideshow' compiled from scanned pictures. Some of the early images were narrow & tall (approx 3 x 5). When these images are converted in Photoshop Elements to wmv files, imported into Premiere Elements, titles & menu added, & burned as DVDs these narrow 'portrait'  orientated images have been cropped on the bottom by the available height of the TV screen. Doesn't matter if I format them 4:3 or 16:9. Any way to change the height of the image other than starting all over and manually cropping the height in Elements?

    For resizing jpegs:
    http://www.irfanview.com/
    or
    http://www.faststone.org/FSViewerDetail.htm

  • Photoshop Premiere Elements Image sizing for DVD

    Any way to prevent photos from being cropped/off screen when viewing on TV. Formated both 4:3 & 16:9 and bottom of 'portrait' layout images are often cropped. Happens on older long thin scanned photographs (approx 3" x 5") from the 40's & 50's?

    Bluestar06
    I think that this question is better asked on the forum specific to Premiere Elements at
    http://forums.adobe.com/community/premiere_elements
    When you repost there I suggest that you
    -- include the actual photo file dimensions (height and width) for your scanned Portrait mode photos
    -- say whether you plan to do any pan and zoom within this type of photo
    -- identify which version of Premiere Elements you are using
    -- more details about your desired outout format - like will it be a Standard Defintion DVD or will it be an HD format  ?
    Now theoretically within the Photoshop Elements Editor you could create a new landscape shape photo file (for each photo) where you placed your portrait mode photo on a background shaped for 4:3 or 16:9 as needed and then save a new photo specifically file for use in the Premiere Elements show.  However, this approach is probably not best if you plant to use pan/zoom and there are many other alternatives within Premiere Elements.

  • Auto alignment and sizing in form elements- can't turn it off

    For some reason a certain form I'm working on in Acrobat 9 Professional on Mac, Leopard 10.5.8, has a problem.
    It has a feature enabled that I can't figure out how to disable. Form elements sizes and positions are not adjustable in the micro range as usual.  A button is a given height and can only be adjusted to twice or thrice (etc.) that height. Similarly, it can only be moved in the same increments. It can't be nudged.
    I am accustomed to being able to nudge with mouse or arrows in such small increments that the form elements seem infinitely adjustable in size or position.
    Is there a setting somewhere that disables this feature?
    See the attached PDF with transparent buttons on the first page (TOC).
    thanks,
    Steve Horn

    Yes, indeed. Thank you, thank you, thank you.

Maybe you are looking for

  • Fields in the Task List -- Operation Overview

    Dear Expert, There are few fields in the operation Overview of the Task List - >> if we move ahead in each n evry operation -- fields like Material Grp, Cost element and Assembly....n lot more. plz tell me the appropriate use of the same.(If any) plz

  • Request for USB and/or CF card reader

    As a serious photographer, I would like to see USB ports added to the iPad. The size is perfect for traveling; I'd love to replace the laptop with an iPad. My camera uses Compact Flash cards, so at the least, if adding USB ports is not part of the pl

  • ESS -Tax declaration

    Hi Not able to get ESS Tax node -Provision and actual in R/3, do we need to activate something for the same. Thanks Adityaa

  • Approaches for Integration of non-SAP Systems in CE

    Hello! Sorry for this theoretical question but it is important fo me to know: Is the use of Webservices the only way to integrate non-SAP Systems in a Process desinged with Netweaver BPM or are the other ways too? If yes, which are they? Is CE only d

  • Good Book on compression?

    There was a thread I read a few weeks ago where some dude who answered sounded like the demi-god of compression. He mentioned some books and I want to get one. I don't remember his name or the name of the thread. But you read this, demi-god of compre