Photos with the same values of position...

I have a picture with the edited/customized position values (scale, rotation, inclination, perspective, disort, warp)... I have some photos that will be on the different layers and I want that they have the same values as the first (it's stupid to do the same thing with 10 photos...) I tried to duplicate the layers and replacement is contained, but values are lost, so the photos appear in the normal position...

So how can guys, I do this?

For this to work properly, all images must be of the same size and resolution.

  1. Integrate the file of the first image.
  2. Layer > Smart object > convert to smart object
  3. Edit > free transform and establish the size, position and orientation... .OK
  4. Cmd + J to create a layer of dupe
  5. Layer > Smart Object > replace content
  6. Choose the following image > replace

Repeat steps 4-6

Tags: Photoshop

Similar Questions

  • My camera has reached 9999 photos and started renumbering 0001 but in a different folder.  If I import new photos in iPhoto, the older photos with the same numbers are overwritten?

    My camera is renumbering pictures from 0001, but a new camera case.  If I import new photos in iPhoto, they replace the old photos with the same numbers?  The camera knows that they are in a different folder, but what happens when I import into iPhoto?

    iPHoto manages very well duplicate file names - each import is in another folder in the database - no problem

    LN

  • 2 separated registered photos with the same name of file/number.

    How can I separate 2 or more photos with the same name of file/number. Consult us in the case that I see a photo and when I open it I see a different picture. The second photo is not the case in the folder, but still I need to save. It seems they are crushed.

    How can I separate 2 or more photos with the same name of file/number. Consult us in the case that I see a photo and when I open it I see a different picture. The second photo is not the case in the folder, but still I need to save. It seems they are crushed.

    =============================================
    FWIW... If a picture was crushed (replaced), it is unrecoverable.

    Are you saying that the vignette does not match the full size photo?

    How_exactly_are you look at one picture?

    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • An update on an index column with the same value generates an index to the top

    An update on an index column with the same value generates an update of the index?


    Thank you

    In addition to my previous answer, see also

    http://orainternals.WordPress.com/2010/11/04/does-an-update-statement-modify-the-row-if-the-update-modifies-the-column-to-same-value/

    Riyaj Shamsudeen has this to say:
    "+ We have an index on this column v1 and we update this column indexed too." Oracle was updating the indexed column? N ° if the values match the level of the indexed column, then the code of RDBMS isn't up-to-date index, a feature for optimization again. Only the row of table is updated, and the index is not updated. + "

    Hemant K Collette

  • How to create two different smart albums with photos with the same date?

    I created a smart album by using 'Date is' and ' keyword is EAA.»  (The photos have a keyword like "EAA" or "Flower".  Photos of keyword EAA & flower have the same date.)  When I use "Corresponding to all" are has no pictures in the album.  When I use "Match any" all the photos are in the album - EAA & flower.  I would like an album with only pictures of CEA for that date and another album with photos of flower with the same date.

    I get the same answer.  I can get the date and to a key word to work with 'all' selected, but not date and keywords.  So you will need two smart albums: one with date and ECA ('all' selected) and the other with date and flowers ('all' selected).

    Use the file menu option ➙ new Smart Album.

    Report the problem to Apple via https://www.apple.com/feedback/photos.html.

  • rows with the same value

    Hello
    I have this request:
    Select b.db_name, a.handle from bp a, dbinc b where a.db_key = b.db_key;

    By request I see the lines where the handle columns have the same values?
    Thank you.

    Hello

    First thing is that your question is very abstract, we can not know which data table you is central to the present moment.

    Select b.db_name, a.handle from bp a, dbinc b where a.db_key = b.db_key;
    By request I see the lines where the handle columns have the same values?

    What you mean you 'same' values with what data need to be compared to 'the same '.
    Fact it is same or some values.

    -Pavan Kumar N

  • How can I get a CMYK or Gray scale halftone and replace it with a spot color with the same value of midtones?

    Is it possible that I can select an object or objects that have a value of mixed CMYK or Grayscale, and then select a Spot color and it will keep the same value of midtones as before?

    For example, I have an object that is C: 0 M: 0 Y: 0 k: 20 and I select Reflex Blue. What is happening is it change my object to 100% Reflex Blue. Is there a way to change to automaitically Reflex Blue 20%?

    Another example, I have 3 objects, one is 20 k: the second is 40 k: and the third is KC: 85. I want to select all the objects in three at the same time, select Yellow PANTONE and get them to change yellow PANTONE 20, 40 yellow PANTONE and PANTONE yellow 85.

    Is there a way to do it or I will always have to manually edit each element?

    Thanks for the help.

    Select the elements to recolor

    Edit > edit colors > redefine > follow my screenshots

    I love clicking this button under the entitlement, one place for everything that you color reduction settings.

    Use tinted scale. Exact will give you 100% of the color. The exact word is confusing here, this means that the color of the destination (100% of everything that the color you choose), not a version tinged scale.

    Unfortunately I do not know how to get the exact values of blacks to convert the exact values of spot color. Scale of hues will you get you get you close enough for what you need. In my example that a black 89% converts a 84% of the place, so no exact but alteast I have a range of shades, and sometimes the results are better than accurate, depends on your art.

    Here are my before and after.

  • Bind variables (how replace the placeholders with the same value?)

    Hello, I have a code like this:
      procedure getAllTasks(o_cursor                      in out PKG_APPLICATION.rc,
                            in_filter_project_id          in T_FCT_TASK.project_id%type default -1,
                            in_filter_scope_id            in T_FCT_TASK.scope_id%type default -1,
                            in_filter_user_creator_id     in T_FCT_TASK.user_creator_id%type default -1,
                            in_filter_priority_id         in T_HST_TASK.priority_id%type default -1,
                            in_filter_status_id           in T_HST_TASK.status_id%type default -1,
                            in_filter_user_responsible_id in T_HST_TASK.user_responsible_id%type default -1,
                            in_pagination_first           in integer,
                            in_pagination_last            in integer) is
        v_query varchar2(4000) := v_query_allTasks || v_query_whereFilter;
      begin
        PKG_APPLICATION.setPagination(v_query);
      
        PKG_LOG.debug('query: ' || v_query, PCK);
      
        open o_cursor for v_query
          using in_filter_project_id, in_filter_scope_id, in_filter_user_creator_id, in_filter_priority_id, in_filter_status_id, in_filter_user_responsible_id, in_pagination_last, in_pagination_first;
      end;
    The variable v_query contains:
    SELECT * FROM (SELECT A.*, ROWNUM AS RNUM
                      FROM (
        SELECT task_id, project_id, project_name, scope_id, scope_name, user_creator_id, user_creator_login, title, description,
               priority_id, priority_name, status_id, status_name, user_responsible_id, user_responsible_login, due_date,
               last_modified_by_id, last_modified_by_login, last_modified
          FROM V_FCT_TASK
        WHERE project_id          = decode(:1, -1, project_id, :1)
          and scope_id            = decode(:2, -1, scope_id, :2)   
          and user_creator_id     = decode(:3, -1, user_creator_id, :3)   
          and priority_id         = decode(:4, -1, priority_id, :4)   
          and status_id           = decode(:5, -1, status_id, :5)   
          and user_responsible_id = decode(:6, -1, user_responsible_id, :6)   
      ) A
                      WHERE ROWNUM <= :LAST)
                WHERE :FIRST <= RNUM
    Note that placeholders: 1: 2,...: 5 appears 2 times in the query.

    Is there a more elegant way to say that *: 1 * must be replaced by in_filter_project_id, *: 2 * by in_filter_scope_id without having twice in the USING clause these variables? If this is not the case, why the placeholders have name, if you can only refer to their position (order)?

    Thanks for all replies.

    Hi Adam,.

    text taken from http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/11_dynam.htm

    Duplicate use of Placeholders

    Placeholders in a dynamic SQL statement associated with the arguments of bind in the USING clause of position, and not by name. Thus, if the same placeholder appears two times or more in the SQL statement, each appearance must correspond to a bind argument in the USING clause. For example, if the dynamic string

    sql_stmt := 'INSERT INTO payroll VALUES (:x, :x, :y, :x)';
    

    you could code the corresponding USING clause as follows:

    EXECUTE IMMEDIATE sql_stmt USING a, a, b, a;
    

    However, only the unique placeholders in a dynamic PL/SQL block are associated with bind arguments in the USING clause of position. Thus, if the same placeholder appears two times or more in a PL/SQL block, all appearances correspond to a single argument to bind in the USING clause. In the example below, the first unique placeholder (x) is associated with the first bind argument (one). Similarly, the second unique space reserved (y) is associated with the second argument to bind (b).

    DECLARE
       a NUMBER := 4;
       b NUMBER := 7;
    BEGIN
       plsql_block := 'BEGIN calc_stats(:x, :x, :y, :x); END;'
       EXECUTE IMMEDIATE plsql_block USING a, b;
       ...
    END;
    

    Hope this helps
    Christian Balz

  • update other items with the same value when when the column contains Y

     
    CREATE TABLE TEST 
       (     "QUATINTY" NUMBER(17,2), 
         "AMOUNT" NUMBER(17,2), 
         "ERRORRED" VARCHAR2(16 BYTE), 
         "PO" VARCHAR2(12 BYTE), 
         "LINE" VARCHAR2(10 BYTE), 
         "SEQ" VARCHAR2(14 BYTE), 
         "INVOICE" VARCHAR2(16 BYTE)
       ) 
    
    Insert into TEST (PO,QUATINTY,AMOUNT,ERRORRED,LINE,SEQ,INVOICE) values ('123',5,50,'Y','1','1','inv1');
    Insert into TEST (PO,QUATINTY,AMOUNT,ERRORRED,LINE,SEQ,INVOICE) values ('123',5,50,null,'1','2','inv1');
    Insert into TEST (PO,QUATINTY,AMOUNT,ERRORRED,LINE,SEQ,INVOICE) values ('125',5,50,null,'1','1','inv2');
    Insert into TEST (PO,QUATINTY,AMOUNT,ERRORRED,LINE,SEQ,INVOICE) values ('125',4,50,null,'1','2','inv2');
    If you notice the table above which im trying to Edifier is updated the errorred column with 'Y' if the po and invoice are the same and have a 'Y' on the wrong column.
    in other words, I should finish with "Y" in the column for INV1 errorred.
    Can someone point me in the right direction, I can't for the life of me figuered it out.

    Hello

    Here's one way:

    UPDATE     test
    SET     errorred     = 'Y'
    WHERE     NVL (errorred, 'N') != 'Y'
    AND     (po, invoice)          IN (
                              SELECT  po, invoice
                         FROM      test
                         WHERE      errorred  = 'Y'
                               )
    ;
    

    This requires that the po and invoice are not NULL. If a column can be NULL, then the solution might be a little messier, according to the results you want, but only a little. Post some sample data (with null values) which shows what types of situations, you need manage, and the results of the SAMPLES.

  • Grouping of consecutive rows with the same value?

    Hello

    I have a table in which are three columns:
    ROWID  SHOPNAME
    1      SHOP_C      
    2      SHOP_A      
    3      SHOP_C      
    4      SHOP_C      
    5      SHOP_A      
    6      SHOP_A      
    7      SHOP_C      
    8      SHOP_B      
    9      SHOP_B      
    10     SHOP_E     
    11     SHOP_A      
    12     SHOP_D      
    13     SHOP_D      
    14     SHOP_F      
    15     SHOP_G      
    16     SHOP_F      
    17     SHOP_C      
    18     SHOP_C      
    19     SHOP_C      
    20     SHOP_C      
    ROWID is a primary key with a unique ID column
    Shopname is varchar2 column

    I want to make groupings of each value 'shopname""order by ROWID"such that when there are consecutive lines of the same group shopname remains same and as soon as there is a different value in shopname column for the next line changes to"group ".


    My desired output is with the 3rd column of groups as follows:
    ROWID  SHOPNAME    Groups
    1      SHOP_C      1
    2      SHOP_A      2
    3      SHOP_C      3 ------> same grouping because Shop name is same 
    4      SHOP_C      3 ------> same grouping because shop name is same
    5      SHOP_A      4 ----> different shopname so group changed.
    6      SHOP_A      4 ----> same group as above because shopname is same
    7      SHOP_C      5
    8      SHOP_B      6
    9      SHOP_B      6
    10     SHOP_E      7
    11     SHOP_A      8
    12     SHOP_D      9
    13     SHOP_D      9
    14     SHOP_F      10
    15     SHOP_G      11
    16     SHOP_F      12
    17     SHOP_C      13
    18     SHOP_C      13
    19     SHOP_C      13
    20     SHOP_C      13
    I want be done via Analytics, so that I can partition by clause for different stores in different cities

    concerning
    Ramis.
    with data(row_id, shop) as
    (
    select 1,      'SHOP_C' from dual union all
    select 2,      'SHOP_A' from dual union all
    select 3,      'SHOP_C' from dual union all
    select 4,      'SHOP_C' from dual union all
    select 5,      'SHOP_A' from dual union all
    select 6,      'SHOP_A' from dual union all
    select 7,      'SHOP_C' from dual union all
    select 8,      'SHOP_B' from dual union all
    select 9,      'SHOP_B' from dual union all
    select 10,     'SHOP_E' from dual union all
    select 11,     'SHOP_A' from dual union all
    select 12,     'SHOP_D' from dual union all
    select 13,     'SHOP_D' from dual union all
    select 14,     'SHOP_F' from dual union all
    select 15,     'SHOP_G' from dual union all
    select 16,     'SHOP_F' from dual union all
    select 17,     'SHOP_C' from dual union all
    select 18,     'SHOP_C' from dual union all
    select 19,     'SHOP_C' from dual union all
    select 20,     'SHOP_C' from dual
    ),
    get_data as
    (
      select row_id, shop,
             lag(shop) over (order by row_id) prev_shop
        from data
    )
    select row_id, shop,
           sum(case when shop = prev_shop
                      then  0
                      else 1
                      end
                ) over (order by row_id) grps
      from get_data;
    
    ROW_ID SHOP   GRPS
    ------ ------ ----
         1 SHOP_C    1
         2 SHOP_A    2
         3 SHOP_C    3
         4 SHOP_C    3
         5 SHOP_A    4
         6 SHOP_A    4
         7 SHOP_C    5
         8 SHOP_B    6
         9 SHOP_B    6
        10 SHOP_E    7
        11 SHOP_A    8
        12 SHOP_D    9
        13 SHOP_D    9
        14 SHOP_F   10
        15 SHOP_G   11
        16 SHOP_F   12
        17 SHOP_C   13
        18 SHOP_C   13
        19 SHOP_C   13
        20 SHOP_C   13 
    
     20 rows selected 
    
  • With one of several rows with the same value for the same ID

    Hello

    I have this request:

    SELECT

    Count (case when EXISTS ())

    SELECT *.

    FROM business_log bl, su topic

    WHERE su.ID_SUBJECT = s.ID_SUBJECT

    and bl.id_subject = su.id_subject

    AND bl.value = 'resolved '.

    )

    then 1 end another null) num_solved

    OF THE subject

    It is possible that a subject is more than once 'resolved' in the table BUSINESS_LOG

    I want to count only one line solved for a topic.

    I need to use only under RESERVE the table in the main query due to other counts.

    Thank you very much.

    Concerning

    Milos

    Post edited by: 2796614

    in the examples before we talked abount 'Resolved' instead of 'resolved' as in your last example... to let you know, how it is stored.

    I had advice is not to use SEPARATE.

    So what... the evidence that any other question is faster than anything goes business_log, filter lines and can count distinct keys...

    separate within a group function is not the same thing as do select distinct...

    HTH

  • Smart collection for photos with the same capture time

    Hello

    I wish to have a smart collection for the photos I took to make HDR.

    These photos were taken of view/captured sequentially, therefore, most probably have almost the exact same time (perhaps even within the same second).

    -Is it possible to create a smart collection for these photos?

    (I know the collection could also include pictures I didn't mean to, but even when most of the potential HDR photo would be there...)

    Thank you!

    Boolis.

    A good way to make this selection for HDR/Pano is to select all the potential picture in library/grid and then use the command "Auto-pile by Capture time.  You can then place them in collections.

  • Is it possible to import a copy of a photo with the same name without change of name?

    I organize all my photos in my photo folder on my desktop, and sometimes, I copy and paste the same picture in different folders, so that I can use them for different purposes without having to hunt down them. I had never rename them as long as I have them put in a new folder, but when I imported my photo files in Lightroom 3, he took the first copy of any image and left out other copies in the following folders. Is there a way to deceive Lightroom by importing them without having to go back and rename all the?

    Thanks much for any help!

    When you import, uncheck "do not import suspected duplicates."

    In fact, it is not a good idea to manage your files in this way. I mean the creation of duplicates. In addition to the obvious loss of storage space, you encounter other errors of active management potential, such as loss of data. (I remember that I have this file somewhere, so it is prudent to delete this copy).

    The beauty of a database of asset management approach, is that you can have your files into several "virtual folders", called collections in Lightroom, without having duplicate files.

  • Update of column with the same value of the column

    Hello

    I have a scenario like below:

    SRC TAR RSRC FLG
    EN101 1001 1001 Y

    1002 EN101 N
    1003 EN101 N

    Since then, my flag is there for the first record, I have identical RSRC of the CBC. Now, I need RSRC 1001 value for 2 other records as the value of these recordings is N and the target is EN101.

    All of the suggestions.

    Thank you

    merge into your_table t

    a_l'_aide_de)

    Select

    tar

    min (rsrc) rsrc

    from your_table

    where flg = 'Y '.

    Group of tar

    ) u

    on (t.tar = u.tar)

    when matched

    update the value t.rsrc = u.rsrc

    where t.rsrc is null

  • Lightroom 3 - How to batch process a group of photos with the same preset?

    Using Lightroom 3/Mac.  Try to apply a preset to a group of photos. I already read on the forum but what I read didn't make sense to me. I'm sorry. Also I was wondering if anyone else is facing the trend of Lightroom to support the monitor. Whenever I want to switch to another application, I end up having to "Hide Lightroom" so that he can move. Any thoughts?

    Thank you.

    Russ

    Altadena, CA

    ahreff wrote:

    Using Lightroom 3/Mac.  Try to apply a preset to a group of photos. I already read on the forum but what I read didn't make sense to me. I'm sorry. Also I was wondering if anyone else is facing the trend of Lightroom to support the monitor. Whenever I want to switch to another application, I end up having to "Hide Lightroom" so that he can move. Any thoughts?

    Probably the best way to apply a preset to a certain number of photos is to apply to a, then selective sync changes for other pictures.

    Lightroom has three main display sizes.  Use 'F' to pass through them.  You're probably on the version full screen, which uses the entire screen.

Maybe you are looking for