Photoshop Elements :: Can't Get Both Images To Register In Layers When Try To Pin-register

Dec 29, 2013

I am usint Elements 12 and trying to utilize double processing but can't get the both images to register in layers when I try to pin-register?

View 4 Replies


ADVERTISEMENT

Photoshop Elements :: Can't Register Dragged Layers In PSE10

Nov 30, 2012

NB: I'm using the word 'register' in the printer's sense, i.e 'correctly aligned'.
 
I frequently edit multi-layered maps, in which each layer must be precisely registered (to the exact pixel) with the canvas. In older versions of PSE, when I've wanted to import layers from another file, I would turn off 'Maximise' mode in the Window menu, and drag the imported layers from one image onto the other.  By pressing the SHIFT key at the same time, the new layers would be precisely registered on the new canvas in the same relative position they were on the old canvas (if the images were different sizes, the old canvas would be centred on the new one). 
 
In PSE10 there is no 'Maximise'mode, so I use the 2-up option in the Arrange menu. However, pressing the SHIFT key doesn't seem to work any more, and the new layers don't come up in their original position.  Apart from manually lining up the layers, I can't find a way to register them.  The various 'Align' options aren't useful for this, as they re-calculate the centre of the layer based on its content. I need the layer to be aligned as it was on the old canvas, whatever the content of the layer. 

View 4 Replies View Related

Photoshop Elements :: How To Register Camera So 11 Will Recognize Raw Images

Jan 27, 2014

how to register camera so elements 11 will recognize camera raw images

View 4 Replies View Related

Photoshop Elements :: How To Register File Associations

Oct 21, 2012

1. How do you register file associations? In previous versions you could go into the File Menu and select which files you wanted Elements to open. I don't see that present in Elements 11.
 
2. After I crop a photo and save it the photo looks a little blurred and ragged on the edges, but it looks sharp in Windows Photo Viewer. How do you make it look sharp in the work area in Elements?

View 5 Replies View Related

Corel PHOTO-PAINT X5 :: How To Correct Scanned CMYK Images Originally Printed Out Of Register

Jun 10, 2012

I'm working on a job that requires recreating vintage box artwork. This involves recomposing scanned images into a new layout, recreating text from matched fonts - that sort of thing. Unfortunately, some of the scanned images (originally printed offset press in cmyk) were printed with one or more of the plates out of register, creating a halo effect on one side. Can this be corrected in PhotoPaint? Is there a way to create each channel as an object which could be moved to realign the colors and then flattened again?

View 9 Replies View Related

Photoshop :: Why Does PS CS4 Register .psd-files...

Jun 4, 2009

ever since I a have PS CS4, it's driving me nuts that it registers .pdf-files for opening automatically.I want .psd-files to be opened (viewed) with ACDSee when doubleclicked, NOT Photoshop. I browsed through all the preferences, but did not find anything for that matter. Can anybody help me, so that Photoshop does NOT "capture" psd-files anymore ?

View 5 Replies View Related

Photoshop :: CS2: Register Dialog?

Nov 17, 2008

I already registered, but the register dialog comes up everytime I run photoshop.

Clicking do not register doesn't help. Next time I start photoshop the same dialog comes up again.

How do I get rid of this?

CS2 on vista

View 3 Replies View Related

Photoshop :: CS3 Register Now / Later Screen Not Loading?

Nov 19, 2013

Mac OSX 10.7.5
 
I have been using the CS3 products (Photoshop, Illustrator, InDesign) every day for many years at work. Working fine yesterday.
 
Try to use them today, the register now/later screen won't load properly (blank screen) so I can't select either option and can't use the apps. We usually "register later" without issue whenever it appears.

View 24 Replies View Related

Photoshop :: Register Album Starter Edition 3.2

Sep 17, 2013

I now need to register the photo shop album starter 3.2 that's on my computer?

View 3 Replies View Related

Photoshop :: Unable To Register PS (Proxy Prevents)

May 29, 2013

I assume that the inablity to register products when sitting behind a proxy is a common problem.

View 1 Replies View Related

Photoshop :: Blank Registration Screen On CS3 - Do Not Get Error Window Saying (Never Register)?

Nov 22, 2013

I cannot remedy the CS3 blank-screen problem on my Mac (Safari OS) with the suggested fix, as I don't get an error window saying "Never Register" after disconnecting internet and re-launching CS3. 

View 2 Replies View Related

AutoCAD Architecture :: How To Register Plug-ins

