Photoshop :: How To Open An Image Directly Into Photoshop From The Web

Jan 11, 2009

I've found is copy the image, then go to Ps to new (the image size will be updated), then paste your image there by dragging and dropping with shift (places the image evenly in the window). But surely there must be an easier way to do this.

View 6 Replies


ADVERTISEMENT

Photoshop :: CS4 - Cannot Open JPGs Directly Into PS

Nov 8, 2008

I'm using Vista 32. After updating to CS4 I can no longer open jpg files directly into PS by clicking on the file in windows explorer or an e-mail. After much searching and looking for file associations, I was able to get jpgs to open into Bridge from windows explorer, but still cannot get them to open directly in PS. When I attempt to open a jpg from an e-mail message, I get a window in Bridge pointed to a temp folder.

View 6 Replies View Related

Photoshop :: Can Open A Photo In ACR Directly From CS6 (not Via Bridge)

Apr 27, 2013

I use LR4.4 for cataloging my photos and most of my editiing. Periodically I will go from LR to Photoshop CS6 (like most everyone) for additional edits. Can I open a photo in ACR directly from Photoshop CS6 (not via Bridge?)
 
I want to go directly from LR to ACR in Photoshop without going through bridge. It seems if I have to use Bridge, I loose the connection between LR and Photoshop.

View 1 Replies View Related

Photoshop :: Open Files In Bridge Directly Into CS6?

Aug 4, 2013

CS6, how do I open files in Bridge directly into Photoshop. The default is File Viewer or there is an option to open in Adobe RAW.

View 7 Replies View Related

Photoshop :: Can't Seem To Open Scanner To Scan Directly Into Program

Nov 17, 2012

So I just finally updated my OS and my Photoshop and just encountered something I wasn't expecting.  I have an Epson GT15000 scanner(big one with a feeder) I installed all the drivers and everything and the scanner works fine, but I can't seem to open the scanner from Photoshop to scan directly into the program.  I can open the scanner independently and scan it to a saved file and then open it in photoshop.  But it only has limited file type options so I'm basically forced to save it as one file so that I can then open it in photoshop and resave it as something else which is kinda a rediculous in between step and also leaves me with extra files that need to be deleted.  Since the scanner itself hasn't changed and still functions the same otherwise I'm assuming it's because I'm using a new version of Photoshop.  I'm also assuming that I actually can scan in the program, just not in the way that I'm used to.  I used to go to import, and the scanner would appear on the menu for me to select it. 

View 2 Replies View Related

Illustrator Scripting :: Open Exported File Directly In Photoshop

Sep 18, 2013

var doc = app.activeDocument;
var destFolder = Folder ("~/Documents");
 
