Motion 4 + layered PSD files = me banging my head against the wall

I posted this same question in the other M4/PSD file problem, but it was marked as answered (and the answer isn't working for me).
I'm having a similar problem, but changing the resolution to the exact max of 2896x2896 doesn't work for me...and neither does any smaller resolution for some reason.
Today, my layered PSD file is at least not experiencing the crazy tile-effect you included in your posted images, but it is now:
1) always converting the top layer of the PSD file to a flattened image of the whole file.
2) ignoring/mutating my alpha channel information, as areas that should be transparent and smoothly masked off are now opaque and/or blocky.
My images are large, but I need to keep them large for dollying in real closely when i fly a camera through the scene. This is not a problem in After Effects, but I also need to do a lot of these 2.5D animations and several need particle/replicator effects... and I just work much much faster in Motion than AE. I don't remember having this problem with Motion 3 at all, but I can't say I've done a scientific comparison (nor do I want to uninstall M4 for M3).
My system info can be found here:
[IMG]http://i36.tinypic.com/2n744di.jpg[/IMG]
[IMG]http://i33.tinypic.com/28cks42.jpg[/IMG]
Original PSD file info:
[IMG]http://i37.tinypic.com/amdr9v.jpg[/IMG]
[IMG]http://i36.tinypic.com/99kv1g.jpg[/IMG]
[IMG]http://i33.tinypic.com/3355w8x.jpg[/IMG]
[IMG]http://i37.tinypic.com/1zb6y3m.jpg[/IMG]
[IMG]http://i35.tinypic.com/9i5rhz.jpg[/IMG]
Motion 4 info:
[IMG]http://i38.tinypic.com/es40v4.jpg[/IMG]
[IMG]http://i37.tinypic.com/2crva83.jpg[/IMG]
[IMG]http://i35.tinypic.com/2e3popz.jpg[/IMG]
[IMG]http://i37.tinypic.com/jrv8tz.jpg[/IMG]
[IMG]http://i37.tinypic.com/28rh6hs.jpg[/IMG]
Any help is appreciated!
Thank you!

I can't believe I didn't see that! I scanned them in 24-bit color but they are B&W images anyways, so I'm not sure why or how they ended up as 8-bit greyscale... maybe has something to do with the lousy HP dinosaur-of-a-scanner and it's weird proprietary HP interface (couldn't get it to interface with PS4 and don't use it enough to fuss with it).
Thanks!
I think that was about the quickest/least-frustrating help forum experience ever =)

