How to generate a circle of a fixed size

I want to generate a circle of a specific size.
What is the best way to do that?
Also is there a good way to locate the center of an image?
Thanks for any help!

What do you mean by specific size?  Pixels?  Dimensions?
Making a circle is easy, just go to the ellipse shape tool (default is rectangle I believe - you can change the type either on the tool toolbar by click and hold, or just select the tool and adjust on the toolbar at the top).  Depending on which version of PS you have the details will be a little different.  On the toolbar at the top there should be a little arrow to the right of the shapes that allows you to select options.  If you want dimensions you can just put that in, otherwise click circle and drag it to the size you want using rulers or guides to help set size.  If you click on "center" in the options it'll start the circle from the center.  If you use guides then it'll help you locate where it is after.

Similar Messages

  • How to generate blank spaces at end of the record in a flat file with fixed

    Hi,
    I am generating a flat file with fixed length.
    In my ABAP program, i am able to see the spaces at the end of the recors in debug but when download to applicaiton server i am not able to see those spaces.
    How can i generate blank spaces at the end of the record in a flat file?
    Please update
    Thank you

    How are you downloading the file?  And, How are you looking at the file on the application server?
    Can you provide snippets of your code?
    Cheers
    John

  • How to generate a crash (or bug) report

    I am trying to work with Soho notes (documents management: scanning, archieving, ....). I have a problem while using one functionality of this software: the mouse pointer becomes the spinning wheel with all the colors. After I have waited more than 5 mns like this I have to force Soho Notes to quit. The customer support for Soho asked me to send a crash report in order to help fixing the issue. Can somebody help on how to generate such report. Thanks in advance.
    Message was edited by: Pierre-Antonin

    The Crash Log can be found ar
    Home / Library / Logs / Crash-Reporter / APP NAME.crash.log
    Double click on the file and it will open in the Console. Copy and Paste it into an email
    Regards
    TD

  • How to generate control limits in control chart

    I want to generate a X bar chart with control limits, sample size is Fix- 1.
    SPC criterion I selected is 020 ie Task List characteristics/ Material.
    1)Sampling Procedure I used- Fixed-1
    2)Valuation mode I used- Attrib non conforming units/ manual.
    3)Control chart I am using is 110- Shewart chart for X bar.
    But when I click for control limits in chart it is saying control limits for track 1 could not be calculated.
    Could anyone guide me, how to generate control limits for this graph. Sammple size will alwyas be 1.
    Please let me know should I change control chart type in this case.

    Hi Jaison,
    You should use valuation mode - SPC valuation in sampling procedure.
    Also you have to use sampling procedure with inspection points.
    as practically every hour or depending on the frequency decided we collect the measurements and calculate the SPC.
    now after correction in the sampling procedure create new inspection lot and check SPC.
    try out and revert.
    Regards,
    Anil

  • How to generate a set of date type records

    How to generate a set of date-type records, with a fixed interval, starting from a date like 2008-01-01.

    Some thing like this
    SQL> select to_char(to_date('2008-01-01','yyyy-mm-dd') + (level - 1),'DD-MON-YYYY') my_date
      2    from dual
      3  connect by level <= 10
      4  /
    MY_DATE
    01-JAN-2008
    02-JAN-2008
    03-JAN-2008
    04-JAN-2008
    05-JAN-2008
    06-JAN-2008
    07-JAN-2008
    08-JAN-2008
    09-JAN-2008
    10-JAN-2008
    10 rows selected.

  • How to generate very fast pulses (single puls)

    Hi,
    I have a problem with generating fast pulses in LabView (2009 / 9.0, Win7-64enterprise).
    I try to explain my project:
    I have a femtosecond laser which sends pulses with a frequency of 200kHz. It mean 100fs puls 4.9999us low...100fs pulse.....
    The laser have a gate which switches the laser output on and off (optic crystal --> very fast)
    My task is to make it possible to send one single pulse out of the laser. You should have some user interface with LabView and enter
    the amount of pulses (one, two... or more) and a big "fire" button.So we can make tests with a fixed amount of pulses.
    I am very new to LabView and really dont know how to generate very short pulses. I try with a NI-USB6008 card and was possible to do some time loops
    to generate something close to 100Hz. Now I have NI PCIx-6351 card. and want to try to generate pulses of 1us. How to do??? I dont see any posibility to go below 1ms.
    Later on I want to try some syncronisation with the laser. I want to catch one pulse and sync to the next pulse.
    Anyone able to help me with this task ?
    btw: sorry for my clamsy english...
    bjoern

    bjoern,
    OK.  A gate window should be something which can be accomplished.
    The USB-6008 only uses software timing so fast pulses are not possible with that device.
    I am not familiar with the PCIx-6351 and can find no reference to it on the NI website so I do not know what its capabilities are.  Many of the NI cards with digital I/O and counters can generate pulses or pulse trains in the timing range you want.  If you have the NI DAQ drivers, look for examples of pulse generation.
    Lynn

  • How to Generate Report Output to Flat File

    Hi All,
    how to generate a report's output to a flat file(fixed length file).
    Thanks and appreciated.

    Hi
    In the object navigator u have a node called builtin packages. in that you can see text_io package.and in help you can have a detailed exaplination abt that. if your version is 9i then search in web for webutil program which also does the same work.
    Thank you
    Sasi

  • Generated a partition by a fixed counter

    I have de result below and a need to return other column which generate a count by the fixed number 8 for instance.
    How can I produce this kind of result ?
    SELECT 'A' LETTER FROM DUAL UNION ALL
    SELECT 'B' LETTER FROM DUAL UNION ALL
    SELECT 'C' LETTER FROM DUAL UNION ALL
    SELECT 'D' LETTER FROM DUAL UNION ALL
    SELECT 'E' LETTER FROM DUAL UNION ALL
    SELECT 'F' LETTER FROM DUAL UNION ALL
    SELECT 'G' LETTER FROM DUAL UNION ALL
    SELECT 'H' LETTER FROM DUAL UNION ALL
    SELECT 'I' LETTER FROM DUAL UNION ALL
    SELECT 'J' LETTER FROM DUAL UNION ALL
    SELECT 'K' LETTER FROM DUAL UNION ALL
    SELECT 'L' LETTER FROM DUAL UNION ALL
    SELECT 'M' LETTER FROM DUAL UNION ALL
    SELECT 'N' LETTER FROM DUAL UNION ALL
    SELECT 'O' LETTER FROM DUAL UNION ALL
    SELECT 'P' LETTER FROM DUAL UNION ALL
    SELECT 'Q' LETTER FROM DUAL UNION ALL
    SELECT 'R' LETTER FROM DUAL UNION ALL
    SELECT 'S' LETTER FROM DUAL UNION ALL
    SELECT 'T' LETTER FROM DUAL UNION ALL
    SELECT 'U' LETTER FROM DUAL UNION ALL
    SELECT 'V' LETTER FROM DUAL UNION ALL
    SELECT 'X' LETTER FROM DUAL UNION ALL
    SELECT 'Y' LETTER FROM DUAL UNION ALL
    SELECT 'Z' LETTER FROM DUALThe hipothetic result in this case is:
    1,A
    1,B
    1,C
    1,D
    1,E
    1,F
    1,G
    1,H
    2,I
    2,J
    2,K
    2,L
    2,M
    2,N
    2,O
    2,P
    3,Q
    3,R
    3,S
    3,T
    3,U
    3,V
    3,X
    3,Y
    4,Z

    with t as
    SELECT 'A' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'B' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'C' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'D' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'E' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'F' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'G' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'H' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'I' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'J' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'K' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'L' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'M' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'N' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'O' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'P' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'Q' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'R' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'S' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'T' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'U' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'V' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'X' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'Y' LETTER FROM sysibm.sysdummy1 UNION ALL
    SELECT 'Z' LETTER FROM sysibm.sysdummy1
    select t.*, (row_number()over(order by letter)-1)/8 +1
    from t

  • How to generate jasper report in pdf format using swing

    hi all,
    im new to swing and jasper.. can anybody provide me some example on how to generate the jasper report in pdf format? i will call the reportManager from sessionBean.. below is my code:
    1)delegate:
    public GenerateReportDto generateIntoPdfReport(String fileName, String outputFileName, Map parameters){
    GenerateReportDto generateReportDto = getAuditTrailServiceRemote().generateIntoPdfReport(fileName, outputFileName, parameters);
    return generateReportDto;
    2)sessionBean:
    public GenerateReportDto generateIntoPdfReport(String fileName, String outputFileName, Map parameters){
    //Map parameters = new HashMap();
    ReportManager reportManager = new ReportManager();
    3)ReportManager()
    public void generateIntoPdfReport(String fileName, String outputFileName, Map parameters) {
              Connection conn = null;
              try {
                   conn = dataSource.getConnection();
                   //Generate the report to bytes
                   File reportFile = new File(fileName);               
                   byte[] bytes =
                        JasperRunManager.runReportToPdf(
                             reportFile.getPath(),
                             parameters,
                             conn
              //conn.close();
              //Write the bytes to a file
              ByteBuffer buf = ByteBuffer.wrap(bytes);
              File file = new File(outputFileName);
              // (if the file exists)
              boolean append = false;
              // Create a writable file channel
              FileChannel wChannel = new FileOutputStream(file, append).getChannel();
              // Write the ByteBuffer contents; the bytes between the ByteBuffer's
              // position and the limit is written to the file
              wChannel.write(buf);
              // Close the file
              wChannel.close();
              } finally {
                   if (conn != null) {
    conn.close();
    Any help would be highly appreciated. Thanks in advance

    Hi ,
    One 'simple' way is by using the DBMS_SCHEDULER db package and the procedure CREATE_JOB(....) using as job_type the value 'EXECUTABLE'...
    Read for further info in 'PL/SQL Packages and Types Reference'.
    If you have access to OEM ... you can configure this there using wizard.....
    Other way is to use the External Procedure call capabiblity of Oracle DB Server...:
    http://www.oracle.com/pls/db102/ranked?word=external+procedure+call&remark=federated_search
    My greetings,
    Sim

  • How to resize a jpg/gif file to a fix size using jimi ?

    I have search from the web and didn't find any example on doing this.
    Can any one give example on how to resize a jpg image. let say 120x240
    to a fixed size 40x40 ?
    thank you

    Hi.
    When you got that image in form of a file, just load it and invoke the image's getScaledInstance(...)-method.
    Here's how it could work:
    import java.awt.*;
    public class Test {
    public static void main(String[] argv) {
      // define where the image comes from:
      URL toImage = new URL("file:/C:/test.jpg");  // or the like
      // get the image:
      Image image = Toolkit.getDefaultToolkit().createImage(toImage);
      // scale the image to target size (40x40 here):
      Image smallImage = image.getScaledInstance(40, 40, Image.SCALE_DEFAULT);
      // you might want to do other things like displaying it afterwards
    }HTH & cheers,
    kelysar

  • Best Practices:: How to generate XML file from a ResultSet

    Hi all,
    Could someone please suggest the best practices of how to generate an XML file from a resultset? I am developing a web application in Java with Oracle database and one of my tasks is to generate an XML file when the user, for example, click a "download as XML" button on the JSP. The application is basically like an Order with line items. I am using Struts and my first thought has been to have an action class which will extend struts's DownloadAction and through StAX's Iterator API to create an XML file. I intend to have a POJO which will have properties of all columns of my order and line items tables so that for each order I get all line items and:
    1. Write order details then
    2. Through an iterator write line items of that order to an XML file.
    I will greatly appreciate for comments or suggestions on the best way to do this through any pointers on the Web.
    alex

    Use a OracleWebRowSet in which an XML representation of the result set may be obtained.
    http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/oracle10g/webrowset/Readme.html
    http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/jcrowset.htm

  • How to Generate Statistic Graph in Report??

    Hi, i am developing an questionnaire program together with 19 question... i am able to get value for each value..
    Now my problem is how to generate a statistic graph whenever user can check their report ??
    Can anyone help?? Thank you very much......
    from bscs

    The easy way is to use your values to set the width or height of an image dynamically in HTML, but you can only do bar charts using this method.
    For real reports and measures have a look at
    http://www.jfree.org/jfreechart/index.php
    http://www.jfree.org/jfreereport/index.php

  • How to generate multiple output pdf's from one oracle reports

    how to generate multiple output pdf's from one oracle reports.
    I have a report where I have to generate more than one output files from the same report based on a parameter.
    Each output file is for each parameter.
    Is this possible in oracle reports, is so how ?

    You can better post your question in the reports forum instead of this pl/sql forum.

  • How to generate a row in report to compute total?

    Hi:
    I need help to generate a report. In an accounting report, I need to make sum for each client regarding outstanding balance. The format of report is following:
    invoice#, invoice date, invoice amount, paid amount paid date, write off, outstanding balance
    Client Name: Baker Express / Debtor Name: Kurt Weiss inc.
    137308001, 04/18/2012, 438.07, 537.07, 06/05/2012, , (99)
    137308002, 04/18/2012, 100, 90, 06/05/2012, 10,
    client Total: total payment:627.07, total outstanding balance: (99)
    another client and debtor pair
    My question is how to generate total payment and total outstanding balancefor every pair of client and debtor. And there are multiple pairs. I tried to use group by, but how can I display every invoice tuple as well in the report?
    Any help would be appreciated.
    Sam

    One method would be to use ROLLUP in your SQL
    http://www.oracle-base.com/articles/misc/rollup-cube-grouping-functions-and-grouping-sets.php

  • How to generate a report direct in PDF with oracle developer 6i

    hi all
    Please help me about this issue.
    THAT How to generate a report directly in PDF using oracle developer 6i.
    Regards
    Yousuf Ahmed Siddiqui

    Hi,
    You can create the Report directly in PDF by setting some of the Report Parameters
    i.e. DESTYPE, DESNAME AND DESFORMAT as follows before calling the Report.
    DECLARE
         PL_ID          PARAMLIST;
         PL_NAME     VARCHAR2(10) := 'param_list';
    BEGIN     
         PL_ID := GET_PARAMETER_LIST (PL_NAME);
         IF NOT ID_NULL (PL_ID) THEN
                  Destroy_Parameter_List(PL_ID);
         END IF;
         PL_ID := Create_Parameter_List(PL_NAME);
         Add_Parameter (PL_ID, 'DESTYPE', TEXT_PARAMETER, 'FILE');
         Add_Parameter (PL_ID, 'DESNAME', TEXT_PARAMETER, 'c:\test.pdf');
         Add_Parameter (PL_ID, 'DESFORMAT', TEXT_PARAMETER, 'PDF');
            RUN_PRODUCT (REPORTS, 'REPORT_NAME', ASYNCHRONOUS, RUNTIME, FILESYSTEM, PL_ID, NULL);
    END;Hope this helps.
    Best Regards
    Arif Khadas
    Edited by: Arif Khadas on Apr 22, 2010 9:24 AM

Maybe you are looking for

  • How much RAM should my system utilise?

    Hello, Sounds like an odd question and maybe it is, so apologies i am utterly Newbie here. I am running a i7 5930 with 64 gig's of DDR4, typically i am using 70% CPU but the RAM is seldom reaching over 30% usage? Is this odd, am i not applying the so

  • Proper SSL certificat​e?

    I noticed the note in the following URL: https://lenovo-na-en.custhelp.com/app/answers/deta​il/a_id/27878/kw/ssl NOTE: If you create a LenovoEMC Personal Cloud on a network storage device that has LifeLine 4.0.2 or above, you will receive an official

  • Trouble with mic shocking me!

    Probably a stupid question, but every time I get close to my Shure SM58 mic I get shocked. I'm running through a 16 channel mixer, then into the line-in on the computer. There is not a ground switch to flip, like on an amp, so I don't know how to get

  • No sound in imovie events but there is in projects

    I recently imported a lot of video to an external hard drive.  When I try and play the video in events, there is no sound.  When I drag it up to a project, there is sound.  What's up with that?!

  • Adobe Pro X crashes when trying to open Preferences

    I am running version 10.1.8 My initial problem was that I could not open another PDF when I had one already open. So I came on here to figure out what was wrong. Most suggestions mentioned going to preferences and changing something, but when I selec