LR4 export creates random blank images

Hi I'm experiencing a strange situation where I export a selection of photos, perhaps 150 of them, and will see random blank images with valid photo metadata but a blank (white) image.  In this case 3 of 150 photos are "real" but export as blank.  I can export the exact same selection of images using a slightly different export setting and the images are present (a different watermark PNG).  What is wrong with LR 4 export ?

Hi
Please check the following :
--Export to .PDF and check if you are getting a correct page format.  If you are getting then check word page header and page footer settings.
--Also check the default printer and page setup.
--Use no printer option in CR page setup and try to export to word.  Also check RTF format.
--Also try to check this is happening only in your system and any other system.
Thanks,
Sastry

Similar Messages

  • Random Blank Image Field

    We are using a c# DataSet with a byte[] field to store a .tiff (one .tiff per each record).  We bind this DataSet to a Crystal Report that has this image field for (most of) the report. 
    When we load more that 5 records, we randomly have blank images displayed in the viewer (and printed with blank images). Oddly, when we hit the viewer refresh we get different pages that are blank.
    When we export to .pdf, all images are present in the pdf.
    We have converted the .tiff  to JPEG, and stored these JPEG images into the DataSet byte[] and get similar behavior; that is, we get random blank pages.
      Any ideas will be appreciated.
    thanks,
    bill

    Not enough basic info:
    What version of CR are you using?
    What CR patch level are you on?
    What version of .NET are you using?
    Is this a web or a win app?
    Is htis happening on your dev computer or after you deploy the app?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • JAI blank image/graphics

    Hello,
    I'm using JAI because I do not want to call awt classes because they need my X-server running...
    All I want to do is creating a blank/new image-like thing and get it's graphics, all I seem to be able to find is how to create image-like objects with an existing picture in it...
    Anybody a clue on how to create a blank image without having to load an existing pic from anywere??
    Thnx

    <code>
    import java.awt.*;
    import java.awt.image.*;
    public class jwmem extends java.awt.Frame {
    Image i;
    int width = 200;
    int height = 200;
    public jwmem () {
    int[] pixels = new int [width*height];
    int c;
    double radianConversion = Math.PI / 180.0;
    for (int index=0,y=0;y<height;y++) {
    c = ((0xff) &
    (byte)(Math.abs (Math.sin((y+height)*radianConversion))* 255));
    for (int x=0;x<width;x++) {
    pixels[index++] = ((0xff<<24) | (c<<16) | (c<<8) | c);
    i = createImage (new MemoryImageSource (width, height, pixels, 0, width));
    setFont (new Font ("TimesRoman", Font.BOLD | Font.ITALIC, 32));
    setSize(100,100);
    show();
         public static void main(String args[]) {
              new jwmem();
    public void paint (Graphics g) {
    g.drawImage (i, 0, 0, this);
    g.drawString ("JavaWorld", 30, 80);
    </code>
    this is a code to create a new image using awt
    http://www.javaworld.com/javaworld/javatips/javatip16/jwmem.java
    go to this link for getting code using applet
    I cant get one thing both the codes wont need any server to be running.
    for applet you need a html file having content
    <applet code=jwmem.class height=100 width=100>this browser wont supports applet</applet>
    you need to put the .class file and html file in one directory thats all.
    Hope this is the one you need

  • Export gives "Unable to create" error,Can't EXPORT or SHARE modified images

    I am running iPhoto 8.1.2 and I cannot export or share any images I modify.
    Upon editing images (cropping or enhancing color profile), I am unable to drag and drop images to my desktop (gives a "∅" symbol) which I used to do all the time. I cannot export them - iPhoto gives an error: "Unable to create" filename error...
    If I look at the "Show file" and verify the contents of the folder, none of the images I have modified appear there. If I look at "Show original file" all the original files are there but do not have my edits/cropping, etc. Where are my modified images going and how can I get to them? iPhoto seems like it is getting Alzheimer's or something...
    I have tried closing and re-opened iPhoto and all the images thumbnails appear to be ok with my updated crops/enhancements. Double-clicking and opening them opens files with the correct edit/enhancements. Everything seems ok until I try to export or share any of the modified photos.
    I tried rebuilding iPhoto and selecting the first 4 options but after the rebuild the problem still persists...
    None of the files that I cropped/enhanced appear in the "Modified" folder for that date. There are some files there, but they appear to be files that I deleted!
    So, where are my cropped/enhanced photos going??? iPhoto shows them ok in the Events, etc. but they are not in the "Modified" folder and I cannot export, drag/drop, email or share them...
    This has been happening to me for awhile now and it is very frustrating. iPhoto is ok so long as I don't do any cropping or enhancing. If I do that, then it gets all screwed up...
    I know that I can use something like "iPhoto Library Manager" to rebuild stuff but I don't want to lose any of my data. I have done extensive work with faces, places, attributes, names, etc...
    I JUST WANT iPHOTO TO WORK LIKE IT IS SUPPOSED TO AND LIKE IT USED TO!
    Thanks,
    Steve

    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair Library permissions.
    If the permissions have been mucked up somehow, it's likely that your edits have not been saved.
    If the fails:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Disk Utility: Creating a new blank image receiving "file too large" error.

    Hello All!
    I'm trying to create a 10GB non-encrypted, non-compressed RW blank image via the disk utility. The DU runs for a few minutes then barfs out "file too large" error. I have over 30GB free on my HDD. I tried with a smaller size of 6GB to no avail. Also tried unsuccessfully to create from a file (about 4 GB). My ultimate goal is to create a case-insensitive image to run an extremely important program needed for high priority work productivity (i.e. WoW). Thanks in advance for any advice! You will be my new best friend if you help me resolve this. =D
    Hollie
    "There are only 10 types of people in this world: Those who understand binary, and those who don't."

    Hi Hollie, and welcome to the forums!
    Have you created images before successfully?
    Is this to/on your boot drive, or an external drive?
    Have you done any Disk/OS maintenance lately?
    We might see if there are some big temp files left or such...
    How much free space is on the HD, where has all the space gone?
    OmniDiskSweeper is now free, and likely the best/easiest...
    http://www.omnigroup.com/applications/omnidisksweeper/
    WhatSize...
    http://www.macupdate.com/info.php/id/13006/
    Disk Inventory X...
    http://www.derlien.com/
    GrandPerspective...
    http://grandperspectiv.sourceforge.net/

  • Exporting clickdummy as "html + images" creates too many gifs

    Hi, I created a prototype in Fireworks, exported as "HTML and Images". There are multiple pages and a few slices. My problem now is the images folder. It's huge. There are thousands of gifs. Is this normal? I wanted to provide this prototype via an online link, but you mostly see the images loading from top to bottom when opening any page. It's annoying. Working offline from desktop is fine of course.
    Do I have to reduce the number of sclices so that there are fewer gifs in the image folder? I would have to cick off some hover states... or is there any other way to reduce the number of images the page is build of?
    Thanks for any help and advice!
    Mari

    OK, thanks, that already helped me. But unfortunately I didn't manage to create these html-text slices. There are just green solid boxes where I can enter html text but I dont know how to transfer my different text areas in combination with images to html + image slices. Do I have to slice up the whole page?
    After trying and studying the article you mentioned above I exported as Css and Images and now my page consists of html text and some images, looks nice and is edidable in Dreamweaver. But with this method I loose all the hover functionality. In which direction should I work on?
    A export as Css and Images and try to insert the hover and swap-image functionality manually in Dreamweaver or
    B export as Html and Images and try to learn how to add html text slices?
    Thanks again!
    Mari

  • Computer Crashes when creating new blank disk image

    I'm trying to dreacte a new blank disk image from Disk Utility, but when I select "New Blank Image", I name the disk and hit "Create"my compter crashes and requires restart. Any ideas as to why and how to fix?

    Yes, iMovie '08 is more "resource intensive" than iMovie HD. (It takes a lot more RAM to provide all that nice scrubbing ability.)
    I'm not sure how large the project you're burning is, but I will say that 1GB of RAM is really low for working with video. Anytime a computer starts running out of free memory, bad things start happening. Applications crash, the system appears to hang, etc. When you quit all the other applications you were running, you freed up RAM for iMovie to use.
    I would suggest you bump up the RAM in your machine to at least 2GB. It's not very expensive at all. Less than $80. You can get to 4Gb of RAM for $110! I'd be willing to bet that once you've got more available memory your problem will vanish.

  • InDesign 5.5 exporting to epub - grouped images export fine, everything else is blurry

    I'm trying to export a user manual book to epub. All of the images are linked, anchored images.
    The images in the exported HTML files are extremely low quality, even when exported with the maximum resolution.
    I experimented a little by modifying the object export settings for two of the images:
    A) an image grouped with another image file positioned on top of it.
    B) an image of the same dialog (so, pretty much an identical image) that was not grouped.
    I made both of these images have the same Custom Rasterization settings:
    Size: relative to page wdith
    Format: JPEG
    Resolution: 300 ppi
    Quality: Maximum
    Method: Baseline
    When I exported the ePub (taking care not to ignore the custom settings), image A looked fine in the export and image B looked terrible.
    I then grouped image B with a blank text box to create a "grouped" image and re-exported. Now, image B has quality on-par with image A, with exactly the same image as before.
    What gives?

    The problem is your original images are too low resolution.
    I recreated the same problem. I took some of the text used in one of my ebooks, and exported a PDF from InDesign. I opened it in Photoshop and rasterized it at 72 ppi.
    I saved it and placed it into InDesign, then scaled it to 45%.
    Here's what it looks like:
    Once you start with a low-res image, choosing 300 ppi as your export resolution won't magically restore it to looking good.
    Start with type which is at a high resolution like 300 ppi, and work from there.

  • How can i export a series of images in different aspect ratios to the same height

    How can i export a series of images in different aspect ratios to the same height?
    I wish to make a slider callery for my website. all the images need to be 750 Pixels high, the width does not matter.  I have a mixture of square pandscap and protraite images can i do thing as one export or do i have to do it twice?  Once for long edge and once for shot edge?
    Thanks

    Yes, you can but there is a trick to it.
    In the Export Dialog under <Image Sizing> select Widdth & Height.
    Then enter 750 pixels for Height.
    Put your cursor into the Width field behind all the numbers that appear there and with the backspace key delete the numbers. If you enter "0" it will not accept that. But it accepts when you just delete the field for Width with the backspace key. The Width field will now be just blank.
    When you then export all image will  have a height of 750 pixels and the width will fall variously according to thne height / width ratio.
    Or alternatively you can enter 7.5" for height at a resolution of 100 ppi.

  • How do I create a disk image for windows 7, using a windows computer for USB bootcamp for mac?

    Hi There, I have just bought a new 2013 iMac.
    Spec: 3.4 GHz intel core i5, 16GB 1600 MHz DDR3 Memory , NVIDIA GeForce GTX 775M 2048 MB Graphics with OS X 10.9.4.
    How can I create a 'disk image' from a windows 7 professional 64bit installation DVD using a windows laptop with windows 7 Operating system on? I want to transfer this 'disk image' (ISO?) to a USB ready for installing windows onto my 2013 iMac using bootcamp?  I want to use bootcamp from a USB as I have no disk drive for the installation DVD on my iMac. I hope all this is clear.
    Thank you. Joe

    Yes, that's correct, at least not directly. You can create a blank disk image, copy the file to the mounted disk image, then burn the image to a CD/DVD.
    Open Disk Utility and select Blank Disk Image from the New menu. Provide a name, Save location, and select the image size from the drop down menu. Leave Encryptions at None and Format as read/write. Click on the Create button.
    After the image file appears the "removable" disk should be automatically mounted. If not double-click on it to mount it. A "removable" disk icon will appear. Drag the file you want to place on the disk image to the "removable" disk icon. The eject the "removable" disk icon. Now select the disk image file in the DU left side list and click on the Burn icon in the DU toolbar. Be sure to have a blank disc ready.
    The above is actually the "long" way to do this. A much easier way is to simply insert a blank CD or DVD into the optical drive. The Finder will pop up a dialog asking what to do. Select the option to mount on the Desktop. You will now see a disc icon on the Desktop. Drag the file you want to burn to the CD/DVD, right-click or CTRL-click on the disc icon and select Burn from the contextual menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Error "Failed to Export PDF" with big image on CS6 (32) and CC (64)

    Hi everyone,
    I'm on indesign CS6 (v8.0.2) and when I try to export pdf with a very big image ( *.tiff, 25000*35000 pixels, ) , the action failed with this message :" Failed to export a PDF".
    To be sure that there is no any corrupted elements, I made a very simple layout (one page , and just one element for my image,I turnoff prefilgth and all  ressource intensive options, and export with no downsampling or resampling) and try to export with different size image:with 20000*30000 -or smaller -image the export works, always failed with image .The export failed to in scripting mode.
    If I diveded my image in four , the export works but this solution is not convenient (I actually made tests for a fully automatised process, and we want to be sure that the indesign  component is  enough "safe")
    I try the same action with an evaluation version of indesign CC 64 bits (v9.2) and have the same behavior.
    I can imagine that there is a memory issue there, but my config seems to be strong ( windows server 64 with  16GB ram, DD with more than 100GB free). I don't undersant why-in a "full" 64 bit environnement- it is not possible to manipulate and export very large image ?
    I'm wonder If the background task is a part of the problem, and if it 's possible to disable it in CS6 or CC as in cs5 ( creates an  “DisableAsyncExports.txt” file in  Adobe InDesign executable directoty don't seems to disable it  in CC or CS6).
    Thank you for your help and good ideas..
    DC.

    this is a .tif (not a "big"tiff) compressed in LZW or ZIP.
    I just tried with another format (png), the error is the same...

  • How do you create a disk image using Disk Copy?

    Hello,
    Is there any way you can create a disk image using Disc Copy? Is there a better way to create a Disk Image?
    I would like to burn two copies of a 4.2 gig folder on my mac. I usually insert a blank DVD-R and then the mac asks if I would like to prepare it at which point I click "yes". An icon of a DVD disk appears on the desktop and then I drag my files onto this icon. It takes a few moments to create the disc image and then I click "burn". However, after the disc is burned the disc image disappears and I have to start all over again if I want to make another copy.
    How can I save this disc image? If I could save the disc image, it would enable me to burn a second DVD right after the first without having to create the disk image all over again. This would save a lot if time.
    I am using OS 10.1.5
    Thank you for any suggestions

    Thanks Niel for the info about creating a Disk Image with the Disk Copy utility in OS 10.1.5
    That worked however when I insert a blank DVD-R, the disk image still has to be copied to the DVD-R buffer and then it can be burned. And so this doesn't really save any steps - the "copying into the buffer" step still has to occur whether or not you have created a disk image of your files. So creating a disk image doesn't really shorten the process of burning multiple copies of a DVD.
    I will try to describe the steps more clearly:
    Two of the three steps for creating a DVD (steps 2 and 3) are very time-consuming:
    1. put blank DVD into the drive (a DVD disk icon quickly appears)
    2. drag files onto this icon (this step takes a long time as the files are copied into the buffer)
    3. choose "burn" (the actual burning also takes a long time)
    I was hoping that when I create two or more DVDs of the same files, I could first create a Disk image so that when I create the second DVD, step 2 could be skipped. That does not seem to be the case - the disk image still has to be re-loaded. And so I think I will not bother with the Disk image idea - it doesn't seem to be necessary or helpful when burning DVDs to backup data.
    Thanks for your suggestion.

  • How do I encrypt my external hard drive and subsequently a specific file within it, using my Mac? I tried creating a disk image but permission was denied.

    Encrypting an external hard drive and specific folders within. Permission denied using disk image.

    VKP90 wrote:
    When I tried to encrypt a single file within the hard drive itself, I got the following: Disk Utility Progress: Unable to create "Name of my file" (Permission Denied).
    When I tried encrypting the entire hard disk itself, I got: A GUID Partition Table (GPT) partitioning scheme is required.
    I have also currently used Time Machine on the external hard drive, along with saving other data. Hence, I am not sure if partitioning is going to delete any of this (a video I watched mentioned that using the + button when creating partitions retains current data). Backing up the external hard drive is out of the option since it is the back up to my Mac.
    You can't encrypt a single file. I'm not sure what you did to try. You can make an encrypted disk image which begins with a folder, if desired. Or, you can just create a blank, encrypted disk image, then move your desired files into that.
    While you could partition off the free space without erasing the disk, you cannot encrypt it because you need a GUID Partition table which requires you to repartition the entire drive, not just the free space.

  • Bug in iPhoto 6?  Blank images in edit and slideshows

    Hi...
    Have read a few threads on this topic, and it seems to be widespread. The usual helpful comments are made, but I really don't think that this has anything to do with something that the users are doing (e.g. copying libraries, moving libraries, etc..). Also, it seems to be happening to a number of people in exactly the same way, since iPhoto 6 was launched.
    I have been using iPhoto since the beginning, have about 40,000 files in several libraries, and I have never seen anything like this.
    The problem is that out of several hundred images in an individual library (uncopied, and not edited at the finder level or anywhere but iPhoto), a few of them are blank when you view them in edit mode or in a slideshow. This seems to be some sort of internal iPhoto corruption, and not related to the photos themselves (same camera and computer hardware that I have been using for years).
    Also, the images themselves seem to be OK. When you export them from iPhoto to the desktop and open them in Preview or Photoshop, they are fine, and when you reimport them into iPhoto, they seem OK too.
    Obviously, this is a big problem, and even though I can workaround for a single photo, I can't be doing this on an ongoing basis for all of my shots..
    Anyone have any ideas? Is there a way to submit this question to Apple directly?
    Thanks very much!!
    Mike

    I foolishly tried this on a separate Mac on a different library, that one with 22000 images that I had not edited (since the old iPhoto would just die a slow death on that sized library).
    I actually only spent the money for iPhoto 6 (iLife's remainder package did not have any compelling use for me right now) and its ability to handle 25000 images.
    Well, it is faster (i.e. it does not go to sleep for 12 minutes) if I click the scroll button but the blank images problem showed up there also. And ALL of those pictures were standard jpgs and not one was from a weird camera or ever modified or otherwise tweaked if that were an excuse for iPhoto 6 misbehaving with some pictures.
    VERY annoying and very strange that they would not see this in Beta testing. Assuming they do test. So, folks, if you are planning to buy iLife for iPhoto, be forewarned. I will add this to my TO BUY OR NOT TO BUY blog entries at http://imran.com/media/blog/ so people are aware.
    regards
    Imran

  • Exporting projects that reference images in other projects

    Hello, all. I'm wondering if anyone out there has had luck exporting projects that reference images in another project. I've just given this a try, and I get empty images (dotted gray outlines that can't be multi-selected and can't be "managed" as referenced files, even though it knows where the original file should be).
    Here's how I have things set up:
    1. main project with referenced images
    2. secondary project with an album that references images in the main project (secondary project shows 0 images, but album in secondary project shows N images)
    I export the secondary project, and import it into another Aperture instance. All images show up as dotted outlines.
    Furthermore, if I go into list view, the Activity Monitor does something bizarre. It shows the # thumbnails remaining as a moving target. See the video below for an example.
    Any help would be greatly appreciated. Thank you!
    Screen captures:
    Missing images as dotted outlines:
    http://echeng.com/temp/aperture-missing-images.png
    Small video of thumbnail creating bug:
    http://echeng.com/temp/aperture-thumbnail-bug.mov

    I do this sort of thing constantly and things a whole lot more complicated. It works fine on all three of my laptops and my macpro. I actually just tried to simulate the exact conditions you describe and I will tell you what happened.
    1)Create new empty project in library A called "export"
    2)Create new empty album in that project.
    3)Dragged multiple images from different projects (all referenced) into that new album.
    4)Used file->export project with the consolidate images checked. Imported that project into a new/different library.
    All of the images showed up and they all showed up as managed masters as expected. So I then relocated the masters from that project and did the same thing in reverse, back to the old library. I ended up with another project called "export (1)" with all of the images referenced and having nothing to do with the original project or the original referenced masters - as expected.
    I did the testing not to figure it out but to validate that nothing had changed or broken since the last update.
    You are either not doing what you think you are doing or your library/library is forked - you may want to try a rebuild or just create a brand new set of libraries and try to validate that it will work with a brand new set of libraries to try to isolate the issue to 1 - your existing libraries or 2 - your installation.
    RB

Maybe you are looking for