Similar Messages

  • Banging my head against the wall

    I am working on a program to calculate bmi. I have input to read in age range and gender. When I enter input to look at both genders, it does not calculate the total patients or calculate the averages. Any help would be appreciated.
    //prompts user for inputs
    System.out.print("Enter the file name: ");
    System.out.flush();
    filename = console.nextLine();
    System.out.println("What age range would you like to examine?");
    System.out.print("Enter starting age: ");
    System.out.flush();
    agelooking = console.nextInt();
    System.out.print("Enter ending age: ");
    System.out.flush();
    agelooking2 = console.nextInt();
    System.out.println("What gender would you like to examine?\n"
    + "Enter F for Female; M for Male; B for Both genders: ");
    genderlooking = console.next().charAt(0);
    //reads in gender and age range
    while (inFile.hasNext()) {
    //read in gender
    gender = inFile.next().charAt(0);
    if (genderlooking == gender){
    //read in age range
    age = inFile.nextInt();
    // filters logic for age
    if(age >=agelooking && age2 <=agelooking2) {
    totalpatients++;
    //reads in height and weight
    weight = inFile.nextInt();
    height = inFile.nextInt();
    //calculates bmi
    bmi = (weight * weightkg) / Math.pow(height * heightm, 2);
    totalbmi = bmi + totalbmi;
    //takes bmi calculation and filters into 4 categories
    if (bmi < 18.5) {
    underweight++;
    if (bmi >= 18.5 && bmi <= 24.9) {
    normal++;
    if (bmi >= 25.0 && bmi <= 29.9) {
    overweight++;
    if (bmi >= 30) {
    obese++;
    } //end while
    //calculates averages
    averagebmi = totalbmi/totalpatients;
    averageUnderweight = underweight/totalpatients;
    averageNormal = normal/totalpatients;
    averageOverweight = overweight/totalpatients;
    averageObese = obese/totalpatients;
    //writing results to output file
    outfile.println("Results of the BMI analysis for " + practiceName + ": \n\n");
    if (gender == 'm' || gender == 'M')
    Gender = "Male";
    else
    if (gender == 'f' || gender == 'F') {
    Gender = "Female";
    else
    Gender = "Both";
    outfile.println("Patients of " + Gender + " gender in age range of " + agelooking
    + " to " + agelooking2);
    outfile.println ("Number of patients examine: " + totalpatients);
    outfile.printf ("%.1f percent Underweight%n", averageUnderweight * 100);
    outfile.printf ("%.1f percent Normal%n", averageNormal * 100);
    outfile.printf ("%.1f percent Overweight%n", averageOverweight * 100);
    outfile.printf("%.1f percent Obese%n%n", averageObese * 100);
    outfile.printf("Average BMI: %.1f",averagebmi);
    inFile.close();
    outfile.close();
    System.exit(0);
    }

    Because this line will never be true is you are looking for both genders, unless one of the records in teh file was entered as B for gender (Hermaphrodite?)
    if (genderlooking == gender){
    //Change that line to this
    if(genderlooking == 'b' || genderlooking == 'B' || genderlooking == gender){

  • Portfolio question that I am banging my head against the wall trying to figure out...

    I want to build a portfolio with categories. You click something and the appropriate slideshow or lightbox appears or comes into the scene. The troubling part is I dont want to scroll anywhere. I just want 6 categories and each respective lightbox all in one place. Any ideas?

    In this case, I would reccomend you use something like a tabbed panel widget and place a lightbox for each inside a specific panel.  You could create the overall layout for the lightbox display in the first panel and copy it across the rest to maintain design consistency.
    Cheers,
    Justin

  • Banging by head against the wall over FlashVars

    OK. This was supposed to be a quick few minute edit that has consumed hours. There is something wrong but I can't find it.
    All I want to do is read a number in from a FlashVar. These are the relavent code snippets.
    HTML
    <param name="FlashVars" value="pid=1" />
    AS3
    var keyStr:String;
    var valueStr:String;
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    for (keyStr in paramObj) {
         valueStr = String(paramObj[keyStr]);
         if(keyStr == "pid") strFlashVarPID = valueStr;
    if(valueStr=="1") pid=1 else pid=2;
    I am always getting a pid=2.
    Why? How can I troubleshoot this? I can't see trace values when viewing the SWF from a web page.

    Here is all the HTML code:
              <div id="flashContent">
                   <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="715" height="800" id="my" align="top">
                        <param name="movie" value="my.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#000000" />
                        <param name="play" value="true" />
                        <param name="loop" value="false" />
                        <param name="wmode" value="window" />
                        <param name="scale" value="showall" />
                        <param name="menu" value="true" />
                        <param name="devicefont" value="false" />
                        <param name="salign" value="" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true" />
                        <param name="FlashVars" value="pid=1" />                    
                                    <!--[if !IE]>-->
                        <object type="application/x-shockwave-flash" data="my.swf" width="715" height="800">
                             <param name="movie" value="my.swf" />
                             <param name="quality" value="high" />
                             <param name="bgcolor" value="#000000" />
                             <param name="play" value="true" />
                             <param name="loop" value="false" />
                             <param name="wmode" value="window" />
                             <param name="scale" value="showall" />
                             <param name="menu" value="true" />
                             <param name="devicefont" value="false" />
                             <param name="salign" value="" />
                             <param name="allowScriptAccess" value="sameDomain" />
                             <param name="allowFullScreen" value="true" />
                             <param name="FlashVars" value="pid=1" />
                        <!--<![endif]-->
                             <a href="http://www.adobe.com/go/getflash">
                                  <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                             </a>
                        <!--[if !IE]>-->
                        </object>
                        <!--<![endif]-->
                   </object>
              </div>
    By the way I am able to get the code to work if I put the pid on to the url like this:
    <object type="application/x-shockwave-flash" data="my.swf?pid=1" wi...
    I may just the URL for now but I want to know why the param is not working.

  • Banging My Head Against Grep Wall

    I'm trying to filter lines out of a log within a shell script, with line like this...
    cat log | grep -v "filter word" | grep -v "filter 2" > newLog
    ...but I cannot find the grep or egrep command for something slightly more complex than a simple match.
    I want to exclude (delete) all lines ending with "/" EXCEPT if they begin with "deleting".
    So a file which contains these 4 lines...
    this gets through
    deleting - this gets through/
    deleting - this gets through
    this does NOT get through/
    ...will result in this...
    this gets through
    deleting - this gets through/
    deleting - this gets through
    Thanks very much for any pointers. Maybe I shouldn't be trying it with just grep?

    This works for me at least for the small sample that you provide:
    grep '^deleting.*/$|[^>$' log > newLog
    What it lets through is:
    1. Lines that begin with deleting AND end in /
    2. Lines that do not end in a /
    I hope that this does what you need.
    Message was edited by: hungryjoe
    Message was edited by: hungryjoe
    Message was edited by: hungryjoe

  • Banging my head on the wall about this

    Post Author: despec
    CA Forum: General
    Folks,Is there any way possible in CR 11.5 to "store" a field value to be compared with the next record's same field value?  I need to compare a previous date field within a record with a new date field within the next record to see if it is a consecutive day.  I just can't figure out how to do this using a formula, becase my "previous" date just becomes the current record date field. Help, my head is getting softer as we speak :-)David

    Post Author: Jagan
    CA Forum: General
    I assume you just want to use the Previous() or Next() function. Look them up in the help.

  • I feel like I'm banging my head against a wall!!!

    I transfered my Itunes libruary to my External hard drive. Everything was going well until I updated my Itunes then I lost everything. The Itunes folder is still on my extenal hardrive. I have changed my itunes media folder location on my preferences but still nothing on my itunes. Can you please help?

    buddhautopia wrote:
    The Itunes folder is still on my extenal hardrive
    what happens if you launch iTunes while holding shift, click on choose library at the prompt, and select the iTunes folder on the external ?

  • Banging my head against the window

    No matter what I do, I have no control over the size of child windows. This is pretty simple, but it's ignoring me totally. Here's what I've got:
    // The container stuff seems to work fine. I'll include it here in case I've done something stupid in it that's affecting the child classes.
    public class MainFrame extends JFrame
    protected JDesktopFrame m_desktop;
    protected JPanel m_panel;
    MainFrame()
    m_panel = new JPanel();
    m_panel.setLayout(new BorderLayout());
    this.setContentPane(m_panel);
    m_desktop = new JDesktopPane();
    m_desktop.setDesktopManager(new DefaultDesktopManager());
    m_panel.add(m_desktop);
    public void AddChildWindow()
    MyChild child = new MyChild();
    child.setVisible(true);
    m_desktop.add(child);
    public class MyChild extends JInternalFrame
    private JPanel m_panel;
    private JScrollPane m_scrollPane;
    private JButton m_button;
    public MyChild()
    super("Title here", true, true, true, true);
    m_panel = new JPanel();
    m_scrollPane = new JScrollPane();
    m_button = new JButton();
    this.setContentPane(m_panel);
    m_panel.add(m_scrollPane);
    m_scrollPane.add(m_button);
    m_button.setsize(200,200);
    m_button.setText("This button is very very tiny for some reason.");
    What I need is the ability to add a single control to this child window (a JTable, if you must know), and be able to move the window around, and resize it, and see the control. If the control is larger than the window, I need to be able to scroll.
    What am I missing? I've tried lots of setSize() methods on stuff, and things like various LayoutManagers at different points, but nothing seems to make any difference. All I see is a child window with a single, tiny button, and if I resize it, it snaps back to tiny. Moving it around doesn't make it stick, either.
    Any help, hints, or examples are VERY appreciated!
    --- Eric

    what is the problem, that the button you are adding wont resize or the window wont resize?
    If the button wont resize it could be that you are using the JScrollPane.add() method which you shouldn't use anyway instead use JScrollPane.setViewportView()
    HM.

  • Motion having issues with layered PSD files.  Adds more to images

    Motion is distorting my layered PSD files in a way that I can't seem to figure out how to fix. Here are two examples of what I'm talking about:
    http://www.coyopa.com/motion_problem.jpg
    http://www.coyopa.com/motion_problem2.jpg
    There are two PSD images. The person is one layer and the background is the other. As you can see with the background layer turned on, the image is stretched or smeared. When the background layer is turned off, elements from the distorted background are appearing, such as the extended black shoulder or the line coming out of the head.
    The images I started with with were high res scans saved as grayscale TIFs. I converted them to PSD and switched the color space to RGB. I did my work in Photoshop and imported them into Motion which is when the problems began.
    I suspect the problem may be my graphics card which is a NVIDIA GeForce 7300 GT. I am running Motion 3.0.2 and Leopard 10.5.8. My Motion project settings are XDCAM EX 1080p30.

    I'm having a similar problem, but changing the resolution to the exact max of 2896x2896 doesn't work for me...and neither does any smaller resolution for some reason.
    Today, my layered PSD file is at least not experiencing the crazy tile-effect you included in your posted images, but it is now:
    1) always converting the top layer of the PSD file to a flattened image of the whole file.
    2) ignoring/mutating my alpha channel information, as areas that should be transparent and smoothly masked off are now opaque and/or blocky.
    My images are large, but I need to keep them large for dollying in real closely when i fly a camera through the scene. This is not a problem in After Effects, but I also need to do a lot of these 2.5D animations and several need particle/replicator effects... and I just work much much faster in Motion than AE. I don't remember having this problem with Motion 3 at all, but I can't say I've done a scientific comparison (nor do I want to uninstall M4 for M3).
    My system info can be found here:
    [IMG]http://i36.tinypic.com/2n744di.jpg[/IMG]
    [IMG]http://i33.tinypic.com/28cks42.jpg[/IMG]
    Original PSD file info:
    [IMG]http://i37.tinypic.com/amdr9v.jpg[/IMG]
    [IMG]http://i36.tinypic.com/99kv1g.jpg[/IMG]
    [IMG]http://i33.tinypic.com/3355w8x.jpg[/IMG]
    [IMG]http://i37.tinypic.com/1zb6y3m.jpg[/IMG]
    [IMG]http://i35.tinypic.com/9i5rhz.jpg[/IMG]
    Motion 4 info:
    [IMG]http://i38.tinypic.com/es40v4.jpg[/IMG]
    [IMG]http://i37.tinypic.com/2crva83.jpg[/IMG]
    [IMG]http://i35.tinypic.com/2e3popz.jpg[/IMG]
    [IMG]http://i37.tinypic.com/jrv8tz.jpg[/IMG]
    [IMG]http://i37.tinypic.com/28rh6hs.jpg[/IMG]
    Any help is appreciated!
    Thank you!

  • How is the best way to backup and organize Adobe layered .PSD files on iMac OSX maverick?

    How is the best way to organize and backup Adobe layered PSD files on iMac desktop OSX maverick?
    I lost all my Adobe Photoshop files + everything else on my IMAC when it crashed. They reinstalled Operating System.  But now i must install programs such as MS Word & Adobe indesign suite.
    Please help me determine what is the bestway to backup Adobe layered  PSD files? I believe these are my choices to be assured this doesn't ever hapen again. Please comment.
    Buy Apple Airport Time capsule $280.  But I am not sure if it can store PSD layers. Can it or do you have to have Apple Apperture  software to act be sure layers are saved
    I had had trouble getting Adobe Cloud to sync to save files and so just trusted my computer to not ever crash.  Any hints on this procedure
    Are there any hints on PhotoShop image organization for a current IMac usser ?
    Please help.
    Teann  ucreateit

    My backup plan is to use Time Machine to make a backup to an external disk drive plus I also do a clone of my system disk. So far between the bootable clone and the Time Machine backup this plan has covered all of my needs.
    Allan

  • Can't save layered .psd files in Photoshop CS3

    Hello,
    I noticed yesterday that I can no longer save layered .psd files to any folder. What does get saved is only a generic file symbol.
    I'm using a Dell 8200 computer, 1GB of RAM, IntelPentium4 processer, Windows XP Professional,and a Canon MP780 multiple function printer.
    Please help.
    Thanks,
    George Masi

    Is it saved incorrectly, or is the problem just that the icon is the generic one. In other words, can you A) click to open the file from the desktop. And, b) if you can't click from the desktop, can you open the file from within Photoshop, and see the layers correctly.
    If B works, and A does not, then this means your Windows has lost the association between PSD files and Photoshop. You can often correct this by right clicking the file, and choosing Open With, with the Always open with this program field checked. There is also a way to set the icons back up, but this is more complicated.

  • InDesign: How can I export indd pages to layered psd files?

    I wish to create layered PSD files from the pages of InDesign marketing brochures so that they may be used as templates in Photoshop by photographers (or whomever) that neither possess nor understand how to use InDesign? I have seen offerings by other offering both an indd file and multiple psd files but I cant discern a simple way to make that happen. I am hoping to be able have it occur via a "click" -- convert indd to layered psd. Id doesn't not appear to allow PSD export. What is another method to do this? I'm on PC.

    One way would be to export every Indesign layer as PDF and to assemble them again to a multi-layer PSD file.
    But there is a also script that can do what you want. Unfortunately for you, it is for Mac only.

  • A problem with importing layered PSD file into Flash

    Hi.
    There's a problem with importing layered PSD file into Flash.
    If I import a layered PSD file, some part the color of the lower layer is shown at the edge of objects or shadows. Instead, if I crop each layers first and import them, there's no problem.
    If the higher layer has brush or transparent effects, it becomes worse.
    Any help with this problem?
    Thanks.

    How was the original art created? Was the original RGB or CMYK? What is the resolution of the Photoshop file? Flash only works well with RGB and 72 pixel per inch resolution. If your original art is not set this way, then Flash will attempt to convert it as it imports it. Flash uses the sRGB color space. You'll get the best color translation if your Photoshop file is using this color preference.

  • Splitting high resolution in tiles, and saving them out as new cropped and layered psd file.

    Hey there, my first post here.
    I currently working with designing photos/images ceramic tiles.
    My goal is to minimize the time it takes to split an image in equal tiles, and then having all layers put in a new layered psd-file and layers named after raws and columns.
    Let say I have a bathroom wall 160X100 centimeters.
    That would be 8x5 tiles, tiles are 20x20 cm I this case, 40 tiles.
    Doing this manually when the work load increases would be impossible to manage.
    Tried using slices, but there's gotta be a bug in relationship between pixels and millimeters/centimeters.
    I divided the whole image in equally big slices 5 raws, 8 columns.
    No matter what the pixels say, when the image is 1600x1000 mm, one would think the result would be 8 tiles X 5 tiles that are 200x200mm each!
    But it turns out it differs 2 - 3 millimeters.
    Would be glad if there was a different approach to this, either by a neat script or a plug in or something.
    Images slicing in photoshop is only able to save out to web formats what I know of. I need it to be high resolution images 300dpi.
    Hope th get some feedback and ideas on this.
    Thanks in advance

    Xbytor has written a script that will spilt the document up.
    http://www.ps-scripts.com/bb/viewtopic.php?t=1582&highlight=tilemaker

  • I am using CS6 on a 64 bit PC. When I try to print A4 size layered psd files the program crashes. What can I do to rectify this?

    I am using CS6 on a 64 bit PC. When I try to print A4 size layered psd files the program crashes. What can I do to rectify this?
    Spoken to IT support who inform me its because files are on network, however they are on my desktop and program is installed on my PC not a network.

    Other sizes print. Bizarre.

Maybe you are looking for

  • Mount NTFS volumes in Solaris 10 update 8

    Hi All, I have a requirement to mount a windows share to two different Solaris 10 update 8 hosts . The below are the steps that i have done for the same but it got failed . Please suggest a procedure and solution . 1 .  Created the network share  nam

  • My iMac (24-inch, Early 2009) will not play DVDs.

    My iMac (24-inch, Early 2009, purchased new from an Apple store) will not play DVDs.  When I attempted to open the DVD Player file in Utilities I got the following error message: 'A valid DVD drive could not be found. [-70012]'  I've downloaded nearl

  • Inserting CD

    Just bought a new Mac Mini with a 160GB Serial ATA Drive. When i insert a Audio CD into the drive, is it normal for me to push in 3/4 of the way in? I thought it worked like a car audio CD player, you push it in a little and it ***** it in. After CD

  • What is IDOC and ALE?

    Hi anybody,          Please tell me what is IDOC and ALE? What pupose using IDOC and ALE?           Give me  Example sample code  of using IDOC and ALE. Thanks S.Muthu.

  • Updating iPod software

    When I connect my iPod to my PC, I receive the following message: A new iPod software version (1.1.2) is available for the iPod "Tim's iPod". So I click Download and Install, and a few seconds later, I receive the following message: There was a probl