Photoshop :: Action Simply Performs (merge Visible) Without Creating A Duplicate?

Nov 11, 2013

I have setup a command within an action to "merge visible (with duplicate)"... and sometimes this action runs perferctly well and does what its supposed to, but other times it simply performs "merge visible" without creating a duplicate, and thereafter the action has been changed to "merge visible" forever, until I re-record it that is.
 
Is this behaviour normal? Can it be fixed?

View 9 Replies


ADVERTISEMENT

Photoshop :: Try To Make Merge Visible Available

Jun 5, 2009

I am fairly new to more than the basic elements of photoshop. I am using 'Actions' to create a e-book cover and had my design created but when I pressed finalise iget the error box - The command Merge Visible is not available with two boxes continue or stop Clicking on either box produces no results.

My query how do I cure this please, I also notice that in the layer detail menu all but the background layer have disappeared. I have taken back steps and re-entered layers with the same result. Forgive my ignorance I am a silver haired surfer who was told it was easy to create e-book covers in photoshop.

View 5 Replies View Related

Photoshop :: Shortcut Merge Visible

Oct 23, 2002

When I try to use the "merge visible" and the inverse selection shortcuts they simply do not work or deselect the program. Is this a well known problem for win2000? as far as I know I haven't got any irregular keyboard settings or maybey 2000 has some flaws...

View 1 Replies View Related

Photoshop Elements :: Merge Duplicate Tags From Facial Recognition?

Dec 1, 2012

How can I merge duplicate tags from facial recognition in Photoshop Elements 11?  For example, if I mistakenly created two tags, both called Bill, how can I put all Bill's pictures in one file?  I found an answer for previous editions of Photoshop Elements, but Photoshop Elements 11 has changed the organizer so I can't figure out how to do it.  Also, it doesn't seem possible to see two sets of tags at the same time - is this a glitch?

View 1 Replies View Related

Photoshop :: Flatten Image And Merge Visible

Aug 11, 2005

whats the difference between these 2,flatten image and merge visible, and is it necessary to do this before saving it to a jpeg or something?

View 2 Replies View Related

Photoshop Elements :: Why Can't Merge Visible Layers

Oct 17, 2012

why cant I merge visible layers?

View 2 Replies View Related

Photoshop :: Stamp / Merge Visible Missed Some Layers?

Sep 5, 2012

I am using Photoshop CS5.When I stamp/merge visible, it did not seem to produce what was last seen on my screen. It seems like it missed some adjustment layers, which I am not sure which one.

View 4 Replies View Related

Photoshop :: Difference Between Merge Visible And Flatten Image

Oct 31, 2004

Can anybody tell me the difference between Merge Visible and Flatten Image?

View 1 Replies View Related

Lightroom :: How To Merge Catalogs With Duplicate Images

Nov 20, 2011

I have two machines running LR3, a mac laptop and a windoze desktop. Both are using local disk and a central NAS. All files use sidecar (XMP) files.
 
Frequently I'll copy my pictures directory over to the NAS to back it up or, if I'm upgrading the big windoze box, I'll copy it's images over to the NAS in a different directory. I've also been known to prune the local folders since I know they're backed up and because I need the space for a project. This creates a situation where one folder on the NAS may have duplicate subfolders (say "2008 May") same as the notebook but may also have folders (say "2008 November") that don't exist on the notebook.
 
I could live happily with this mess except that now I want to make one big master catalog of ALL the images on the NAS, minus the duplicates. In other words, I want to clean stuff up.
 
If I just import the photos (as opposed to the catalog) I get the duplicates removed but then I lose all the collection sets and previews. If I import the catalogs then I get the collections and previews but I also get duplicates.
 
What I want is either a tool, or a means in LR3 to eliminate (or merge) the duplicates.
 
It could be an external file utility that compares two directories and eliminates the duplicates (followed by a LR3 catalog cleanup of missing files) or a way to import the catalogs, remove the duplicate entries and then export as a single file structure.

View 3 Replies View Related

Photoshop :: Merge Layers To Create One Step Action