Nov 2, 2011

I'm using ACA 2012 (standalone) with Win 7 Professional  x64. When issuing the command to CheckStandards, I'm getting an error message stating that

"No plug-ins are registered on your system. CheckStandards cannot continue with a check until you have repaired the feature installation."

I repaired ACA 2012 and also determined that the file DwgCheckStandards.exe existed. Since I still get the same message. How do I register plug-ins in AutoCAD?

View 6 Replies View Related

GIMP :: Can't Register Python Plug-in

Jun 29, 2012

I'm trying to write a python plug-in, but it refuses to register. I went and downloaded another python plug-in, which did successfully register.

View 1 Replies View Related

AutoCAD 2013 :: Using Excel As Drawing Register?

Mar 5, 2013

update the title block attribute from the drawing register with capital letters and not lower case which has been entered into the drawing register.

That is everything that is updated from the drawing register is upper case when we want lower case.

View 7 Replies View Related

GIMP :: Plugin Doesn't Register Properly

Mar 3, 2013

I just wrote a very specific python plugin for someone who uses Gimp on OSX. The plugin doesn't appear in her menus so the installation may not be correct.

1) are there accurate instructions to install python plugins somewhere (preferably in the user's Gimp profile)? Is there a need to set some "executable" flag on the file (and if so how)?

2) in case the plugin doesn't register properly due to some syntax error, is there a way to check that out? On Linux one would start Gimp form a terminal, on Windows I believe gimp-console does it, but hat is the equivalent on OSX?

3) can some knowledgeable OSX user test that my plugin works correctly (PM me a mail address where I can send the plugin)

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Way To Re-register Classes

Jun 7, 2011