if (destFolder) {
var fileName = activeDocument.name;
var destFile = new File(destFolder + '/' + fileName);   

[Code] .....

This code I created exports my current Ai document as a PSD with set options. It also names the new file what it is called in Ai.

How can I call the created file and open it directly in Photoshop? Keep in mind I would be working on multiple files, so file names would change every time I ran this Export Script.

I could call a specifically named file and open that, but that's not what I need this script to do. I just need it to open the newly created PSD file.

View 2 Replies View Related

Lightroom :: Unable To Open DNG Or RAW Into ACR 8.2 From 5.2 They Open Directly In PS CC

Sep 29, 2013

Since I installed LR 5.2 I'm not able to open DNG or RAW files in ACR 8.2. They open directly in PS CC.

View 3 Replies View Related

Photoshop Elements :: How To Scan Image Directly Into E12

Nov 8, 2013

how to scan an image directly into Elements 12 (for Mac).  Just "upgraded" from 6 and can find no answers other than to go to Apple menu, scan in with Preview or Image Capture, save to desktop, then retrieve with Elements.

View 9 Replies View Related

Paint Shop Pro :: Open Directly In Edit?

Nov 11, 2012

When PSP opens i can see the workspace for manage. Other tabs there is adjust and edit. Is it possible that the PSP opens directly into the edit tab ? To begin with, I will just use edit.

View 3 Replies View Related

Lightroom :: Prevent Uploading Files To Open Directly In 5?

Mar 17, 2014

When I upload image files to my computer hardrive, they open directly into Lightroom 5. How can i prevent this?

View 1 Replies View Related

AutoCAD 2010 :: Fails To Open Directly From Email Client?

Jul 20, 2011

Autocad failes when i tried to directly opening a file from recieved attachment email. whereas it opens it properly when i save the files to hard disk drive.

View 4 Replies View Related

CorelDRAW Graphics Suite X4 :: Unable To Open Existing Files Directly?

Oct 29, 2012

When I try to open about 90% of my files, I can't. I get an error with a yellow caution triangle with an exclamation point.  it says "Error Reading C:UsersSignsPlusDesktop.......

So I end up dragging everything to a new page.  That works fine but it's a pain ending up with multiples of everything.

View 13 Replies View Related

AutoCad :: Integrate Image Directly Into Drawing

May 18, 2011

I am looking for a way of integrating an image, actually a logo jpeg directly into the dwg instead of an image reference and each time having to have the logo.jpeg in the same directly and reloading the image.

View 3 Replies View Related

Illustrator :: AI Hangs When Trying To Directly Copy Image Into CS6 PS

May 27, 2013

I have a few users which are all experiencing the same issue. They didn't seem to have this issue until upgrading from CS5 to CS6.

Basically AI stops responding (usually permanantly hangs and requires restarting app) for at least 30 seconds when trying to copy an image from AI into PS. The method they're using is to directly select the image from AI and then simply paste directly into PS (I know there are other methods of doing this but this is apparently the way they have always done it).

Their machines are very well spec'd
OS - Win7 64-bit
RAM - 8 to 32GB!
CPU - i7 INTEL
GPU - Standard (but compatible) and has latest drivers but disabled by PS as i suspect it's not quite grunty enough?
Win7 has been fully updated as well as all Adobe products / Drivers etc...

I have tweaked both AI & PS (including the File Handling & Clipboard setting which enables AICB) for better performance. I think I have basically tried everything and confused as this wasn't a problem when they were using CS5?

View 2 Replies View Related

AutoCAD .NET :: Reading Attached Image Directly From Memory Using API?

Nov 30, 2013

I have a large JPEG image (10000*11000px), attached to an Autocad drawing, that I want to crop multiple times. I cannot load it into memory using .Net, I get an out of memory exception. the only thing I think I can do is read it directly from Autocad. To do that, there is a method of the "RasterImageDef" class called "OpenImage" witch returns an IntPtr to the image. I tried to create a Bitmap object from the IntPtr and the save it to disk. I get no errors but the saved image is black. here' the code :

public static void IntPtrTest(){ Document doc = Application.DocumentManager.MdiActiveDocument; Database db = doc.Database; Editor ed = doc.Editor; ObjectId imageDict = RasterImageDef.GetImageDictionary(db);

[Code]....

View 1 Replies View Related

Lightroom :: File Names Printed Directly On Each Image

Mar 16, 2012

Can the pictures file name be printed directly on to each image so that a preview book could be printed by Blurb with each photograph numbered.I can do this in slideshow but when I export the files for printing the numbers are gone.Several of my friend in the profession would also like the ability to apply the file names in this way.

View 1 Replies View Related

CorelDRAW Graphics Suite 12 :: Double Clicking Image To Go Directly To Photo Paint

Mar 13, 2012

My corel x4 was coryupt and I had to install my older Corel 12.

Options on this corel are different.  So in Corel 12, how do i change the settings so that when I double click on an image, it will open it in Corel photo for editing?

View 1 Replies View Related

Photoshop Elements :: Open Tif Image From Windows Explorer / It Doesn't Open In PSE 11

Aug 20, 2013

Windows Explorer set to open image files with PSE11, but when I double click on image in WE it launches PSE11, but I then need to click on Open tab in PSE11 to get it into work window.  PSE10 did not have this problem

View 1 Replies View Related

Photoshop :: CS6 Open On Blank Screen Only / Can't Open Image On It

Nov 2, 2013

My CS6 open on blank screen only, cant open with image (at les it is hiding behind something on known to me ). Image open OK in Bridge Raw. I did reload CS6, from my CD, but same thing.

View 1 Replies View Related

Photoshop Elements :: After Opening A Raw Image - Raw Image Editor Will Not Open

Nov 22, 2013

using element 11 after opening a raw image the raw image editor will not open

View 3 Replies View Related

Photoshop Elements :: Could Clone Parts Of One Open Image To Another Image

Jun 20, 2013

In Elements 3 I could clone parts of one open image to another image.  How do I do this in Elements 11?

View 2 Replies View Related

Photoshop :: Export Flv Directly From CS 5.5 MAC

Sep 20, 2013

I'm searching a method to export flv from Photoshop cs5.5 . I've used adobe media encoder, but in an external software, i need a method via Photoshop.

View 2 Replies View Related

Photoshop :: How To Access CC Directly Without Going Through Bridge

Aug 30, 2013

How can I access PS CC directly without going through Bridge CC?

View 1 Replies View Related

Photoshop :: CC Program Shutdown Directly

Oct 24, 2013

photoshop CC, the program, shutdown directley.How can I run photoshop cc without shuting down?

View 1 Replies View Related

Photoshop :: How To Scan Directly Into CS4 On Mac When Rosetta Won't Work

Mar 6, 2012

I'm using a Mac Pro Quadcore with Snow Leopard version 10.6.8 and want to scan photos straight into Ps CS4 version 11.0.2 using a Canon Canoscan LIDE 100.
 
BUT when I go to Import there is no TWAIN option, there is only: Variable Data Sets (grayed out), Video Frames to Layers, Anti-Alised PICT, PICT Resources and Notes (grayed out).
 
I right click on Adobe Photoshop CS4 inside the Ps CS4 folder to bring up "Get Info" and click the check box that states "Open using Rosetta" BUT when I click open the Ps icon to open it Ps crashes straight away. I click "Reopen" and it crashes straight away. Un tick the Rosetta check box and Ps opens fine.  
 
I assumed this was Apples problem because Rosettas is their program but after walking it through the Apple care operator and following his instructions to download a PowerPC version of VLC (which started up fine without doing a thing)to see if Rosetta was automatically installed, it worked fine,  I was told that it's an Adobe problem.
 
Then I downloaded the TWAIN plugin and dropped it into the import-export folder and NOTHING!
 
The scanner works with Snow Leopards native Image Capture so it's not the scanner. Except that the scanner buttons dont seem to work when they used to on a MacBook. But here on the Mac Pro I cant find anything within the Ps menus that resembles "permission" to scan.
 
I need to do a lot of photo correction/remove blurred/restoration and read that it's better to scan the old photos straight into Ps to ensure no quality is lost during the scan. Regardless if this 100% true I still should be able to scan straight into Ps. I mean the CS4 package + Mac cost enough.

View 5 Replies View Related

Photoshop :: Action Shortcut To Go Directly To Hue/Saturation

Jun 10, 2007

One of the steps in my action is a Hue/Saturation adjustment layer. When building the action, I simply click on H/Sat and everything works fine. But when I play back the action, I get the "New Layer" dialog box and AFTER I say "OK", I get the Hue/Sat dialog. My question is how can I prevent the "New Layer" box from appearing? It is an unneeded step in my action. I would like the action to go directly to the Hue/Sat dialog.

View 9 Replies View Related

Photoshop :: Smart Objects Not Directly Editable

Jan 5, 2009

I am trying to do some work in photoshop where I cut out parts of a photo, but I am constantly getting a message that says 'Could not complete your request because the smart object is directly editable'.

View 9 Replies View Related

Photoshop :: Content On The Layer Is Not Directly Editable

May 19, 2004

I am trying to create an object on a new layer and fill it using the paint bucket tool and am getting the following message:

Could not use the paint bucket because the content of the layer is not directly editable.

View 1 Replies View Related

Photoshop Elements :: 10 - Cannot Load NEF Files Directly

Oct 26, 2013

I Have down loaded up- dates so much so that you will not give me any more.But I still cannot load NEF Files on to Elements 10 Directly.

It just take a great deal of time down loading & turning them into TIFF files, is there an alternative without upsetting my bank manager?

View 3 Replies View Related

Photoshop :: 3D In CS6 - How To PAINT Unadulterated Color Directly Onto Model

Aug 18, 2012

I have a question for CS6 experts, and grateful for any responses.I'd like to paint directly onto a .obj file in 3d; doing all my texture work in PS. In earlier CS extended version, I could paint directly onto the model, and the color was opaque and gave me the pure color I was looking at.

Now, when I paint onto the modelin CS6, I see the color is diffused, or the lighting is affecting it, or it's blended with the lighting... Why? And how might I paint directly onto the model, and "turn off" the lighting without it all going to shadow? When I turn off the eye for the light, it all goes black.

Essentially, I would like to simply paint directly on the model in 3d space, creating my own light and shadow with my paint texture.. I attached an image here of what I was capable of in an earlier version; you can see that the color is "solid" and not diffused through to the lighting setup in the model. I would like to eliminate ps lighting as much as possible, and have the pure color show up on the model..

View 2 Replies View Related

Photoshop :: Could Not Use Airbrush Because The Content Of The Layer Is Not Directly Editable

May 29, 2001

I'm tryign to follow the tutorial of how to make the metal circle but when i get to the airbrush bit it says:

"could not use airbrush because the content of the layer is not directly editable"

Why is this?

and also, edit -> fill doesnt work because it doesnt come up with the fill option ...

View 6 Replies View Related







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