How to find out size of objects

hi, i need to draw a few objects in PS - a few rectangles and circles, and i need to draw them with precise size - width and height, but i dont know where i can find some information about their width and height (in cm or mm). once i draw them, there's nothing about their size in the panel or properties. thanks  

A way to measure pretty much anything is to select the Ruler tool, then drag from one side to the other...
Once you've set the endpoints, you can read the results near the top of the Photoshop main window.  It will read out in whatever units you've set in Edit - Preferences - Units & Rulers
-Noel

Similar Messages

  • How to find out if an object belongs to young or tenured generation

    Hi,
    Working on an internal memory analysis tool (to embed in an application), and I wonder if anyone knows how to find out what part of the heap an object belongs to (young, tenured, permanent etc.). Since tools like VisualGC (both for JDK 1.4 and 1.5) seem to be able to discern between the objects in the heap, there must be a way to figure it out. Is there an API in JNI, JVMTI or JVMPI or anything else that provides this info?
    Thanks,
    Luc

    In Java 1.5 the Monitoring & Management API can tell you this. See J2SE 5.0 in a Nutshell

  • How to find out size of tables

    Can you please suggest me how to find out the size of tables?
    I need to find what would be the appropriate size required for rollback segment.
    Your quick help would be highly appreciated.

    Sizing the Rollback Segments (rollback segment) is an iterative process and requires several scheduled maintenance windows to re-size the rollback segment, based on the DML load. The optimal rollback segment size is a function of system update load (as determined by v$rollstat and v$transaction):
    a) The COMMIT frequency.
    b) The size of RAM log buffers.
    c) Specific Oracle parameters (log_buffer, db_writer_processes, log_checkpoint_interval).
    d) The size of the rollback segment data files.
    The total size of the UNDO area for a specific transaction is as follows:
    If the undo is 'x' bytes for 'n' number of rows then
    T = x * (N / n) * 1.05
    Where T = Approximate Total undo for the transaction in bytes.
    x = Undo for the individual transaction.
    N = Total number of rows in the original table.
    n = Total number of rows in the test table.
    Optimal rollback segment sizing is an iterative process, and is normally "tuned" over a period of several weeks. Generally, we build spreadsheets to track usage and determine the optimal size:

  • How to find out the Referenced objects ?

    Hi all,
    I want to find out the referenced objects
    Example : Table Name is Customer
    I want to know what are the procedures,functions,packages used that customer table. Please provide that sql Query.
    Thanks and Regards

    If this is not what you want, please give us a test case with input and expected output:
    SQL>
    SQL> drop table cust;
    Table dropped.
    SQL> drop procedure proc1;
    Procedure dropped.
    SQL> drop procedure proc2;
    Procedure dropped.
    SQL> drop procedure proc3;
    Procedure dropped.
    SQL>
    SQL> create table cust(x int);
    Table created.
    SQL>
    SQL> create procedure proc1
      2  is
      3  begin
      4  update cust set x = x + 1;
      5  end;
      6  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>
    SQL> create procedure proc2
      2  is
      3  begin
      4  delete cust;
      5  end;
      6  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>
    SQL> create procedure proc3
      2  is
      3  begin
      4  insert into cust values(0);
      5  end;
      6  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>
    SQL> select name, type
      2  from all_dependencies
      3  where
      4  type ='PROCEDURE'
      5  and referenced_name = 'CUST'
      6  and referenced_type = 'TABLE';
    NAME                           TYPE                                            
    PROC1                          PROCEDURE                                       
    PROC2                          PROCEDURE                                       
    PROC3                          PROCEDURE                                       
    SQL> exit

  • Iteration - how to find out if an object is a button?

    Using "for (var i in _parent) {}" I'd like to find out all
    button objects and call "i.disable()". However, I have the problem
    to be unable to tell if any "i" is a button, because instanceof
    does not work, and all other methods I tried, including simply
    adding "if (i.enabled != undefined)" only resulted in compile
    errors.
    Help appreciated...

    SOLVED - of course I have to use _parent
    in the loop instead of just "i", which is only a
    string.

  • How to find out the overlapping object?

    Is it possible to find out wheather one pathItem which not in horizontal and vertical position be overlaped or touched any other items like pathitems,textframes etc. in illustrator cs3 active document.
    I got the top, left, right and bottom values of the bounding box for every items. From that i got the overlap of bounding boxes. But i don't know how to find out one pathItem overlaped (or) touched any other items. Kindly advice me the possibilities. I have attached the sample file for review.
    Thanks in advance.

    You always can copy your art and implement "Intersect" in Pathfinder
    using sAIActionManager->PlayActionEvent(...).
    Then check if remained art  != nil.

  • Playlists - how to find out size of playlist?

    Hi all,
    I have created a playlist to burn to a CD and I cant seem to find out the size of said playlist eg 70 songs 10g
    all it says is 9 songs 33mins and i want to burn to a 700mb disc
    how do I find what size the playlist is
    It used to appear at the bottom of the screen in the old iTunes
    I cant even find out how big my library is anymore
    its gotta be there somewhere - just need some direction
    Cheers
    Kirsty

    Thanks, your answer was just what I was looking for. 
    Good, glad it helped.
    How can I add a "this helped me" icon?
    Marg - Only the Original Poster can add the "helped" star to a thread.  But thanks for thinking of it.  Enjoy the music!

  • How to find out if an object is already saved in a transport request

    Hi all,
    Does anyone know a function module or a class using which I can find out if a development object(class. interface etc.)  is already processed and saved in an open transport request in my system?
    Thanks in advance
    Sükrü

    Hi Sükrü
    You can read the table E071 with the object id and get the transport request number. Use this transport request and read the table E070, the field "TRSTATUS" will give the status whether the object is locked or released.
    Hope this helps !
    Regards
    Ranganath
    PS : Reward points if found useful !

  • How to find out the Gradient Object Information?

    Is it possible to find out wheather the textframe contains "gradient object" or not through programmatically(Vbscript or javascript). Kindly advice me, also please provide any examples.

    If I have correctly understood question, then it easy:
    that is on VBS:
    Dim objFSO 'As FileSystemObject
    Dim objTextFile 'As Object
    Set appRef = CreateObject("Illustrator.Application")
    Set mydoc = appRef.ActiveDocument
    myselection = mydoc.Selection
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objTextFile = objFSO.CreateTextFile("c:\color.txt", True)
    For Each ch In myselection(0).Characters
    Select Case mydoc.DocumentColorSpace
    Case aiDocumentCMYKColor
    c = Round(ch.CharacterAttributes.FillColor.Cyan, 2)
    m = Round(ch.CharacterAttributes.FillColor.Magenta, 2)
    y = Round(ch.CharacterAttributes.FillColor.Yellow, 2)
    bk = Round(ch.CharacterAttributes.FillColor.Black, 2)
    objTextFile.Write ("C=" & c & " : " & "M=" & m & " : " & "Y=" & y & " : " & "B=" & bk & chr(10) & chr (13))
    Case aiDocumentRGBColor
    r = Round(ch.CharacterAttributes.FillColor.Red, 2)
    g = Round(ch.CharacterAttributes.FillColor.Green, 2)
    be = Round(ch.CharacterAttributes.FillColor.Blue, 2)
    objTextFile.Write ("R=" & r & " : " & "G=" & g & " : " & "B=" & be & chr(10) & chr (13))
    End Select
    Next
    objTextFile.Close
    script create txt file on C: and write a color of every character in selected frame

  • How to find out whether an object can be converted into a Long?

    Hi,
    I am facing a problem which can be summarized by the following. Let's imagine the following method:
    public static int MyCompare(Object anyObj) throws Exception {
        Long X = new Long(3);
        if (anyObj "can be converted into a Long") {
            Long MyConv = anyObj;
            return X.compareTo(MyConv);
        } else {
            throw new Exception("No success");
    }My issues are i) that I don't know how to write the proper test to check whether the anyObj parameter can be conveted into a Long and ii) How do I convert anyObj into a Long properly?
    The method should not return an Exception in the following cases:
    int a1 = 33;
    long a2 = 44;
    MyCompare(a1);
    MyCompare(a2);Can anyone help? Thanks !
    J.

    Hi,
    I have tried to test the suggestion with the following code:
    public class MainLong {
        public static void main(String[] args) {
            int i = 33;
            long j = 44;
            Long k = new Long(55);
            String l = "Trulu";
            System.out.println(MyCompare(i));
            System.out.println(MyCompare(j));
            System.out.println(MyCompare(k));
            System.out.println(MyCompare(l));
        public static int MyCompare(Object inObj) {
            Long Dummy = new Long(30);
            if (inObj instanceof Long) {
                Long Temp = (Long) inObj;
                return Dummy.compareTo(Temp);
            } else {
                return Integer.MIN_VALUE;
    }and I got the following output:
    -2147483648
    -1
    -1
    -2147483648which is all fine except for the call with an int, it should return -1.
    The above are example of objects which can be passed as a parameter to the function. I bet I should test for (anyObj instanceof INTEGER), correct?
    Thanks,
    J.

  • How to find out size of Apple TV hard drive?

    A friend of mine recently gave me an old 1st generation Apple TV to sell on eBay. He doesn't remember which size hard drive it has (40GB or 160GB), and I'm having difficulty finding it. Does anyone know where to find that info? Thanks.

    The folllowing instructions assume that your Apple TV is up and running, and is regustered with iTunes.  If this is not te case, you'll have to resort to finding and matching model numbers as other posters have inicated.  It also applies only to the 1st Generation Apple TV (the silver one).
    In iTunes 9 or higher, select the Apple TV that appears in the devices list.  There is a capacity bar that shows you what space is used for what media type, but it also indicates the space remaining on the drive.  From that, you can deduce the size of the Apple TV's internal hard disk.
    --tonza

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • How to find out prerequisites of archiving objects?

    As we plan an archiving project for our ERP system, I would like to know how to find out the prerequisites for archiving the different objects.
    For example, as I know for archiving material master data, the usage of object MM_MATNR requires that the deletion flag is set on materials.
    Or as I assume, orders probably can only be archived if they are delivered and closed.
    How to find out these prerequisites?
    Best regards
    Martin

    Hi Martin,
    Network Graphics helps in determining the dependencies among the archiving objects.Once you have sorted out the flow you can schedule archiving in test mode to find more details.
    Eg PP_ORDER you can find out why a particular order is not archivable...may be cos of unsettled balance..etc.
    You can find few details about the prerequisites in the archiving run (test)
    Hope this helps.
    Thanks,
    Priya.

  • How to find out the image size?

    How to find out the image size values(Width and height) in illustrator CS3 using any script. I tried but i got only the document height and width. I need to find out the image BoundingBox value of width and height. Kindly advice me.

    Try this.
    tell application "Adobe Illustrator"
    set heightImage to get height of raster item 1 of current layer of current document
    set widthImage to get width of raster item 1 of current layer of current document
    display dialog (heightImage & " X " & widthImage) as string
    end tell
    JaiMS

  • How to find out the PATTERN, GRADIENT and BRUSHED objects?

    How to find out the PATTERN, GRADIENT and BRUSHED objects information in illustrator active document file. And also how to find the CMYK and RGB color information in illustrator file through javascript. Could you please provide any examples.

    I tried using the below code. But for both "cmyk" and "grayscale" pattern it gives only CMYK. Kindly check and advise.
    Code:
    var docRef = activeDocument;
    for(var i=docRef.inkList.length-1;i>=0;i--){
      var inkRef=docRef.inkList[i];
      var inkRefName=inkRef.name;
      alert(inkRefName);
      alert(inkRef.inkInfo.kind);
    Thanks for looking into this.

Maybe you are looking for

  • Safari 3 for Win and Mac not working with sites

    I work for a company that does all the IT stuff for the county of San Diego, and it was brought to our attention that the County site (and some of the sites in it) don't play nice with Safari 3 on either platform. I downloaded the latest beta, plugge

  • Going from iphone 4 to 3gs and applecare

    Hi all, I have a iphone 4 and bought a iphone 3gs brand new of ebay. Can I transfer my existing applecare from the iphone 4 to the 3gs once activated? I'm going back to a 3gs. I have my receipt and agreement number from when I bought the applecare. T

  • Airport express loses signal but software says it's OK, and light is green?!

    My AirPort express wireless 7.6.4 has just stopped working although the light is green and the Airport Utility software in the computer (10.9.5) says the connection is "excellent". I have it connected to a BOSE speaker which works (I tested it with a

  • I just bought a new iMac. But it has apps from another account.

    I'm a windows user who is recently interested in macs cuz they look pretty. After installing office, i went into the app store, only to find that i have new updates. so when i went to the updates tab. i found angry birds. but i didnt bought angry bir

  • Computer suddenly ridiculously slow. Please read, and help if you can.

    Problem description: I very recently did a clean install of Yosemite, and everything was going great, but all of a sudden, everything slowed down like crazy today. The cursor moves slow. Clicks take MINUTES to register, and Chrome, Firefox, and Safar