I have code that works on some computers but not on others, all running AutoCAD Civil3D 2010. The line of code that fails is: (set1 newldrstyle (vlax-invoke mldrdict 'addobject MLS_Name "AcDbMLeaderStyle"))

The error message is: Error: AutoCAD.Application: AcRxClassName entry is not in the system registry

I am assuming that the class name it cannot find is AcDbMLeaderStyle. On my computer (which runs the code successfully) I do have an entry for AcDbMLeaderStyle in the registry. I'll be at the site where the computers that cannot run the code are located tomorrow to check if they are perhaps missing this registry entry.

They have already tried both a repair install and an uninstall/reinstall, didn't fix the problem If it turns out that the AcDbMLeaderStyle entry is missing, is there a way to "re-register" the classes?

View 6 Replies View Related

Lightroom :: How To Get Additional Virtual Copies And PSD Files To Register In Collection

Mar 23, 2014

I accidentally resume my photo editing from the "folder" location instead of the "collection" location.  So now when I go back to my collection, none of the virtual copies and PSD files created are there.  The physical folder location has more files than the collection because of the extra PSD files.
 
I even tried to "Import" from the same folder location to see if LR would pickup the new virtual copies and PSD files.  But the crazy thing is LR does not register any "new photos". 
 
how to get the additional virtual copies and PSD files to register in my collection?

View 3 Replies View Related

Paint Shop Pro :: X4 Stuck On Register Screen AND Opacity Slider Slow

Sep 17, 2011

I just downloaded the trial version of paintshop pro x4. It worked for a while but the opacity sliders were extremely slow to respond. I thought this was my main problem but now every time I open the program it takes me to the register screen. When I register the screen goes white and nothing happens. If I close it the whole program closes. I have three emails confirm me for registering so I don't know why the screen pops up anymore... I was very happy to have more 16bit capabilities.

View 6 Replies View Related

AutoCAD Inventor :: VB Express Addin Error / Cannot Register Type Library

May 3, 2013

Error 2 Cannot register type library "C:UsersaaronAppDataRoamingAutodeskApplicationPluginsSheetMetalSheetMetal.tlb". Error accessing the OLE registry. (Exception from HRESULT: 0x8002801C (TYPE_E_REGISTRYACCESS)) SheetMetal

i see this error when I use VB express. I use window 7 and inventor 2014 64 bit now.

Autodesk Inventor Professional 2014
Autodesk Product Design Suite Standard 2013
Microsoft Office 2007 & 2013
Windows 7 64bit
Visual Studio Express 2010

View 4 Replies View Related

CorelDRAW Premium Suite X5 :: Printing To Cutter Plotter That Does Not Register As Printer Eh720?

Jun 13, 2012

printing corel draw to a cutter plotter that does not register as a printer Eh720

View 2 Replies View Related

AutoCad :: DWG File Properties To Excel Or Access To Create Drawing List / Register

Jun 3, 2011

I am looking for a way to use the .dwg file properties of a drawing to generate an updateable drawing list/register. One that will update automatically as the file properties are updated. I have already created a title block that uses text fields to display custom properties of the file on my title block, such as the job no., drawing no. etc.

I have searched the web for answers, came across this site, joined and searched through it... There are a number of threads that 'sorta' deal with my needs but alway tend to digress more towards the "poster's" needs and away from mine. I noticed that they all talk about Lisp Routines and I have no knowledge of using them. Is that the only way to go or can I use another route? Another one was the Sheet Set Manager but I don't think that this is exactly what I am looking for...

View 1 Replies View Related

Photoshop Elements :: How To Add Layers From Different Images

May 14, 2013

I would like to use layers from several images in a single image. The idea is to give an x-ray view so that you can see images of different views of an object by selecting the opacity of the various layers. It would be similar to an image of the anatomy of a hand: you could see just the skin, or just the bones, or see the bones through the skin. Is this possible, and if so, how?

View 1 Replies View Related

Photoshop Elements :: Add New Images To The Layers Panel?

Feb 16, 2013

how to import new images into the layers panel.  If I hit "create new layer" all I get is a blank layer.  What I want to do is import an image from which I will cut out part of it and layer it onto another image.  For example: lets's say I want to put an image of myself in front of a tree.  I want to take the image of myself from one picture and layer it onto the picture which has the tree on it.  How do I get both of those images into the same layers panel?  I can get the picture of myself into the layers panel as layer #1, then I can cut myself out of the picture.  My problem is, when I try to import the picture with the tree on it, it opens itself up in a new tab.  If I try to hit "create new layer", only a blank layer apprears above my first layer.  I have tried to drag the new image onto the layers panel, but it won't attach.  All of the tutorials I have been able to find/watch,  already have all of the images they are working with pre-loaded into the layers panel.  I just need to know how to get my images into the panel, so that I can start to work with them.

View 3 Replies View Related

Photoshop Elements :: Merging 2 Images Using Layers?

Mar 29, 2013

I'm trying to use one image as a background for another image. I can make a layer on one image, and a layer on the other. But I can't see how you maerge the two?In Pshop you simply select it all then copy and paste and you have 2 images in seperate layers, but Elements doens't work like that.

View 4 Replies View Related

Photoshop Elements :: Images Breaking Up When Moved Around In Their Layers

Jan 28, 2014

I’m using Photoshop Elements 12 on OSX 10.9.1. When using several layers with pics on it, the pics break apart when i move them around on the layer… I get a mosaic of ’broken’ pics. It looks like a memory problem but it isn’t.

View 1 Replies View Related

Photoshop Elements :: Unable To Open Multiple Images And Retain Them On Separate Layers?

Feb 8, 2013

I have been unable to open multiple images and retain them on separate layers

View 10 Replies View Related

Photoshop Elements :: How To Load Multiple Images Into Multiple Layers

Oct 6, 2012

I have a series of pics (approx 80) that I'd like to load into Elements, with each photo going into a single layer.  I google'd a series of old posts where somebody used a "script", but the links are no longer working and that trails is dead.

View 9 Replies View Related

Photoshop Elements :: All Image Layers Have Randomly Converted To Smart Object Layers?

Mar 20, 2013

All of my image layers have randomly converted to smart object layers and I can no longer resize them in the ps document. Why would it do this and how can I undo it?

View 3 Replies View Related

Photoshop Elements :: How To Create Layers In Adjustment Layer And Transfer Those Layers

Nov 11, 2012

How do I create layers in an adjustment layer and transfer  or duplicate those layers in another image ?
 
I need to transfer the same colour readjustment from one image to several other images ... I have been told to do this in the adjustment layer platform how ever I cannot drag or copy those layers over to the other images I have open and in need of adjustment to the same layers ...
 
Images shows my layout and what i've done this far

View 2 Replies View Related

Photoshop Elements :: How To See All Layers In Layers Palette

Feb 15, 2013

why don't I see all the layers in the Layers palette

View 2 Replies View Related

Photoshop Elements :: How To Combine Several Images Into Collage Of Reduced Sized Images

Oct 31, 2013

I am attempting to combine several images into a collage of reduced-sized images that can be expanded when clicked on

View 1 Replies View Related







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