Elements 10 canvas not working with tiff images; works fine with jpegs. What to do?

Elements 10 canvas not working with tiff images; works fine with jpegs. What to do? It does not allow me to add a colored canvas, only a blank canvas.

Perhaps some of the tiffs are already layers.
In other words, since jpegs don't support layers, they all ways open with one locked background layer, but the tiff format does
support layers so the tiffs don't have to have a locked background layer and can already be a regular layer that supports transparency.
For the tiffs you could add a new color fill layer below and use the color you want the enlarged canvas to be.
On pse 10 look at the bottom of the layers panel for the new adjustment of fill layer icon

Similar Messages

  • Removing Color Cast with TIFF images?  (PSE 8)

    Hello,
    Hoping someone can help.  I'm trying to "remove color cast" with TIFF images and I'm not seeing the option as available.  It works fine when I try to use it with JPEG images.
    To be clear....I'm using PSE 8...after opening a picture (of course), on the top menu "Enhance", then "Adjust Color".  When I'm working with a TIFF image the option "Remove Color Cast" is not available/active.  It works fine with JPEG images.
    What am I missing?
    Thanks,
    Rich

    Alternatively if you want to keep the file at 16 bit click File >>Open As >>Camera Raw
    Then use the temperature and tint sliders to edit your tiff.
     

  • Lightroom 5.6 does not recognize nef (RAW) image files generated with the new Nikon D750: who can help here or knows what to do? Thanks, Peter

    New Nikon D750:
    Lightroom 5.6 does not recognize nef (RAW) image files generated with the new Nikon D750: who can help here or knows what to do? Thanks, Peter

    LR 5.6 doesn't support the new Nikon D750. You have to wait to the next update.
    You con also install the release candidate of the DNG converter and convert your NEF files to dng.
    http://blogs.adobe.com/lightroomjournal/2014/10/1366.html
    Axel

  • TIFF images, Working with Color Palette.

    I would like to read in a tiff image, change some of the color values and then write out the new file. Is this possible?
    Thanks.

    Ah dude, that's super-easy.
    In JAI there is a call to convert to grayscale, but here is how to remove the red from every pixel in an image:
    Assuming you have a BufferedImage called image...
    // get image dimensions
    int width = image.getWidth();
    int height = image.getHeight();
    // create pixel array
    int pixels = new int[width*height];
    // copy data from image into pixel array
    pixels = image.getRGB(0,0,width,height,pixels,0,width);
    // remove red from entire image
        for (int x=0; x<width; x++)
          for (int y=0; y<height; y++)
            int index = x+y*width;
            int pixel = pixels[index];
            int red   = (pixel & 0xff0000) >> 16; // don't really need this, but whatever
            int green = (pixel & 0xff00)   >> 8;
            int blue  = (pixel & 0xff);
            // Check intensity of pixel for each band
            if (red > tolerance || green > tolerance || blue > tolerance)
              // rebuild pixel with only green and blue values
              pixels[x+y*width] = ( 0xff000000 | (0 << 16) | (green << 8) | blue);
        }There you go!
    Who's ya daddy?

  • Trying to work on TIFF  images currently in my HD in several sub-folders without changing the originals or their location. I have a Mac and am using LR 3

    I have many TIFF images on my HD within a folder and sub-dividedinto 30 sub-folders.
    I wish to select several images from a variety o f the sub-folders then edit them and place them in a new working folder that can be transferred forprinting. I want to retain copies of the edited images and the orginals in their location in my Pictures.
    So I'm looking for a step sequence that will assuresafety ofmy originals and giveme newly edited verisons toprint.
    I originally odwnload theseimagesfrom a flash drive  andit took 9 hours.
    What timeframe can I expect to move the images into LR from my HD???
    I assume I will retain the same folder/sub-folder organization --is that true??
    How do I transfer the edited images --probably between 10-20 of them to start with--to a newly labeled folder  that can then bemovedto either aflash drive , extrenal HD or one or more DVDs to take them to a print lab?? What's the best way to do this??
    I've looked at the basic LR tutorial but it leaves out  may steps that I require.
    Your assistance is greatly appreciated
    Marty

    Thank you Jim . I suspect you're right --that i'm over thinking this. But i just don't see the step-wise path to follow to get from here to print ready group of selected photos
    So you're saying just import them into LR  and I can access any or all of them there ??.
    Will the import take hours  or minutes ( recall that I have over 500 TIFF images   distributed across 30 sub-folders)???
    Edits i do there will be saved but my originals will also remain ??
        Do I simply select one image at a time to develop and save until I have the 10 or more I want for the moment  then put those edited images into a new collection??????
    OR
       Do I select and move the ones I want to edit and put them into a collection,  then edit them image by image and finally transfer ( e.g. via flash drive or external drive etc) to get them printed???

  • 'document' is null or not an object with IE7. All fine with IE6

    Hi experts,
    my bsp application work fine with internet explorer 6.
    with IE 7 doesn't work correctly.
    the error appears after uploading pdf document.
    We have a "runtime error occurred"
    'document' is null or not an object
    Line: 74
    Do you want debug? (yes or not)
    After yes selection,
    we can see that error occurs in line with
    var rowStyleClassObj = document.getElementById(rowStyleClassId);
    ( in effect document is undefined in debug.)
    of the standard function htmlbClientMultiSelect.
    function htmlbClientMultiSelect(chk,prevchk,row,rowStyleClassId)
    -->> var rowStyleClassObj = document.getElementById(rowStyleClassId);
    if(rowStyleClassObj.className=="sapETbvSelIndicatorFalse"){
    rowStyleClassObj.className="sapETbvSelIndicatorTrue";
    document.getElementById(chk+row).value = row;
    document.getElementById(prevchk+row).value = row;
    else if(rowStyleClassObj.className=="sapETbvSelIndicatorTrue"){
    rowStyleClassObj.className="sapETbvSelIndicatorFalse";
    document.getElementById(chk+row).value = "";
    document.getElementById(prevchk+row).value = "";
    this function is defined in controls_ie5.js file.
    I try with "Design 2003" but the problem not solved.
    I applied the 2 notes 986254 and 1005093 but not solved.
    My level patch is SAP_BASIS 700  SAPKB70010 Componenti di base SAP
    Could you help me?
    Thank's in advance.

    Hi Neil Occhiochiuso!
    Please could you help me?? I have the same problem related by you, but with IE 8.
    Do you solve the problem?? How?
    Thank you, Wilson

  • Problem with deleting images from iPhone with Mac

    When I connect my iPhone 5 to macbook pro Image Acquire opens. I want to delete all images of my iPhone but with it (Image Acquire) I can't because  the delete button is disabled. Why? Maybe because I noticed a locker near the images? Don't know, can help me?

    Image Acquire or Image Capture?
    Launch Image Capture located in your Applications folder.
    Make sure your iPhone is turned on then connect the iPhone to your Mac.
    Make sure the iPhone is selected under DEVICES.
    See if: Delete after import   is available now.

  • 3rd display not working with Yosemite.  Was fine with Mountain Lion.  Any suggestions?

    I use my Imac as a digital aidio workstation with 3 displays.  Never updated to Yosemite due to issues with the DAW manufacturer software.  Now that the issues were resolved, I said what the **** and I updated to Yosemite.  Now my 3rd display does not work at all and I am not a happy camper.  Gives credence to if it ain't broke don't fix it.  Thanks all.
    Matt
    Va Bch, VA

    Hello mrtessitor,
    I'm sorry to hear you are having these issues with your iMac after a recent update to Yosemite; I know how frustrating that can be. If you are having issues with one of your external displays that was working previously, you may find the information and troubleshooting steps outlined in the following articles helpful:
    OS X Yosemite: Connect multiple displays to your Mac
    Apple computers: Troubleshooting issues with video on internal or external displays - Apple Support
    Sincerely,
    - Brenden

  • Slow performance with large images working at 300 DPI

    I'm working on creating a poster for a film. I have my workspace set up for 24" x 36" movie poster size at 300 DPI. I have an intel i5 2500k processor @ 3.3 Ghz. I have 4 gigs of RAM and I have PS set to use 2/3 that. I have a scratch disk set on a large separate drive. The program runs very slow and takes forever to save or render a resize of any image. I'm wondering if there's a way to decrease the "size" of the images (in otherwords the data so the layers arent ginormous in terms of data) but still be able to work at 300 DPI?

    inDesign costs something like two thirds the price of Photoshop, so expensive for a one off job. It's sacrilege to mention it in these forums, but of you have a high end Office version installed, you might have Publisher on your system.  It would do the job easily, and is probably more intuitive to learn than inDesign.  But if your serious about it, inDesign is ten times the program, and the printer won't smile knowingly when you deliver the image file and they ask how it was created.

  • Help with TIFF image sequence frame rate?

    I'm working on an animation sequence, its a 24p project.  Whenever I import an image sequence, Premiere automatically interprets this at 29.97 (though, per the help files, it should automatically interpret at the project frame rate, but it's not).  In the project panel, I use interpret footage so that it interprets at 24p.  However, when I bring this image sequence into the timeline it shows at the right duration, but the end of the sequence is cut off (essentially, premiere is still reading in at 30p, but gives it the duration of 24p).
    CS4 is the first version I've had this problem with.. usually, I just bring in the image sequence and it's fine.
    Any suggestions?
    Thanks.

    Hi, I have the same problem as my workflow is to import R3D into AE CC and render it into Tiff sequence. At first I had changed every setting to 24, and it rendered out choppy and clipped off a few frames in the end.
    Now I have tried this
    Once you import Tiff, right click> Interpret Footage > Main
    Then you will see black box. In this column box, there is Frame Rate column, then tick Assume this frame rate: 24 frames per second.
    You have to type in 24 yourself, then it works out fine.
    My guess is that Tiff is sequence image, and it DOES NOT have frame rate. So you have to tell AE to assume the imported image sequence's frame rate. Otherwise it always assumes 30 by default.
    Hope it works.
    DDH111

  • Does Elements 3 not support 14 bit images?

    I just purchased a Nikon V ED scanner so that I could start digitizing my 4000 or so analog images. As I've begun my first experiments I started noticing that sometimes when I scan an image and then open it in in Elements, the majority of the tools don't work and then at other times they work fine. In a short period of time I realized the it's when I scan an image at 14 bits as apposed to 8 bits, (my only two options), that I have no control over the majority of the tools. When I pick the tools and bring the cursor over the image, I see a circle with a diagonal line through it.
    1. Does anyone know for sure if it's the 14 bits that is the problem?
    2. Would buying Elements 4 or eventually 5 make a difference?
    Thanks

    I was playing around with this the other day to try to work out whether it was worth doing any work in 16 bits on the files converted from my new camera's RAW files (which are 12 bit).
    With certain sorts of images, such as those with large expanses of similar colours (skies for example), it certainly seems worth doing all the main levels and colour adjustments in 16 bit mode before converting to 8 bit.
    I tried leaving the file in 16 bit on one image while I adjusted the levels and then converted to 8 bit and then tried, on a copy of the same image, converting to 8 bit before changing the levels to the same values. On comparing the two, the 8 bit level conversion had slight but obvious banding in the sky whereas the 16 bit level conversion didn't. If I looked at the levels histogram in the two versions one had gaps whereas the other didn't.
    So, I'm now sold on doing everything I can in 16 bit mode before converting to 8 bit. All I have to do is remember to work this way :-)

  • I can scroll down web pages with my Lenovo ThinkPad X200. I could, but then I got some updates and it doesn't work. I can scroll fine with an external mouse. I just can't use the "scroll controls" on my laptop. Any ideas why? It's frustrating!

    When I got my machine two years ago and loaded Firefox, I could scroll with the red button that's on the keyboard of the Lenovo ThinkPad x200. Then, a few months ago, Firefox was updated. Not sure which version. And, now I can't scroll. The keypad scroll works in MS Windows programs. It just doesn't work in Firefox. I can't get anywhere with the options so I'm stuck for now. (The scrolling works in Internet Explorer). So, I think it's something that going on with FireFox not with my computer.

    Hi there,
    When I inspect your site in browser tools, I'm getting 404 errors from your page:
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (jquery-2.0.3.min.map, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (edge.4.0.0.min.map, line 0)
    BarnardosIreland wrote:
    I would have thought that publishing should give a complete package that doesn't need any further edits to the code and can just be directly ftp'ed to the web - is this correct?
    In general, you are correct - but also your server does need to be properly configured (and those errors above lead me to think it may not be) to serve the file types that your uploading - but it could be something else entirely. Can you zip up your composition folder, upload it to your Creative Cloud files, set it to share, and then post a link here so I can download it? If you'd rather not share it publicly, can you PM me with a link to your composition files?
    Thanks,
    Joe

  • Elements 10 not showing a scanned image until the twain driver is closed.

    When I open up Elements 10 and scan into the Elements 10 Organizer  from the Epson Scan Twain driver (V3.04a) the image will not transfer in unless I close Epson Scan. At that time the transfer is completed and I can see the scanned photo in the Organizer screen. I have this problem on both Windows 7 32 bit and 64 bit computers. I have reloaded the Epson Scan Setup twice (loads Epson twain driver). If I don't close the Epson twain screen the image won't display in Organizer at all.  Any thoughts as to why this problem requires closing Epson Scan to view the image?

    I think you're running into a problem with the way Adobe has implemented scanning in the Organizer.  In your specific case, PSE is obviously not handling the return codes from the scanner correctly.  If Organizer was able to use WIA (as the Editor does) you'd have another option for scanning.
    See this discussion/argument that I'm having with an Adobe representative:
    http://feedback.photoshop.com/photoshop_family/topics/pse_organizer_need_option_to_use_wia _and_disable_twain
    The Adobe rep is insisting that Organizer doesn't use TWAIN, but I'm not buying it.
    Ken

  • HDMI switch doesn't work with X1 box but fine with DVD player

    I bought a HDMI switch and with both cable box and dvd plugged in, the Dvd player works fine but the X1 DVR box doesn't work at all, only a bright orange screen comes up, not even a messge that says no signal. Any suggestions?

    greatbuys4less wrote:
    I bought a HDMI switch and with both cable box and dvd plugged in, the Dvd player works fine but the X1 DVR box doesn't work at all, only a bright orange screen comes up, not even a messge that says no signal. Any suggestions?X1 is highly dependant on the HDMI signal ....   what is the make/model of the HDMI switch you are using?

  • Lightroom 2 develop settings not stored in Tiff images

    Hello,
    I'm running windows XP, LR 2.0 and have all the Metadata changes checked.
    When I edit a photo in LR the develop setting do not show up in any other Photo editor, Photoshop CS3, ACDSEE, etc..
    I've tired writing metadata to files and the changes are seen other than LR. I want to upload these images to a stock photo web site.
    Regards,
    Jeff

    Jeff,
    if you want to see changes done in LR also in other programs like ACDsee and other you don't need to export changes but the whole picture.
    If you checked "automatically write changes to xmp" it doesn't mean you can see the changes in other programs. It only means your changes are written in xmp file (raw) or in the first (normally invisible) part in jpeg or tiff (you can see it if you open jpeg in notepad). But it doesn't mean your file is rendered (raw) or your bitmap file is changed in a visible way. Frankly to say LR doesn't export changes but only a prescript which says what changes should be done if you will use this picture in a program which can read this prescript (today it is only LR and up-to-date CameraRaw).
    You can export everywhere. If you want to see changes in other programs, your folder doesn't need contain changes (prescripts) but whole changed picture.
    Tom

Maybe you are looking for

  • JComboBox as a cell editor in JTable

    Hi, I've set one of my columns in my table to have a JComboBox as a cell editor. This is fine but my problem is that each row has different values in the JComboBox but when I update each row the column with the JComboBox they all end up with the same

  • Delivered Quantity problem in Process Order

    Hi, I m facing a following situation: Current Situation: Process order # 10000 Order Qty 100 Del Qty 650 Order finally delivered Using auto GR functionality Usage decision has been posted for that batch Delivery against sales has been made of that ba

  • Oracle BI Suite 10.1.3.2.0 does not install on Windows 2000

    hi all, I downloaded the two zip files from Oracle site and extracted on d:\biee. I launched the setup.exe program under d:\orabiee\Windows\Server\Oracle_Business_Intelligence. I specified the Complete installation and after creating the OracleBI fol

  • Dynamic data statements

    Hi, I need help regarding a dynamic data statement. I'm selecting data from a table like this:- DATA: lv_table(20) type c. lv_table = e_s_odstabname-c_log. SELECT * FROM (LV_TABLE) INTO lv_wa UP TO 1 ROWS WHERE PARAM1 = p_parm1 AND   PARAM2 = p_parm2

  • Email is not an option in the Share menu in Photos.

    OS X 10.10.3; 13 inch Macbook. It is my understanding to email pictures in Photos you have to  click on the picture and go to the share button.  However, email is not an option there. If I click the "More" menu choice at the bottom of the Share menu