Aug 14, 2013

Is there a way to merge the layers from a photoshop action to create a one step action?

View 5 Replies View Related

Photoshop :: Creating A Duplicate

Jan 15, 2008

I have created a 12" X 36" photograph that I want to print. To print it I will have to pay for a 24" X 36" print so I want to duplicate or tile the same picture (one on top of the other) so that I get two prints for the price of one. I can't figure out how to do this in photoshop.

View 1 Replies View Related

Paint Shop Pro :: Script / Copy And Merge Visible Layers Into A New Layer

Mar 11, 2013

If you've ever created an image having multiple assorted layers, and want to apply a modification to the final image while keeping those original layers intact, here's the script to do that:

Select allfrom PSPApp import *
def ScriptProperties():
return {
'Author': u'Ken Arway',
'Copyright': u'2013',
'Description': u'Copies all visible layers to a newly created ra'
u'ster layer.',

[code]....

Just use your favourite text editor to copy that code into a text file, and save the file as "CopyVisibleMergedToNewLayer.pspscript" in your user scripts directory. Doesn't matter if it's the "Restricted" or "Trusted" directory.

As the name implies, all the visible layers will be copied and merged, so it's easy to first "hide" the layers you don't want merged before running the script.

Yes, it's just a series of recorded actions; but the key is its use of the "Select All" and "Paste Into Selection" actions -- that ensures that the resulting merged layer maintains the same positioning as the individual layers. In other words, if your original layers have a transparent background and opaque areas that are off-center, simply using Edit...Paste As New Layer will center those opaque areas in the canvas, which is not what you want....

View 4 Replies View Related

Illustrator :: Action To Merge Swatches Works In AI CS5 But Not In CS6

Nov 12, 2012

I had recorded an action to merge selected colors in Illustrator CS5 but after switching to CS6 and loading the action it did not work. I also tried recording it a new but that did not work either. I can merge the colors if I manually select the Merge Swatches option from the flyout panel nested in the Swatches panel.

Currently I am running Mac OS 10.6.8.

View 4 Replies View Related

Illustrator :: CS6 - Merge Swatches No Longer Functions As Action?

Mar 5, 2013

My coworkers and myself have recently updated to Illustrator CS6, but one glaring issue we are currently dealing with is the loss of this feature. Manually invoking the 'merge swatches' command from the swatch panel options does still work, but when trying to assign this function into an action, the action simply does not work. This was possible in CS4 (not sure about CS5), so I am left to conclude that this may be a bug in the software?
 
I have also tried to utilize the javascript and applescript API, but short of re-writing the entire function from scratch, this functionality does not seem to be implemented natively through either.. One thought I did have was to replace one swatch's color information with another selected swatch's information, but this seemed only to update the swatch it'self and not the artboard as well.

View 15 Replies View Related

Photoshop :: Creating Action

May 17, 2005

I am trying to do the following:

I have a bunch of huge 5.3 megapixel pix on disc. I want to create an action that:

1. opens all the pictures on the disk

2. resizes them

3. applies USM

4. then saves them to a different folder on my HD

I tried to create the above action and it goes through the steps but does not resize them. What seems to happen is that it opens the first picture and performs the command but subsequent files opened do not resize etc..

I'm using Photoshop CS 8.0

View 1 Replies View Related

Lightroom :: 4.1 Creating Duplicate Directory References

Jul 28, 2012

I keep recreating my directory tree to fix this, but LR keeps recreating a folder with the same name as my import folder. So imagine my overall structure is:
 
Mac Hard Drive
   LR Photos
      Many folders, including ...
      Imports
---
 
LR will create a new directory reference at the top of the list of directories, in lowercase. So at the top of the directory list, you'll see, after an import ...
 
   lr photos    (note lowercase)
       Imports
 
I'm attaching a screenshot ... (with lots of folder names deleted obviously)
 
It seems like it's related to the import process, but i never manually type or change during imports -- i leave it alone, and yet it makes this new lowercase reference. (it does not actually create new folders on the hard drive.)

View 1 Replies View Related

Photoshop :: Creating An Action That Treats All...

May 5, 2009

How can I make an action which changes the picture size and resolution for all files in a directory and saves the new versions of the files in a subdirectory?

View 7 Replies View Related

Photoshop :: Trouble Creating An Action

Apr 11, 2006

I'm trying to create an action with an F shortcut, so when I save a file that I've edited, it saves it with an '_ed' after it.

When I've done the action, it just changes the whole file name, instead of adding the '_ed'. I know there is a batch option for this, but I was wondering how I could go about doing this on a file by file basis.

View 3 Replies View Related

Photoshop :: Creating An Action For A Brush

Dec 20, 2004

Could anyone advise me if it is possible, and if so how to create an action with a brush.

I've created a brush which is just my copyright information that I want to stamp in the bottom left of every photograph when it is converted to a JPEG.

My convert to JPEG action works fine, but I can't seem to record an action that uses the brush.

View 4 Replies View Related

Lightroom :: 5.2 (Mac) Is Creating Duplicate Folders When Import Photos

Dec 10, 2013

Lightroom creates new duplicate folders when I import photos.
 
My directory structure is:
 
~/Pictures
/Lightroom
/2012
/2012-1
/2012-2
etc.
/2013
/2013-1
/2013-2
etc.
 
When I import, Lightroom creates a duplicate "Lightroom" folder, which it places into the 2013 folder. Inside that folder it places a duplicate 2013-12 folder and inside that the photos.
 
Alternatively, it sometimes places the new folder (this time named "lightroom" [lower-case "l"] at the same directory level as the "Lightroom" folder.

View 1 Replies View Related

Lightroom :: Creating Duplicate Files In Music Folder

Oct 25, 2013

I am using Light room 5..upgraded from 3.Discovered Light room  had been sending images into my music folder called 2013  as well as the  picture folder  I chose as export destination.Editing was showing in both.
 
I thought this was just virtual copy, not to worry.. until I tried to delete it in my music folder..and the recycle bin found the folder too large and only the option was to delete permanently? Seriously a huge file! (in a very short time) So I did delete folder 2013 ..and another folder was recreated in my music folder (2013)  with the very next edit.
 
I created a new catalogue “going in the back door of Light room”.. and moved this "music folder" into pictures folder within Light room as well and then clicked the option of always load  this new catalogue on start up. Tried another edit this morning.
 
If I import a whole folder of mixed RAW and jpeg images, but only edit one. The whole imported selection will be sent to my music folder..and where Lightroom can only find the images.
 
If I delete this folder and go back to the original RAW file in Light room..a preview of the image cannot be shown in develop module...although the image can be developed.
   
Plus...the original RAW file is still in the original folder within the  picture folder as well...and the edited picture is in a separate correct picture folder where I intended it to go. So It seems I am duplicating the RAW files into this very mysterious folder as soon as I import them.

View 2 Replies View Related

Photoshop :: Creating A Batch Process Action

Mar 2, 2006

I need to add a logo onto several jpg images and then re-save them as jpg's.

I start the action recording, then open the image, then opening the psd with the logo, I then duplicate the logo layer onto the jpg file. I then move it into place and then save the jpg. After this I stop the action from recording.

Now when I go to run it in batch mode, at the point it should duplicate the layer from teh psd file onto the jpg, it says cannot open "new document"

way I can create an action and get the image onto the jpgs and avoid thsi error?

View 1 Replies View Related

Photoshop :: Creating An Action Eg Rotate Crop Etc.

Dec 23, 2006

how to create a simple action, i.e. rotate, crop, etc. What I can't find in a search of the Forum and web is a clear tutorial on how to create an action using text. For example, midway through the action, I want to enter text; however, I don't know how to have the action present the text box for me to select the text/font/color, etc. Each time I use this action, it will be with different text, and if I simply enter the text as part of the original action, that same text appears in all subsequent uses.

When I include a Stop and add text, then begin recording again, it doesn't seem to work either?

View 4 Replies View Related

Lightroom :: Creating Duplicate Folder On External Hard Drive?

Mar 11, 2014

When I am importing photos into LR5 and sending them to my hard drive at the same time LR is creating  a duplicate folder of the same size on my external hard drive. It creates the folder I tell it to create then it create a duplicate folder called "imported on, date, year"  Questions: Why is this happening? Is there a setting in LR I am missing. Most important question, can I delete this folder,  I want to make sure it holds not important information.

View 3 Replies View Related

Photoshop :: Creating An Action To Change File Type From .psd To .jpg

Nov 13, 2004

I have PS v7.0 for PC.

I want to create an Action that changes the File type from .psd to .jpg, and then use the Batch command to change a whole folder on files.

Heres what happens so far: I open a file. Then using the action pallet, I record the following:

Save as
I change the Save In folder to a different folder.
I change the Format from Photoshop (PSD) to JPEG (JPG).
Under JPEG Options, I use the default file size and hit OK.

I them hit the Stop button.

Seems simple enough. And it works for the first file.

But if I use this action on a second file, it writes over the original file.

So, how do I create an action that allows me to automate the save as function and change file types.

This must be a common operation. I have 300+ .psd files that I need to change to .jpg.

View 4 Replies View Related

AutoCAD Inventor :: Content Center Creating Duplicate File Folders?

Sep 11, 2012

why content center creates duplicates of existing folders?. Some of the folders have 6 or 8 versions and there is also a duplicate EN-US folder within the EN-US folder with nested folders. So bottom line i have multiple locations and nested files within the content center. Needless to say there is a lot of time spent pointing inventor to the parts necessary to open an assembly.

We are working on a network and are all pointing to the same content center location.  We are all using the same project files. Sometimes it works as you would expect, other times not.

Windows 7 64 bit
Inventor 2012 Professional
Dell T1600 CPU E31245 @ 3.30GHz
8 GB RAM

View 3 Replies View Related

Lightroom :: Slides Of Images Not Visible For Creating Slideshow

Apr 30, 2013

I have created a couple of collections but when I go into slide show the images are not visible for creating a slide show. Works ok with some collections but not all. Presumably there is a linkage problem. Using v4.4 on a Mac.

View 2 Replies View Related

Illustrator SDK :: Creating Art Present On Document But Not Visible On Layer Panel

Aug 9, 2012

Is it possible to create an art which is present on the document but not on the 'Layer' panel(F7)?
 
My requirement is to create an art which is visible on the document, but could not be seen on the Layer panel and user is not able to select it.
 
Just like it happens in case of reflection, when we are creating a copy of selected art object, the reflected copy doesn't present on the 'Layer' panel but it is visible on the document and user is not able to select the reflected one, while he can only select the original art.

View 1 Replies View Related

AutoDesk Smoke :: Creating A 3D Scene In Action

Jan 19, 2014

I'm bulding a 3d scene, I'm taking a bunch of trees from photoshop layers and creating a silhouetted treeline. But I also need to use the treeline as a matte for some video in the action. 
 
how I could create my treeline, and use a copy of it as a matte for some other media in the same action node?

View 3 Replies View Related

Illustrator :: Creating Action To Save A Copy

Jun 27, 2012

Illustrator v8 is the magic version for nearly all current 3D applications in the world. Anytime I want to import a vector spline into a 3D app, it'll always want it as a v8 Illustrator file.
 
I'm trying to create an Action that'll automatically save a copy of my current open document to v8. But Actions doesn't seem to record any of Options panels when saving a file.

View 5 Replies View Related

Photoshop :: Simply Opening A Photo - How?

Jan 17, 2009

I just downloaded the trial version of Photoshop CS4 Extended to my Windows Vista Inspiron E1705. When I go to File, Open and locate my photo, it only opens the picture to a small thumbnail in the layers box. How do I get the photo to open to the main area? How do I enlarge the tiny thumbnail? There is no image in the main work area. It seems so simple, but I just can't figure it out. I've tried lightening the background and adding a layer. Please help with this most basic question!

View 29 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved