5D Mark3 Split Image Saved

The above image was taken with my 5D Mark 3, 16-35 lens.  Taken at 35mm, f/6.3 1/320s ISO 100
The black lines are the edges of the image.  The piece of the picture that is at the bottom right is actually the top left portion of the image.
I have not yet called canon regarding this because it is difficult to explain on the phone.  It has only happened once, so I am not sure if they will beable to recreate it in order to fix it.  Has anyone had this problem and been successfull in getting it fixed?
Does anyone know why this happens, and if it will continue to occurr randomly?
Thanks.

Did you see that on the in-camera review or only after you downloaded to your computer?If it was only on your computer, it's possible there was a problem with your USB connection between the camera (or card reader) and the computer. If it shows up like that in-camera as well, or if you see that when you try to view the file via a card reader on your computer, you may have a bad memory card. That's very typical of a problem with the file, and the likeliest causes are the card, the file transfer process (which means hardware), or the computer's disk. A problem with the camera is less likely, but not impossible. Trying some of these other trouble-shooting measures will help narrow things down.
Jon of POTN

Similar Messages

  • Need to save the image saved in the System Clipboard in using JDK 1.3.1

    Does anyone know how to use JDK 1.3.1 to take an image saved in the System clipboard and save it to a file using the JPG format?
    I know how it is done in JDK 1.4 using the following code. Unfortunately, the same code does not recognize the image in the clipboard in JDK 1.3.1
    I am using jai-1_1_2_01.
    package clipboard;
    import java.awt.datatransfer.Clipboard;
    import java.awt.datatransfer.DataFlavor;
    import java.awt.datatransfer.Transferable;
    import java.awt.image.RenderedImage;
    import java.awt.Toolkit;
    import java.awt.datatransfer.UnsupportedFlavorException;
    import java.io.IOException;
    import java.io.FileOutputStream;
    import java.io.BufferedOutputStream;
    import java.io.File;
    import javax.media.jai.JAI;
    import javax.media.jai.RenderedOp;
    public class clipboard
    {  private File tempFile = null;
    * @param args
    static int BUFFER_SIZE = 65536;
    public static void main(String[] args)
    {  clipboard clip = new clipboard();
    clip.writeImageFromClipboard();
    public void writeImageFromClipboard()
    {  Clipboard            clip = Toolkit.getDefaultToolkit().getSystemClipboard();
    Transferable transferable = clip.getContents(null);
    RenderedImage img = null;
    FileOutputStream fileOutStr = null;
    BufferedOutputStream bufOutStr = null;
    DataFlavor [] dataFlavors;
    File tempFile;
    int
    byteCount;
    String [] strArr;
    dataFlavors = transferable.getTransferDataFlavors();
    System.out.println("clip=" + clip.getName());
    System.out.println("Transferable=" + transferable);
    for (int i = 0; i < dataFlavors.length; i++)
    {  System.out.println("dataFlavours[" + i + "]=" + dataFlavors.toString());
    if (transferable.isDataFlavorSupported(new DataFlavor("image/x-java-image; class=java.awt.Image", "Image")))
    { try
    { img = (RenderedImage) transferable.getTransferData(new DataFlavor("image/x-java-image; class=java.awt.Image", "Image"));
    if (this.tempFile == null)
    { this.tempFile = File.createTempFile("__TMP_IMG__", ".jpg");
    System.out.println(this.tempFile.getCanonicalPath());
    fileOutStr = new FileOutputStream(this.tempFile);
    bufOutStr = new BufferedOutputStream(fileOutStr);
    // Encode the file as a JPG image.
    JAI.create("encode", img, bufOutStr, "JPEG", null);
    catch (UnsupportedFlavorException e)
    { e.printStackTrace();
    catch (IOException e)
    { e.printStackTrace();
    finally
    { if (bufOutStr != null)
    { try
    { bufOutStr.flush();
    bufOutStr.close();
    catch (IOException e)
    if (fileOutStr != null)
    { try
    { fileOutStr.flush();
    fileOutStr.close();
    catch (IOException e)
    else
    { System.out.println("Not an image!");

    The login  you connected to the server  and run the above statement does not have permissions to operate  on this path "C:\Users\ISLLCdba\Desktop\MAA
    PROFILE PICTURES\"
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • I don't want Firefox to "remember" the folders I've saved in from websites before. How do I return Firefox to its old image saving habits?

    I recently got a new computer and upgraded to Firefox 8. Now, when I save an image from a website, Firefox will "remember" and, the next time I save an image, open a random folder that I saved an image in last time I was on that site, and choose to save it there. This wouldn't be a problem if, 1) it wasn't a random folder out of the several I save into, and 2), if I have to cancel out of an image for any reason, the next time I go to save (seconds later, without refreshing/leaving a page), it will have chosen another random folder for me to save in and I'm misplacing my files.
    I'd like to return Firefox to the previous image saving habits, where I have to choose the folder each time, and it doesn't "remember" anything that I've done, as it is only causing headaches.

    I have been frustrated by the same aggravating Firefox 8 "improvement".
    I have several hard drives, several partitions on each hard drive, hundreds of folders on in each partition, and hundreds of subfolders below them. When I am researching something, I download whole Web pages, PDFs, JPEGs, FLVs, and many other files from all over the Web. It is totally frustrating to be taken to different drives all over my computer each time I want to download a new file to the same folder I jut downloaded to. I have to drill up and down drives and folders to get back to where I was.
    In previous versions of Firefox, Save As opened in the last folder I saved to, and all I had to do was create a file name and hit Save. In Firefox 8 I am taken to some totally unrelated subfolder on some totally unrelated drive. The folder in which I last downloaded a file from Wikipedia, Fox News, BBC , Flicker, or any other URL usually has absolutely nothing to do with what I am presently researching.
    Why would anyone want to make the default download be the desktop? Total clutter and confusion. All I want Firefox to do when I hit the Save As button is to open the same folder I last downloaded '''''anything''''' to irregardless of the URL.
    Is there some way via modifying the about:config file that I can change this behavior of Firefox 8?

  • JPG Image saved in CS4 not opening in IE,but works in Firefox

    Hi All,
    I have received images from my client which are edited & saved in CS4. But when i m trying to open these images in IE its not opening, but it is opening in Firefox.
    Wat is the solution for this??
    I m here attaching a file in which i have shown the screenshot of IE and Firefox. And also the properties of images saved in CS3 and CS4.
    Please mail me at [email protected]

    Are the documents all RGB?  Most browsers don't speak CMYK.
    Also, next time, use the camera icon to add an image, don't put them as attachments -- the virus scanning queue for attachments is busted at the moment.

  • Colour profiles problem - images saving too dull. Please help.

    I realise you have probably had this question a million times before and I have looked at enough related threads, but I am still at a loss as to what to do. Please note I'm not the most computer-savvy.
    For the record I am using Photoshop 7 (yes it's old, but it suits my needs just fine!) and Windows Vista Home Premium.
    What I do is take photographs of my artworks, edit them in Photoshop until they look accurate, then post them online. Images have always looked identical in every program, and I had never had any problems, until I got connected to the Internet on Tuesday. This computer has not been connected to the net for a good few years, and so lots of updates got installed. I'm not sure which ones exactly, as my boyfriend took care of that, but I'm convinced this has caused the problems I am having now:
    First I found that an image I had edited and saved as .jpg for web use was showing up overly saturated and contrasty in the Windows Photo Gallery preview. I assumed I had saved it wrongly. I re-opened the jpg in Photoshop to check - it looked exactly as I had saved it. I figured something had messed up with Photo Gallery during updates, so I uploaded the jpg to the Internet. The image that uploaded was the overly-saturated, contrasty one.
    After realising that suddenly ALL the images I had uploaded online, and all the images saved on my computer, now had this awful over-saturated look, and yet the thumbnails on my desktop looked fine... I realised it must be something to do with the colour profiles, and tried to find out the answer online. My monitor colour profile was set to "21.5 inch monitor" so I changed that to sRGB as default. I can't remember what Photoshop was set to, but at any rate I set it to sRGB also.
    I thought I had it fixed, as it seemed to just be Photo Gallery that was not matching up (it was displaying my images with less saturation than as I saved them).
    However today I took a new photo of a drawing I'm working on, to load onto my blog. I had to take it into Photoshop to make edits and correct, as always. I opened my photo in Photoshop... lo and behold, far too contrasty and saturated!!
    This time, Windows Photo Gallery preview is showing the (unedited, straight out of camera) photo as it should be... Photoshop opens it too contrasty.
    I made my edits anyway, saved for web as .jpg, checked the jpg in Photo Gallery before uploading... It saved duller than it should have done!
    Uploaded the jpg to the internet... and I have the dull image uploaded.
    So first they were too contrasty, now they're too dull. I have tried to follow advice given on similar topics, to no apparent avail.
    Being an artist who displays work online and has a certain reliance on the internet... my images have to be accurate and consistent all the way through. Is there anything I can do to set things back to the way they were before?
    I appreciate any help.

    eartho - All my images are already converted to the sRGB colourspace by default, as far as I can tell. My images out of camera, the ones I have edited and saved as jpg - I even checked some old images. Through Mode/Convert to Profile, they're all already set to sRGB.
    emil emil - Thank you. I will do that in the morning - right now my head hurts and I need my bed.

  • Images saved from Mobile Safari are significantly degraded

    When I tried to use an image saved from Mobile Safari as my wallpaper I noticed that it looked horrible. It was blurry and more importantly the dynamic range of the image had been compressed, blowing out all the detail in the bright areas of the image and making it contrastier. This is especially bad on the type of photo I was trying to use, a high-key image, where most of the detail is in the light tones. Much of the image was simply displayed as blank white.
    As a test I tried emailing the image I had saved into Photos to myself and compared it to the original I had saved from the web. Sure enough, the image was blurrier and had less dynamic range so it's not just an iPhone display issue. Also, the image was only 27% smaller in file size and the pixel dimensions were actually slightly increased. A quick re-save in Photoshop with JPEG quality set to low (4) reduced the file size by 53% while still not affecting the image anything like what the iPhone did. So it doesn't make sense that the poor quality is only due to resizing for faster transmission.
    Can anyone else confirm this or replicate the issue? I've verified this with a 1st gen and 3G iPhone side by side, both running OS 2.1.

    No, it's not only you.
    I noticed it too. As a matter of fact, I just posted a really long post in a thread about iPhone/iPod Touch's photo quality.
    See: http://discussions.apple.com/message.jspa?messageID=8132098#8132098

  • How to split image into smaller (same size) pieces?

    Hi all,
    My question is how to split image into smaller (same size) pieces, using Photoshop elements 13? Could anyone help me with this one?
    Thanks!

    Use the Expert tab in Editor (I think that is what it is called in PSEv.13)
    You may find the grid helpful. Go to View>Grid. It will not print, but will help to orient you. You can set up the gridlines to suit via Edit>Preferences>Guides and Grid. If you want to partition the picture in to 4 uniform pieces, it would be Gridline every 50%, Subdivision 1. Also, go to View>Snap to>Grid.
    Set up the Rectangular marquee tool: If the picture is 6" wide & 4" high, enter width=3in & height=2in.on the tool's option bar. This will be a fixed size.
    Click and select one quadrant, press CTRL+J to place this quadrant on a separate layer
    Repeat for the other 3 quadrants
    You should end up with 5 layers : Background, and layers 1, 2, 3, 4.

  • Images saved in PS CS5 show as red boxes

    The folks in the Photoshop forum say that this is a RoboHelp 7 issue, so here I am.
    My company recently upgraded me from Photoshop CS2 to CS5. Now, when I update an image in CS5, it shows up as a small red square in RoboHelp 7. If I re-open the image in CS2 and resave it, it loads correctly in RoboHelp. I've checked the save settings in CS2 and CS5 and they match and have not been able to find anything in RoboHelp that would change how it loads images saved in CS5.
    So, is there a setting I'm missing in either CS5 or in RoboHelp that would get the images to show up correctly in RoboHelp?
    Thanks in advance,
    -darlisa

    Hello again
    I've been performing my own testing from this end. I just used an existing JPG image, then edited it in PS5 and saved back as JPG and am seeing what you are reporting. Definitely something is amiss here. CS5 HAS to be doing SOMETHING to the format because as you said, if the image isn't touched by CS5 it appears just dandy. But once you make any sort of a change to it in CS5, poof! (or is that a crash?)
    I reached out to a Photoshop guru friend and she is stymied as well. Said it shouldn't be happening. As a workaround, you can save as PNG and that should work. I'll send a note to the RoboHelp developers and see if they have an answer. Maybe they can engage in a conversation at Adobe that will result in something.
    In the mean time, you should consider filing a Bug Report on this to report it to Adobe. I'll also report from my end. (Link to the Bug Report form is in my sig)
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Merge to Panorama creates a split image of the whole merged image

    When I attempt to create a Panorama using "Merge to Panorama"/Auto with 11 CR2 RAW photos from my Canon 5d Mark ii the result is that I get a split image: 5 photos merged on the top of the canvas, and 6 merged on the bottom. I am using the most recent versions of Photoshop CC 2014 and a Mac Pro with OS 10.9.5. The same thing happens with "Perspective" rather than "Auto". Is there a size limit to how big the merged photo can be?

    Disk Utility>Restore will copy the OSX, the Recovery Partition and ALL user data.  It will be an identical copy of the internal HDD.
    Third party software such as Carbon Copy Cloner can also perform that same function, but also allow for incremental changes.
    Ciao.

  • I am getting errors upon use of JPG images, saved from Photoshop, in Encore.

    How do I use Photoshop JPG images in Encore without errors?
    When using camera jpg images, saved by Photoshop (either save, or image manipulation like autocolor then save, no other Photoshop options were tested), Encore will either :
    1) generate an image import error: "The software that's used to decode the media is not available on this system.  Installing the correct decoders for the files you are working with may help to correct the problem." and be unable to import the image,
    2) Image import stops before completion (Encore stops responding and must be Closed by Windows Task Manager), or
    3) with a number of images imported, upon attempts to create a Slideshow, Slideshow creation will stop while in progress, and Encore does not respond (Encore must be Closed by Windows Task Manager).
    Import and Slideshow creation using untouched camera images is nominal and uneventful.
    Import and Slideshow creation using PhotoShop(64bit) GIF (copy) images is nominal and uneventful.

    The common cause of this issue is still image files where the pixel size is too large. This warranted its own help page, which is now a dead link.
    http://helpx.adobe.com/encore/kb/error-software-used-decode-media.html
    But I assume the pixel size is the same whether you are processing them in Photoshop or not. but the main point is that the underlying problem is not about decoders. Encore encounters a problems dealing with the file and throws the only error it (apparently) has. So you are looking for anything like that: pixel size, changes between rgb and cmyk, extra metadata in files. Maybe even filename oddities (length, special characters).
    I would look in part at what versions you are using and compatibility settings.
    I would save them as png or psd.

  • Images saved in Photoshop appear with distortion horizontally across - like a faint line

    Images saved in Photoshop appear with distortion horizontally across - like a faint line.
    It happens in all formates I try such as JPEG, TIFF, PDF and PSD files.
    It looks like broken pixel lines across and if it runs through a word or logo can break it up.
    Please help???

    I know you cant see probably from the photo below as I had to try to block out the faces, but the person on the far right, under her eyes you can see almost a double eye and then if you follw that line across the 2nd person from left look like funny chin.
    This distortion happens horizontally.
    Also see the letter number below. That break line runs across the entire page but is obviously more noticable in different areas of the image.

  • I am using referenced images, saved on an external hard drive. It would be most helpful to transfer the new captions (version name) to the referenced images which still have the camera code on them. How can this be done? Thanks so much!

    I am using referenced images, saved on an external hard drive. It would be most helpful to transfer the new captions (version name) to the referenced images which still have the camera code on them. How can this be done? Thanks so much!

    You're question is hard to follow. Are you looking to rename your master files to the version name? Or are you looking to do something with IPTC caption field and the masters?

  • Where does Firefox store images saved as desktop wallpaper?

    Where does Firefox store images saved as desktop wallpaper? i was playing around with windows theme and I can't find the wallpaper that was displayed before.

    Firefox saves downloads to wherever you specify. Check your settings in Tools > Options > General, Download section. If you have it set to "Always ask me where to save files", then only you know where they were saved.
    See: http://support.mozilla.com/en-US/kb/Options+window+-+General+panel
    Also see: http://www.sevenforums.com/tutorials/281-desktop-background-change.html
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.0 r45; current ver. 10.1 r53 ('''important security update 2010-06-10''')
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer.
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    <u>'''You'''</u> ~~red:<u>'''MAY'''</u>~~ <u>'''need to Update Adobe Reader for Firefox'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer.
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • Images saved by Firefox randomly corrupt? (FF 6.0.2 and 5.0.1)

    I've noticed this issue for quite some time. Using Windows XP, images saved from the Internet (right click method) will randomly corrupt. When browsing the thumbnails, certain ones will display a generic JPG icon rather than an actual thumbnail, and the picture cannot be viewed by any software. I'm running FF 5 on a netbook and FF 6 on my desktop system, and BOTH computers are having this issue. The only thing in common here is that Firefox is the browser doing the work. Any idea what could be the problem?

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Images Split After Saving in Camera Raw

    I am editing in camera raw from Bridge, I edit, then save. At first the thumbnail remains the same then shortly it becomes 2 half images. Very frustrating!!! I just started this new workflow giving bridge a try and I was very excited about it .. until now! I have resaved some of the images with the same problem! Need help quick!! 600 more to go! I am using CS5

    mary-contrary wrote:
    well I am surprised no one had a solution for this…
    It's been barely over 5 hours since your original post…  …and today is a holiday.
    From the FAQ on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    Excerpts:
    Please only ask your question once and be patient.
    Regular members here read all the messages in every topic.
    If you have a question, please make the Topic Title clear and be patient for a response.
    If someone knows the answer, they will give it. The person who knows the answer to your question may be on the other side of the globe, just going to bed.
    Remember, you are requesting help from other users, just like you, who are giving their time free of charge. No one is under any obligation to answer your question.

Maybe you are looking for

  • Home wireless

    Just got my new MBP up and running and when I try to use my home wireless network I am prompted for a password. Went a few blocks away to a Starbucks and logged on to my T-Mobile account with no problem. Now I'm back at home on my old PowerBook and t

  • HOW DO I SET UP AN EPRINT ADDRESS FOR MY HP PHOTOSMART 310 SERIES ?

    IT SAYS PRINTER'S EMAIL NOT ACTIVATED

  • Transaction Key for Movement Type 561

    Hello, For movement type 561, I know one of the Transaction Key is BSX.  I would like to ask what is the other Transaction Key as I would like to set the GL Account Determination.  Thanks. Thanks.

  • TOC navigation controls - random behavior

    My landscape-only book is structured in iBooks Author as a Preface followed by a sequence of Sections. The result works fine, including the TOC, which consists of nothing but a horizontal scrolling set of thumbnail page images. However, after I use t

  • Response Already Committed

              I frequently get errors in the Weblogic log file (actually a nohup.out file) with           the following error:           <Sep 16, 2002 4:39:25 PM CDT> <Error> <HTTP> <[WebAppServletContext(5997858,esn,/esn)]           Servlet failed with