Moving a layer in Photoshop CS5 using Applescript

I have a layer in a document called "logo" and i want to duplicate it to every open document and then move it to a specific spot in each document
I got the duplicating thing happening but cant seem to move the bounds of the layer (says it is read only and cannot be changed)
here is what I have written
tell application "Adobe Photoshop CS5"
activate
set theDocs to count of documents
repeat with i from 1 to theDocs
duplicate art layer "logo" of current document to document i
end repeat
repeat with i from 1 to theDocs
set current document to document i
tell document i
set bounds of art layer "logo" to {0.456666666667, 6.38, 2.88, 6.77}
--Adobe Photoshop CS5 got an error: Property is read/only and cannot be changed
end tell
end repeat
end tell
This doesn't error but also doesn't move the logo at all
tell application "Adobe Photoshop CS5"
activate
set theDocs to count of documents
repeat with i from 1 to theDocs
duplicate art layer "logo" of current document to document i
end repeat
repeat with i from 1 to theDocs
set current document to document i
tell document i
set properties of art layer "logo" to {bounds:{0.456666666667, 6.38, 2.88, 6.77}}
end tell
end repeat
end tell
anyone know what the language is to move the layer around?

In any language the way to move a layer x,y is to use translate… You will need to do the math from current x,y to required x,y given a distance… A read only property is just that regardless of language… Here is a quick example of how I did this kind of thing using Applescript… I still do the same method now but use the ESTK instead…
tell application "Adobe Photoshop CS2"
activate
-- Store the app settings
set User_Rulers to ruler units of settings
set User_Dialogs to display dialogs
set ruler units of settings to pixel units
set display dialogs to never
set Doc_Ref to the current document
tell Doc_Ref
-- Store the image res so we can put it back
set Original_Res to resolution
-- Change to work at 72 dpi
resize image resolution 72 resample method none
-- Move horizontal 1 inch
translate layer 1 delta x 72 as pixels
-- Move vertical 1 inch
translate layer 1 delta y 72 as pixels
-- Read the bounds propety
set Layer_Bounds to bounds of layer 1
log Layer_Bounds
-- Move the layer using bounds to top/left
translate layer 1 delta x -(item 1 of Layer_Bounds) as pixels
translate layer 1 delta y -(item 2 of Layer_Bounds) as pixels
-- Put back the image res
resize image resolution Original_Res resample method none
end tell
-- Put back the app settings
set ruler units of settings to User_Rulers
set display dialogs to User_Dialogs
end tell
You should get the general idea of how this works from this. It should move the first layer across 1 inch, down i inch then put it top/left. It assumes you have a layer that is not a background layer nor is it locked in any way…

Similar Messages

  • Importing a video layer from photoshop cs5 to after effects cs5

    hi - you guys were so brilliant and prompt on answering my last question. thankyou
    i did have another i needed help with -
    is it possible to bring in a video layer from photoshop cs5 to after effects cs5 - i tried but it said "the photoshop library operation failed because the file is not compatible with this version of photoshop"
    thanks again

    In the import dialog box, uncheck the Photoshop Sequence option.
    The problem is the number on the end of your file name.  When After Effects sees a number there, and there are other files in that directory with the same name and a number, it thinks the images are part of a sequence and will enable that checkbox.
    More info here: Import a single still image or a still-image sequence

  • Changes to Photoshop CS5 and Applescript

    Looks like there are some major Applescript changes to CS5, which is unwelcome for anyone with existing scripts. From what I can see, the difference (that affect me anyway) are
    a) PSCS5 seems to dislike referring to files with "as alias" and removing this from my scripts helps them to work, whereas other apps need it, as did previous
    b) apparently script support for referring to the currently document has changed. "if visible layer of current document is true then..." no longer works, nor do document 0, document 1, etc. Anyone know how to refer to the current document?
    c) support for history doesn't seem to be there anymore. I cannot seem to use AS commands like, "set myState to history states as list" or "set current history state to history state newState" were awesome for my workflow, but are they impossible to achieve now?
    d) One more. The important "set docref to make new document with properties {height: 150, width: 150}" is also broken. How would one make a new document in Applescript?
    I'd appreciate any help you could give me in updating my scripts

    I just found the AppleScript documentation in /Applications/Adobe Photoshop CS5/Scripting/Documents/. But I don't think it's even accurate. Here's a very simple sample they give:
    tell application "Adobe Photoshop CS5"
         filter current layer of the current document using lens blur with options {class:lens blur, radius:13}
    end tell
    If I enter this in AppleScript Editor and try to compile it, it selects the word "current" and tells me "Expected end of line but found identifier." It doesn't even recognize "filter" as a command. If I just change that 5 to a 4, it works fine in CS4.
    Here's one way to run a JavaScript file from AppleScript:
    tell application "Adobe Photoshop CS5" to open file "Path:to:file.jsx"
    Of course there's no way to pass any arguments this way, so that greatly limits its usefulness. But perhaps this will be helpful to some people. I'm assuming the JavaScript stuff all works fine, as that seems to be their focus these days.
    The really strange thing is that certain things seem to work fine in AppleScripts that are already compiled (using CS4). But if I try to re-save those scripts with CS5 installed, I get errors.

  • How do I get non anti-aliased vector rectangles in Photoshop CS5 using a Wacom Intuos 4?

    Hello,
    When using Photoshop CS5 to draw a vector rectangle using the Wacom Intuos 4, the rectangle comes out anti-aliased, but when I draw a rectangle using a mouse on the same machine, there is no anti-aliasing.
    What can I do to get sharp, non anti-aliased vector rectangles?
    Any help would be appreciated.
    Thank you

    c.pfaffenbichler, here is a screenshot of my problem:
    The red square was created using a mouse and the blue square was created using my Wacom pen, which you can see the anti-aliasing on.

  • In Photoshop CS5, using Bridge, I will not be able to open a psd image from RAW, due to memory

    I open 25mb photos from Bridge CS5, make adjustments in RAW, then open them in Photoshop to apply filters & masks etc.. Once opened in Photoshop, I can work with a multi layered 200mb psd file without any issues.
    However, after closing it, then opening another image in RAW, adjusting it, then opening that image in Photoshop, I will suddenly get an error message saying Not enough memory (RAM), even though this is a far smaller file (26mb), than the psd file I just had opened earlier (200mb).
    I can work for a while without problems, then suddenly I start to get the error messages, even though I have closed all my other programs, & all other files.
    I have also regularly cleaned out my temp files.
    I don't know much about hardware, but asked for a fast machine that could handle editing of large hi-res still photos, running the Adobe Standard suite.
    I only work with still photos from photoshoots, or layouts in InDesign & Illustrator. I don't do any 3D or animation, or run any games, so I was told the PC & graphics card I bought would handle what I do.
    I have set my Prefs in Photoshop Performance at the higher end of 'the ideal range'.
    I have a brand new PC & Windows 7 & have only had it for 3 months, but only work on it 3 days a week so shouldn't need much defragging:
    i7 - 860 CPU,
    4GB DDR3 1333MHZ (2x2GB) RAM
    500GB 7200RPM SATA HDD
    ATI Radeon   4550 512MB PCle Graphics
    I thought I should get 4GB more RAM but my computer boffin friend says that won't make a difference - as he checked my CPU usage in Task Manager & it is handling it. He thinks I might need a bigger Graphics Card, but he's not sure.
    Does anyone know why I get the error messages? Will a better graphics card fix it, or there something else I need to reset, or do I have to put up with having to clean out temp files, shut down totally, then reboot, every 2 hours?
    Thanks,
    Gerooster.

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Why won't Photoshop CS5 use available memory before scratch?

    I've given PS CS5 access to 80% of machine memory (about 8.5 out of 12 GB).  Yet, it only seems to use (at most) 3.5 GB of ram, while using 1 or more GB of scratch disk.
    I had hoped that with lots of memory, I'd avoid using scratch.  Am I misinterpreting what I'm seeing?  Is there something I need to do to get the behaviour I want (i.e. don't use scratch until low on ram)?
    Thanks for any help.

    I was going to say "less crash resistant" does seem kind of accurate.
    Now, to be fair, Since PS CS5 is new I've been pushing things, testing with very large files, stitching huge panos, etc. to test the limits of CS5, but it IS unfortunately proving to be more flaky than I'd like (on an otherwise rock solid Windows 7 x64 system).  I've seen CS5 just disappear when tweaking settings on a raw file, I've seen Windows report that both the 32 and 64 bit versions have "stopped working" on various occasions, etc.  Fortunately CS4 trained me to save more often than I had been with earlier versions, so I haven't lost any major work yet.
    Regarding the OP's comment...  The one thing I've noticed with CS5 and big files is that the software doesn't seem to be waiting on the disk nearly as much.  So I guess I'd advise not worrrying about what it puts on disk, as it doesn't actually seem to be stalling for memory.
    -Noel

  • How do I scale square frames in CS5 using applescript?

    I need help fixing a script which changes the scale of square frames after it duplicates them. The script worked fine in CS1 but not for CS5. I tried changing "resize" to "scale" but it doesn't compile correctly. Does anyone know how to change "resize mySelection01 horizontal scale 21.6 vertical scale 21.6" to work for CS5?
    Thanks,
    Hector
    tell application "Adobe InDesign CS5.5"
        set myDocument to active document
        tell myDocument
            set startinglayer to "Image"
            tell page 2 of myDocument
                set mySelection01 to rectangle 1
                duplicate mySelection01
                resize mySelection01 horizontal scale 21.6 vertical scale 21.6
                move mySelection01 to page 28 of myDocument
                move mySelection01 to {15, 55}
                set properties of mySelection01 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 4 of myDocument
                set mySelection02 to rectangle 1
                duplicate mySelection02
                resize mySelection02 horizontal scale 21.6 vertical scale 21.6
                move mySelection02 to page 28 of myDocument
                move mySelection02 to {116, 55}
                set properties of mySelection02 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 6 of myDocument
                set mySelection03 to rectangle 1
                duplicate mySelection03
                resize mySelection03 horizontal scale 21.6 vertical scale 21.6
                move mySelection03 to page 28 of myDocument
                move mySelection03 to {218, 55}
                set properties of mySelection03 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 8 of myDocument
                set mySelection04 to rectangle 1
                duplicate mySelection04
                resize mySelection04 horizontal scale 21.6 vertical scale 21.6
                move mySelection04 to page 28 of myDocument
                move mySelection04 to {319, 55}
                set properties of mySelection04 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 10 of myDocument
                set mySelection05 to rectangle 1
                duplicate mySelection05
                resize mySelection05 horizontal scale 21.6 vertical scale 21.6
                move mySelection05 to page 28 of myDocument
                move mySelection05 to {15, 157}
                set properties of mySelection05 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 12 of myDocument
                set mySelection06 to rectangle 1
                duplicate mySelection06
                resize mySelection06 horizontal scale 21.6 vertical scale 21.6
                move mySelection06 to page 28 of myDocument
                move mySelection06 to {116, 157}
                set properties of mySelection06 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 14 of myDocument
                set mySelection07 to rectangle 1
                duplicate mySelection07
                resize mySelection07 horizontal scale 21.6 vertical scale 21.6
                move mySelection07 to page 28 of myDocument
                move mySelection07 to {218, 157}
                set properties of mySelection07 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 16 of myDocument
                set mySelection08 to rectangle 1
                duplicate mySelection08
                resize mySelection08 horizontal scale 21.6 vertical scale 21.6
                move mySelection08 to page 28 of myDocument
                move mySelection08 to {319, 157}
                set properties of mySelection08 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 18 of myDocument
                set mySelection09 to rectangle 1
                duplicate mySelection09
                resize mySelection09 horizontal scale 21.6 vertical scale 21.6
                move mySelection09 to page 28 of myDocument
                move mySelection09 to {15, 258}
                set properties of mySelection09 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 20 of myDocument
                set mySelection10 to rectangle 1
                duplicate mySelection10
                resize mySelection10 horizontal scale 21.6 vertical scale 21.6
                move mySelection10 to page 28 of myDocument
                move mySelection10 to {116, 258}
                set properties of mySelection10 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 22 of myDocument
                set mySelection11 to rectangle 1
                duplicate mySelection11
                resize mySelection11 horizontal scale 21.6 vertical scale 21.6
                move mySelection11 to page 28 of myDocument
                move mySelection11 to {218, 258}
                set properties of mySelection11 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
            tell page 24 of myDocument
                set mySelection12 to rectangle 1
                duplicate mySelection12
                resize mySelection12 horizontal scale 21.6 vertical scale 21.6
                move mySelection12 to page 28 of myDocument
                move mySelection12 to {319, 258}
                set properties of mySelection12 to {fill color:swatch "None" of myDocument, stroke color:swatch "Black" of myDocument, stroke type:stroke style "Solid" of myDocument, stroke weight:0.25}
            end tell
        end tell
    end tell

    Hector, I would have gone the route of transforming the rectangle myself… but matrix is a little tricky to get the lingo right… Only done it in ExtendScript before now… Any how this should give you the general idea of the loop… Your X&Y values are not equidistant so I went for a list instead…
    tell application "Adobe InDesign CS5"
              tell the active document
                        set dupPage to page 28
      -- Loop the 12 items
                        repeat with i from 1 to 12
      -- A list of 12 X&Y pair lists
                                  set posBox to {{15, 55}, {116, 55}, {218, 55}, {319, 55}, ¬
                                            {15, 157}, {116, 157}, {218, 157}, {319, 157}, ¬
                                            {15, 258}, {116, 258}, {218, 258}, {319, 258}}
      -- Double the value of i for the page ref
                                  tell page (i * 2)
                                            set dupeBox to duplicate rectangle 1
      -- Transform the matrix here
                                            -- or use your property value change…
      move dupeBox to dupPage
      move dupeBox to item i of posBox
                                            set fill color of dupeBox to "None"
                                            set stroke color of dupeBox to "Black"
                                            set stroke type of dupeBox to "Solid"
                                            set stroke weight of dupeBox to 0.25
                                  end tell
                        end repeat
              end tell
    end tell

  • OK, So How Much RAM Does Photoshop CS5 Use?

    ANSWER: All you give it, lol!
    I posted this for those buying or building a PC and are deciding "how much RAM do I need?"
    I built a fairly powerful rig for Photoshop and editing in Premiere Pro, and without all the tech specs, I have 24GB of ram, mostly for encoding HiDef video. Surely Photoshop wouldn't eat THAT much, right? Dead wrong. I have Photoshop set to utilize 75% of my available ram which would be near 19GB. I just worked on a fairly large image, where I took 23 vertical shots with my 5D Mark II (5616x3744 resolution files, pretty big) and did a large photomerge which ended up at about 60,000 x 5,500 after the crop. Granted, large image, nearly 3½GB .PSB file. So while the merging and aligning was taking place, I watched my Ram Gadget soar, right up to 19GB within 4 minutes of processing:
    Yowza. I expected that from Media Encoder processing 1080p HD video into a Blu-Ray disc format, but not a Photoshop file. So, the point of all this: ram is lower in cost than it's been in many months, a 12GB Mushkin kit (3x4GB) is down to $169 on Newegg. Don't skimp in that arena, fill 'er up as best as you can. Future versions aren't going to use less ram, let's face it, the software has to process a lot of pixels! Try to go a minimum of 6GB, but definitely 8-12GB if you can. Of course this means bye-bye FINALLY to 32-bit operating systems, but once you have a large playground of memory, you and Photoshop will be happy campers.

    I purposely waited to respond so I wouldn't write things I'd regret later:
    "Nice system."
    Huh? I didn't list my system on purpose. The point wasn't showing off gear, it was PS's use of RAM.
    "With regard to RAM and Photoshop, people often say more is better without qualification, and you have just confirmed that advice."
    You actually have no evidence of my qualifications. I'll send you a link to my Microsoft transcript if you'd like, there are 16 certifications you can peruse.
    "Personally, with 24 GB of RAM I'd suggest settting Photoshop's limit even higher - e.g., to 95% (which is what I use for 8 GB) ...  The OS doesn't need much on that scale."
    24GB x 95% = 22.,8GB... that leaves 1.2GB of RAM for everything else including Windows 7 64 bit. I'm sorry, that's an extremely unwise choice. Noel, maybe you need to remove the "unqualified" beam from your own eye before you point it out in others.
    If anyone is reading this please PLEASE don't set your Photoshop limit to 95% of your available ram. Your system will mostly likely crash within minutes of starting Photoshop. The proven setting is 75%, set it there and move on. Thanks.

  • Photoshop CS5 used up all RAM after closing a file

    Dear All,
      Starting for a while, after opening a file, around 7M, the file is closed. However, after that, the whole computer becomes sluggish and the memory usage is close to 98% (total 4G).
      What contribute to such strange behaviour?
      The PC is a 64bit Windows 7.

    I Think the problem is the you dropped too many frame out and the frame you kept are being played to quickly.  Animated GIF file sizes are huge compared to video file formats and the color is much poorer then video.  However Browsers animate them automatically and the can be used in links href.
    I downloaded your gif and it looked like you started with a 1080p video.  You re-size it from 1920 wide to 400 pixels wide and to make a small animated gif file size you dropped out too many frames.  You file is still 2.3MB.   I wanted to get some idea of what could be done.  How much 1080p mp4 re-sized to 400px wide would fit into a 2.3MB mp4 file and if saved as an animated gif how big would it be and what would the quality be. Seems like only 5 seconds fits . Here is what I saw.
    Sean  1080p mp4 14.6MB around 5 sec http://www.mouseprints.net/old/dpr/Sean1080p.mp4
    Sean 400 w mp4 2.3MB size of your gif http://www.mouseprints.net/old/dpr/Sean400.mp4
    Sean 400 Ani gif 10,7MB 5x your gif  http://www.mouseprints.net/old/dpr/Sean400.gif
    SeanDropFrames 2.3mb like your gif http://www.mouseprints.net/old/dpr/SeanDropFrames.gif  User every forth frame.
    The mp4 also includes the audio...... even the scaled 400 px wide mp4....

  • How Do You Make a Diagonal Cut to a Layer in Photoshop CS5

    I'm wanting to make a diagonal cut and can find no information about how to do this.  Help!!  Thanks!! 

    Easiest way might be Polygonal Lasso Tool and command-shift-J.

  • PS CS5: outline box while moving a layer

    When moving a layer in Photoshop CS5, there's now a gray box that appears around the layer while you move it. This is SO distracting! I've been googling this to find a way to turn it off, and could only find a few reviews that mentioned it. Those reviews touted this as a feature, but I have no clue how this could possibly be useful. I'm moving layers to find a placement that looks good, and a random gray rectangle is NOT helpful!
    Is there any way to turn this off? I've been searching through the preferences but no luck.

    Success! Thanks Craig.
    I found it here: http://mac.softpedia.com/progDownload/Photoshop-CS5-Optional-Plugins-Download-77034.html
    Unfortunate that we have to turn to third parties, but I'm glad there's an easy solution to this one!
    For reference, here's the review I mentioned before:
    http://www.macworld.com/reviews/product/464051/review/photoshop_cs5.html
    "Other additions include a ghosted outline as you drag layer content using the Move tool (helpful when moving small items)"
    Helpful, sure!

  • Need help! Photoshop CS5 on Mac OS X 10.9.5. crashes right after start

    I cannot run my Photoshop anymore! All other CS Apps are working fine. The error shows:
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x608000612f40: Heap corruption detected, free list canary is damaged
    and:
    Process:         Adobe Photoshop CS5 [434]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0 (12.0x20100407.r.1103] [12.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [175]
    Responsible:     Adobe Photoshop CS5 [434]
    User ID:         502
    I was installing JavaForOSX2014 and I was updating all CS Apps. But error still occurs. I hope someone can help?
    Thomas

    I have reports of 10.10.1 (Yosemite) having this same issue. I looked through the crash log and found this important clue:
    1/1/15 5:58:40.784 PM Adobe Photoshop CS5[883]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
    Call location:
    Important Notes:
    Adobe Photoshop CS5 uses the Gestalt Selector to determine which version of operating system you are using which results in the message above.
    Apple deprecated (removed) support for Gestalt Selector in system 10.8 and now uses NSProcessInfo's operatingSystemVersion property instead.
    Click here to access the Gestalt Manager Reference on the Apple Developer Website.
    Note that in this case deprecated doesn't necessarily mean removed from the OS, it just means that the support for it is no longer available. Despite being "deprecated"  the call to the Gestalt Selector will still return a value, there are two different ways to get that value.
    Method One: Use the gestaltSystemVersion. Which reports 10.9.1.
    Method Two: Use the gestaltSystemVersionMajor, gestaltSystemVersionMinor, and gestaltSystemBugFix to get each of the values and concatenate them. For Instance: Major Version = 10, Minor Version = 10, and Bug Fix Version = 1 then you have 10.10.1
    The problem with using Method One is that the minor version is limited to one character. Since 10 is clearly greater than 1, gestalt reports it as the highest number it can, which is 9, hence 10.9.1 and not 10.10.1. This Gestalt bug has not be fixed on the Apple side because support for it was dropped with version 10.8.
    The user reporting the issue was running version 12.0 of Photoshop. An attempt to update the version to 12.0.4 failed with the installer reporting the following:
    The following updates were unable to install. If you wish to install these updates, please fix the problems below and retry:
    Photoshop 12.0.4
    Installation Failed
    Time to dig around and see if I can figure out what is causing this to die. I am hoping the 12.0.4 update corrects the issue.

  • Denoising video in photoshop CS5

    i need to remove noise from some footage i shot on very high iso. ( Canon 7D -  2000 iso ). instead of purchasing yet another plug-in for Finalcut Pro i thought i might be able to do the de-noising in Photoshop CS5 using my old tried and trusted NoiseNinja. Is this possible ? Couldn't find any info about it in the 2783 pages of user manual.
    Following is my workware :
    MacPro Quad - 8GigRAM - ATi 4870 - 4 TB Internal Raid set - short ProRes 422 clips - Photoshop Extended CS5

    if it's PS extended you can indeed..
    convert for smart filters and choose a noisy frame, set up noiseninja, and hit ok..
    now you can export your footage and you'll find it clean..
    if it's a long clip you can go out for the weekend, though..

  • Rollovers with Photoshop CS5?

    I created a web page in photoshop cs5 using layers and created rollovers. When I save  the file for web and export the file I do not get all my layers with the rollover states. Any helpful suggestions?
    Thanks, Madtown3

    Hello Benjamin,
    This is the solution!! I had to play a little with it so it aligned correctly with the cintiq but the problem is solved! Thank you so much!! I'll sleep like a baby tonight!!

  • Adobe Photoshop CS5 no me reconoce la tarjeta de vídeo

    Hola, necesito trabajar con las funciones 3D, pero al querer acceder a ellas me sale un cuadro que me dice que mi tarjeta de video no cumple con los requisitos de aceleración de hardware 3D rendering.
    Me dirijo a Edición-preferencias y en la parte de 3D todo esta bloqueado en gris.
    mi tarjeta de video es ATI Radeon HD 5800 SERIES.
    espero me puedan ayudar, gracias.

    A traves del Panel de Control o en WinXP pulsando sobre el botón derecho del ratón en el escritorio, escoge Propiedades luego en el panel que aparece escoge Avnazadas y ahí descubriras seguramente la tarjeta que tienes, supongo que el manual de tu portátil tambien lo dirá así como la CPU, y la memoria RAM que incluye.
    Ahora si tu tarjeta de video esta integrada en la CPU y sólo utiliza memoria del sistema...
    En el menú de Ayuda de Photoshop abre el comando de Información del sistema y ahí verás también toda la información, nos la puedes facilitar, los puntos comentados especialmente?
    Exactamente que versión de Photoshop CS5 tienes? En el menú Ayuda>Acerca de lo muestra, también en el de Información del sistema.
    Esta es la información de rendimiento de Photoshop CS5:
    Photoshop CS5 uses the GPU when the installed video card supports
    the OpenGL standard and has a least 256MB of VRAM (512MB or more
    is better for 3D work).
    Most basic models sold by leading computer manufacturers today meet
    these minimum requirements, but the simplest way to verify is to check the
    GPU Settings area of the Performance panel.
    If Photoshop CS5 detects a compatible video card, it will be displayed,
    and the Enable OpenGL option will be activated.
    You can view the amount of VRAM present on your video card by
    referring to the Video Card Memory information displayed in the System Info
    dialog box (choose Help > System Info in Photoshop).

Maybe you are looking for

  • Firefox freezes every few minutes for a few seconds.

    Firefox keeps freezing every few minutes, for a few seconds at a time. It's infuriating. It just happened right now while I was typing "infuriating". It's happened since I installed the Facebook Video Chat Plug-In, but I uninstalled that and it keeps

  • How to I go about getting more memory for my computor?

    My mac keeps telling me that i have no memory left on my disk drive or something like that. I was wondering what would ultimatley help solve this probelm?

  • Table Cell Editor

    Hi All, I created JTable. For one column I have given Combo box as editor. when the program is run, if I select any value in first row in combo box, the same value will be chosen for other rows also.That is if I just click in the other row's combo bo

  • How to view contenets of Queues/Topics?

    I have been sending some XML files through my ESB flow to a JMS destination(Consumer). The flow will be successfull. But I cannot watch the contents of these JMS destination queues anywhere. I want to watch if the output data is correct in case I hav

  • Raw files Canon 5d Mark 3

    How do I get support for raw files for the Canon 5d mark 3?