Trouble loading a large picture onto iPad1

I am trying to load a picture of a fairly large size (44k x4.5k pixels) than normal (for me) and 'am finding that iTunes does not sync this picture.  Is there a limit to what itunes can load onto iPad? Or, is there another way I can load this picture?

Another way. You can use a USB flash drive & the camera connection kit.
Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
Secrets of the iPad Camera Connection Kit
http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
 Cheers, Tom

Similar Messages

  • I am having trouble loading an email address onto my iPad.

    I am having trouble loading an email address onto my iPad.
    <Personal Information Edited by Host>

    We are fellow users here on these public forums, I've asked the hosts to remove your phone number and email address from your post - it's not a good idea to post personal info on any public forum.
    If you are trying to add an email account to the Mail app then you should be able to so via Settings > Mail, Contacts, Calendars, and on the right-hand side of that screen there should be an 'Add Account' button. Tap that, select the type/provider of the account, and fill in its details - you might then just need to fill in your name, your email address, the account's password, and a description.
    There is some help on this page (the screenshots are from an iPhone, but the principle is the same) : http://support.apple.com/kb/ht4810

  • Trouble loading a large number of csv files

    Hi All,
    I am having an issue loading a large number of csv files into my LabVIEW program. I have attached a png of the simplified code for the load sequence alone.
    What I want to do is load data from 5000 laser beam profiles, so 5000 csv files (68x68 elements), and then carry out some data analysis. However, the program will only ever load 2117 files, and I get no error messages. I have also tried, initially loading a single file, selecting a crop area - say 30x30 elements - and then loading the rest of the files cropped to these dimensions, but I still only get 2117 files.
    Any thoughts would be much appreciated,
    Kevin
    Kevin Conlisk
    Ph.D Student
    National Centre for Laser Applications
    National University of Ireland, Galway
    IRELAND
    Solved!
    Go to Solution.
    Attachments:
    Load csv files.PNG ‏14 KB

    How many elements are in the array of paths (your size(s) indicator) ?
    I suspect that the open file is somewhat limited to a certain number.
    You could also select a certain folder and use 'List Folder' to get a list of files and load those.
    Your data set is 170 MB, not really asthounising, however you should whatc your programming to prevent data-doublures.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Is it possible to load pictures directly from your computer to your ipad.  When I loaded the camera pictures onto the computer, re ordered them and fixed some, I then tried to move them to the ipad.  It does not allow me to paste the copied file.

    Is it possible to load pictures from a computer to your ipad.  When modified my camera pictures and reordered them, I was unable to load them to the ipad.  I could copy but not paste.  If I reinstalled them on the memory card, the ipad did not recognize them.

    The iPad can be pretty picky.
    One way, if you sync your iPad to your computer, is to use iTunes to 'sync' the photos onto the iPad. Of course that has the downside of if you sync them on you have to use iTunes to sync them off.
    Or you can download the iCloud control panel and use photostream to put the photos onto your iPad. WHen you install the iCloud panel and enable photo stream it'll put a folder on your computer. Import photos into that folder and they'll go onto your iPad (they do transfer via wifi so it's not exactly an instant thing, might take a few minutes depending on your network and file size.
    Or, if you have a few, you can e-mail them to yourself, open that mail on your ipad and save them from there.
    Or, to use the camera kit, you can import htem onto your iPad, but the camera connection kit requires a very specific naming protocol. There must be a folder named DCIM on your memory card, and then all files on that card must be in that folder and have a name of 8 characters. If you follow the naming convention, once you plug the memory card in the iPad will see it and allow you to import the photos.
    there are also third party photo apps I just dont' have any to recommend.
    One more thing to bear in mind, even if you rename the files, the ipad persists in organizing the photos by date, so I'd experiment and make sure it doesn't totally rearrange your files before you spend a lot of time on it. (third party apps may respect the name of the photo and organize it that way rather than by date first, then name)

  • HT204053 i have an itunes library with 1,000+ songs on a pc.  my daughter has a macbook air and i loaded my apple ID onto it.  how do i get the songs from my itunes account to show up?  This works fine on her iPhone, but having trouble on the new macbook

    i have an itunes library with 1,000+ songs on a pc.  my daughter has a macbook air and i loaded my apple ID onto it.  how do i get the songs from my itunes account to show up?  This works fine on her iPhone, but having trouble on the new macbook air

    Hey kbert73
    I would do a transfer of purchases from the phone and not sync. If you sync then it will want to start over and sync music that is on the MacBook Pro. If you want to transfer the music, check out the article below that will give you multiple options on how to move. I have also provided on how to sync with multiple computers.
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/ht1202
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Loading a Picture onto the Scene

    I am trying to load a picture onto the scene by using the
    following action script commands:
    on (release) {
    loadMovie("Kjole1.jpg", ramme);
    Nothing happens when the button is released, so it doesn't
    work.
    "Kjole1.jpg" is a picture file in the same directory. "ramme"
    is a squere on the scene converted to a movie clip symbol. When I
    check, I get the message "The script contains no errors", but
    nothing happens anyway.
    What is the problem?

    I just want to tell you it's working fine now!
    The problem was the instance name. Thanks again for your
    help!
    Anyway - I have just tried it in a simple sample file. I am
    going to try it on our main file now. There we have made a slide
    show of pictures scrolling down on the right side of the screen. We
    converted the slideshow to a movie clip. The pictures in the slide
    show, are also buttons. When you click on a button / small picture,
    a big sample of the picture should be loaded on the scene, that was
    when we needed the LoadMovie command. But when I tried to put
    action on the buttons, the action didn't act on the scene, but on
    edit level since the movie clip became kind of a nested symbol.
    Do we have to copy and paste the frames back to the scene and
    get rid of the movie clip symbol? Or are there any acton script
    command we could use to solve this problem?

  • How do I load pictures onto my iPad2 from my PC?

    I do not have an Apple Store close by and wish I could get someone to sit with me and help me get better acquainted with my iPad2.  I have several questions.
    1.  Can I load pictures onto my iPad2 from my PC?
    2  I don't know how much 3G to get.
    3.  When is the OS5 coming out and will I be able to get rid of my PC?
    4.  Since Apple does not recognize flash player, is there something else?  I cannot do several things (Facebook games, some banking, etc) because of no flash player.
    Sorry for all the questions but I don't have anyone to ask.  Thanks for your help.

    1. Yes. Connect to iTunes. Click your iPad2 in the devices tab on the left. Select the photos tab. Enable photo syncing (should be a check box in the top left), and then choose which folders to sync.
    2. Depends on your data usage and if you have your own home wifi network. If the only way you'll connect to the internet is through your iPads 3G, and you don't have a home network that it will connect to, then I'd go for the higher tier plan as 250mb will not get you far. If you spend time at home and have a home wifi network then 250mb might be enough as you would only use it when you're out and about.
    3. iOS is coming out in September. Once you update it you could theoretically get rid of your PC in so much as an iPad on iOS5 doesn't "need" a computer for anything exactly. Again, depends on your home internet situation as updates will happen over Wifi but I don't think they'll happen over 3G.
    4. Many facebook games have app store versions which you download from the app store, sign in with your facebook details and can use that way (farmville, etc). Most banks have an iPad/iPhone friendly website so even if the PC version has flash elements, you'll likely find when you visit them on your iOS device it no longer serves you flash content. For example YouTube is flash by default, but if you visit on an iPad it serves the appropriate HTML5 content. My bank has a fantastic iPhone app so I don't even need to use the website anymore - do some research. For flash video, in the event the website is *only* flash based you can use an app such as the Skyfire web browser (http://itunes.apple.com/us/app/skyfire-web-browser/id384941497?mt=8) to get around it. Personally, it very rarely comes up.
    Hope that helps

  • I bought this memory stick to down load pictures onto.

    I am unable to figure out how to load pictures onto memory stick. Can you help?

    Sorry but, without information, I am unable to guess what your exact problem is and in what way it is related with Adobe Reader...

  • Loading pictures onto your iPad

    My wife has an iPad mini IOS7 and she wants to load more pictures onto it. She would like to add the photos to the photos on her iPad. How can I do this? I know in my previous experience when you added pictures you more or less delete the other pictures already on the iPad. Thanks.

    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive (works the same with an SD card) into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Using The iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
     Cheers, Tom

  • How do you load pictures onto ebay

    I have an ipad 2
    it will not allow me to download pictures onto ebay when I advertise an item for sale.
    this is not just limited to ebay ,also appolo duck . This is their answer below
    It's a design 'feature' of the iPad. Apple don't provide access
    to the filesystem on the iPad, so you have no way of browsing
    to find an image to upload. Hence the iPad disables the file
    selection button.
    How do I rectify this

    Ebay have their own app for the iPad that allows you to upload photos :
    http://itunes.apple.com/us/app/ebay-for-ipad/id364203371?mt=8
    For the other site, the iCab Mobile browser might work - it supports the uploading of content to some sites.

  • How can I get my old pictures onto my android?

    I was wondering how I can get my old pictures onto my android from my Verizon account?

    Which phone do you have?
    Easiest way is to change the storage location to the removable SD card then put that in your other phone (provided it has an SD card slot)
    Other options Change storage to SD card then use a computer to transfer to the new phone
    Plug old phone into the computer, load the driver and copy them off the old phone to the computer, then plug new phone in and copy them to the new phone
    Download JS Backup from the Play store onto both phones (provided the new one is an android as well) then on the old phone use the Device to device transfer method to create a backup, and on the new phone use the device to device import to import the pics.
    Whatever you do.... STAY AWAY from Verizon Cloud. Chances are you will never see all of your pictures again and will have tons of trouble getting to them to move or do anything with them.  If you want to use a Cloud Storage, get Dropbox on your old phone and new phone, move the pics into dropbox then onto the new phone.

  • How do I load pics and music onto ipad without another computer

    I bought a IPAD 2 after my home computer crashed. I had all of my Pictures and Music saved on an external hard drive. Problem is I don't have a personal computer to load all of them onto to transfer to my IPAD? Please help!!!

    Unless I am missing something, you can't transfer the music and photos from an external drive to the iPad. You need a computer that has an operating system that can move the files from the drive to the computer and then to the iPad. Or you could sync the content from the drive, I think, but you still need an operating system in order to make the transfer work.

  • How Do I Load Only Selected Pictures?

    Just got my iPhone -- trying to figure out how to efficiently load selected photos from a large picture library. Same problem with music is solved with a playlist. But with my picture library, I'm having to copy duplicate photos into a special folder. There has to be a better/smarter way. What I need is a "photo playlist". Can someone lend a hand with this?

    With Windows, you can only do it just as you are doing--by creating a special folder.

  • Trouble Loading Game

    I'm having trouble loading EA's Rail Simulator on my Satellite A100.
    On my first attempt I got the message insufficient free space, so set about deleting unused programs and burning pics to CD.
    Soon freed-up about 6.5GB.
    Tried again, got as far as entering the key number and on pressing return it just hangs. After about 20 secs the drive stops. Thats it!
    Have loaned the game to a friend with vista PC and it performs fine.
    My drive works well for burning CDs, and I have loaded other programs using the drive, just as a check. All is OK.
    Have tried loading game using remote LG CD/DVD drive, but the result is the same.
    Have used ccleaner to check/clean drives, all to no avail.
    Any suggestions?
    Thanks
    Steve

    BTW, usually "download" refers to getting a file from a network (usually the Internet), while typically when something comes from a CD or DVD (such as this) is installed.
    If your kids bought you a new copy of the game (or you bought one), you should be able to create an account that comes with one free month of service that would allow you to play at the same time as your kids.  (BTW, if you DO create an account for yourself, make sure to check out Blizzard's Recruit-A-Friend program before you do so.  Once you create an account, it's too late to get the recruit-a-friend goodies.)
    How large are the C and E drives, and how much free space is on each of them?
    Not sure why the E drive is getting involved, usually a person has to explicitly choose a drive other than C.
    Also, once a machine has WoW installed and fully patched, it is possible to just copy the game directory to another machine.  (FYI to Best Buy moderators, since WoW is a subscription-based MMOG, copying like this is fully legal in this particular case - in fact Blizzard allows a person to download the game files from their website for free.)  In your case I would try this, but there are a WoW-related few registry keys you might need to remove first.  I don't remember which ones at the moment...  I'll look them up tonight.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • Having trouble loading pics to facebook from Curve 8330

    Is anyone else having trouble loading pictures to facebook from their Curve 8330? I have had my phone for approximately a year and a half and have had no issues loading pics to facebook up until I received the most recent notification that there was a newer version of facebook for blackberry. Ever since I loaded the newest version I have had nothing but problems trying to load pictures to facebook. I have attempted to load approximately 100 pictures and 3 or 4 have successfully loaded. The rest I get an error message indicating there was an error uploading the photo. I am getting very frustrated  as there seems to be no rhyme or reason to why it loads the photo's it does!? Just this morning I went out to my photo's on my blackberry and hit the "SEND TO FACEBOOK" option and that picture loaded, so immediately after that I tried to load two more and they failed? I have no trouble posting to facebook or replying to other posts or even commenting on photo's from my blackberry but for the life of me can't get photo's to load consistently! I have been loading pics with no issues since I've had the phone so I don't understand why now I am having nothing but issues!  HELP.........PLEASE...........AND THANKS! Carrier is verizon, not sure if it matters?

    You are not alone.
    I and others have experienced the same issue.
    Let me ask this:
    Device Model:
    OS release (Options > About, third line down):
    Facebook version (Options > Advanced > Applications):
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for