Trying to upload DSCF.JPG images from my Mac Pro to Photostream in iPhoto

I am trying to upload the DSCF.JPG images from my Mac Pro (originally taken on my Fuji Finepix camera) to Photostream in iPhoto.
I then want these images to load onto my iPhone 5 through iCloud.
I have tried dragging the images over from a desktop folder to my Photostream folder in iPhoto – no good. They just won't copy over.
I have dragged the images over from a desktop folder into a new folder in iPhoto – that worked, but I can't then get them transferred or copied over to the iCloud folder.
Is it the DSCF format that my Photostream doesn't like? Why would that be?
And does anybody know what I can do about it?
Thanks so much.

Hi dinglydell2,
The picture formats that are supported by Photo Stream are described in this article -
iCloud: Shared Photo Streams FAQ
http://support.apple.com/kb/HT5903
In particular -
Shared Photo Streams supports JPEG, TIFF, PNG, and most RAW photo formats. On your Mac or PC, your photos are downloaded and stored in full resolution. On your iPhone, iPad, iPod touch, and Apple TV, your Photo Stream photos are delivered in a device-optimized resolution that speeds downloads and saves storage space. While actual dimensions will vary, an optimized version of a photo taken by a standard point-and-shoot camera will have a 2048 x 1536 pixel resolution when pushed to your devices. Panoramic photos can be up to 5400 pixels wide.
If the Preview application can open your photos, you may be able to export them to a more compatible format.
Preview 5.x: Convert graphic file types with Preview
http://support.apple.com/kb/PH5910
The process is the same for more recent versions of Preview.
Open a file in Preview, and choose File > Export.
Choose a file type from the Format pop-up menu. If you don’t see the file type you want, hold down the Option key as you click the Format pop-up menu to see specialized or older formats.
Depending on the file format you choose, additional options may appear. If you choose JPEG or JPEG 2000, you can adjust the image’s quality. If you choose PDF, you can choose a Quartz filter to apply to the image, and you can encrypt the image so that only those with the password can view it.
Type a new name, or choose a new location for saving the converted file, and then click Save.
Thanks for using Apple Support Communities.
Best,
Brett L

Similar Messages

  • Creating a .jpg image from with in the J2ME app

    Hi,
    I want to send a document to the printer over bluetooth to print.
    For that I searched on net, but couldn't find any APIs supported by J2ME to print it. I also found a link http://www.hcilab.org/documents/tutorials/Brother/ where I found that I can send the data by creating an image and then writing data (text or image ) in to it, and then sending that image to print.
    Image img = Image.createImage(816, 40);
    Graphics g = img.getGraphics();
    g.setColor(0, 0, 0);
    g.setFont(Font.getFont(Font.FACE_PROPORTIONAL, Font.STYLE_BOLD,Font.SIZE_LARGE));
    g.drawString("Printing test from "
                             + System.getProperty("microedition.platform") + " on "
                             + new Date(), 10, 10, 0);
    driver.print(img, btAddr);This code is working fine on this printer.
    I am using HP 460cb printer, and I tried the same thing, but am not getting any results. Can any one of you tell me what mistake am I making.
                    Image blankImage = Image.createImage(SpotBilling.MAX_IMG_WIDTH, SpotBilling.MAX_IMG_HEIGHT);
                    Graphics g = blankImage.getGraphics();
                    g.setColor(0,0,0);
                    g.setFont(Font.getFont(Font.FACE_PROPORTIONAL, Font.STYLE_PLAIN, Font.SIZE_SMALL));
                    g.drawString("Printing test on Wednesday - 18th Jan, 2006", 10, 50, Graphics.TOP|Graphics.LEFT);
                    g.drawImage(imgTest, 60, 150, Graphics.HCENTER | Graphics.VCENTER);
                    int width = blankImage.getWidth();
                    int height = blankImage.getHeight();
                    int y = 0;
                    os.write(CMD_UNIVERSAL_EXIT);
                    for(int i = 1; i<=height; i++){
                             blankImage.getRGB(temp, 0, width, 0, y, width, 1);
                             byte[] pixels = new byte[width];
                             for (int x = 0; x < temp.length; x++) {
                                  pixels[x] = (byte) ((((temp[x] & 0x00FF0000) >> 16)
                                       + ((temp[x] & 0x0000FF00) >> 8) + (temp[x] & 0x000000FF)) / 3);
                             // Transfer Raster Graphics
                             os.write(TRANSFER_RASTER_DATA);
                             byte[] len = numToDecimal(pixels.length);
                             os.write(len);
                             os.write(DATA);
                             os.write(pixels);
                             y++;
                        }I have another query, if I can not do this. Is there any way I can create a .jpg image from with in the J2ME application.
    I have some text and an image that I get by invoking camera from the code and then capturing a picture. I need to combine them both, and then send it to the printer.
    If there is any way, I can convert this blankImage mentioned above (containing both text and Image), please provide me the solution.
    Any document or any source code is appreciated.
    regards,
    Ashish

    I have succeeded in creating a mutable image that contains text and image (.png), through
                         Image img;
                         img = Image.createImage(50, 60);
         protected void paint(Graphics g){
              g.drawImage(img, getWidth()/2, getHeight()/2, Graphics.HCENTER | Graphics.VCENTER);
              Graphics graph = img.getGraphics();
              graph.setColor(0, 0, 0);
              graph.setFont(Font.getFont(Font.FACE_PROPORTIONAL, Font.STYLE_BOLD,
                             Font.SIZE_LARGE));
              graph.drawString("Printing test from "
                                       + System.getProperty("microedition.platform") + " on ", 10, 10, 0);
              graph.drawImage(image, img.getWidth()/2, img.getHeight()/2,Graphics.HCENTER|Graphics.VCENTER);
              graph.fillArc(0,0,10,10,0, 360);
         }Now I want to create a .jpg image of this img image(Mutable image).
    What I am doing is that,
    1. I am converting this image in to int array, using getRGB() method.
    2. Then I am converting int array in to byte array.
    3. And then I am opening a file(extension is .jpg)
    4. Then I am sending this byte array in to the file which is .jpg
    The .jpg file is getting created, but the data in it is very absurd, like yyyyyyyyyyyyyyyyyyyyyyyy.
    Please help me in this matter.
    Regards,
    Ashish

  • I'm trying to export a raw image from lightroom 5.6 to Photoshop cc 2014 2.1.  I right click to export menu in lightroom as I've always done to export to Photoshop.  Photoshop opens, but it can't open file, window opens to find a file to open.  I'd like t

    I'm trying to export a raw image from lightroom 5.6 to Photoshop cc 2014 2.1.  I right click to export menu in lightroom as I've always done to export to Photoshop.  Photoshop opens, but it can't open file, window opens to find a file to open.  I'd like this to export my lightroom images to edit in photoshop as it has always been able to do for me.  What fix do you recommend?

    Hi Ashley Clavette,
    The Initial view setting works perfectly when the file is opened in Acrobat after setting the desired Initial View.
    When you upload the file onto Wordpress, and view it on that website in the browser...it might be using a different pdf handler program which might be causing this issue ( it would be helpful, if you could provide the screenshot) , however when you download the pdf again from wordpress server...and open in Acrobat/Reader...then what  exactly happens ?  Does the pdf opens in the desired Initial View setting?
    Rahul

  • I am trying to upload my PDF file from my IBooks but its only giving me the option to upload from my pictures/gallery. How do I get it to where I can upload PDF files from my iBook or how do I transfer my PDF files to my pics?

    I am trying to upload my PDF file from my iBooks but its only giving me the option to upload from my pictures/gallery. How do I get it so I can upload from my iBooks or move my PDF files to my gallery so I can upload it?

    I'm having the same issue. I saved a PDF from an email into iBooks. I'm on apple applying for a job but the only option the upload button has is from the Photos file. How ironic right? Luckily I'm in Logistics and not an IT specialist applying for this job! Lol. Does anyone know the fix?

  • HT1473 I am trying to upload my itunes music from my ipod to my computer.  My current Itunes library is listing the songs, but cannot find them when I try to put them on to my iphone.

    I am trying to upload my itunes music from my ipod to my itunes on my computer.  My itunes music lists all of the music, but cannot find it when I try to load it to my phone.
    The songs are on my ipod, but not on my phone and I don't know how to get them from one device to the other.

    In your case, it would be better to have transferred the library to an external drive from the PC. Then, connect it to the iMac and put the library onto the Music folder.
    You used Migration Assistant, and it creates a new user with the transferred data.
    Open  > Log Out, and log in the new user. Then, open a Finder window, choose Music in the sidebar and you will see the iTunes library. Now, you have to move the iTunes library to /Users/Shared (select Go menu -in the menu bar- > Go to Folder, type that and copy the iTunes library to it). Finally, log in the other user, go to the same folder and move the library to the Music folder.
    After doing that, open System Preferences > Users and Groups, choose the user created by Migration Assistant and press the - button to remove it. This is easier if you have an external drive

  • How do I create a JPG image from a clip

    I need to create a jpg image from a movie clip. Is making a freeze frame the same and creating a jpg?

    A jpg image is saved by FCE in a new file, while a freeze frame in FCE is a still picture used for a sequence in a project, but not saved separately.
    To make a jpg, position the playhead in the timeline on the frame you want to save and Export/Using QuickTime Conversion and select Format: Still Image.
    You are asked for a file name.
    To make a freeze frame, position the playhead in the timeline on the frame you want to reuse within the project and Modify/Make Freeze Frame. This leaves a new still in the viewer: you can drag it to the timeline, drag it to the browser, etc.. - However this does not create a separate file but stays embedded in the project where it is used.
    Piero

  • Why wont jpg images from macbook open on Windows PC?

    I have loaded jpg images from my nikon camera into iphoto on macbook pro.
    No editing was done.
    Then i copied then to a usb and attempted to open on a windows pc .
    They wont open in either windows or photoshop on windows pc.
    Can you help please?
    Many thanks
    Dell.

    You may be burning the disk as a data CD. Make sure that you're burning the disk as an Audio CD (iTunes Burning preference). You can also burn an MP3 CD if your tracks are in MP3 format and your player will handle an MP3 disk.
    Hope this helps.

  • Hi. I tried to upload photos to Facebook from iPhoto yesterday and each time I try, Safari freezes and I have to force quit, and finder also freezes. This was all working fine a week ago and I have done nothing that I know of to the PC. Thanks

    Hi. I tried to upload photos to Facebook from iPhoto yesterday and each time I try, Safari freezes and I have to force quit, and finder also freezes. This was all working fine a week ago and I have done nothing that I know of to the PC. Thanks

    safari freezes when i click upload photo on Facebook

  • Request a .jpg image from Indesign server via script?

    hello,
    I have a scenario in which I am switching from using QuarkXpress Server to Indesign Server. With Quark Server I am able to request a jpg image from a quark Document. Basically, by providing the right parameters, I can get a JPG preview of what a picture box or text box looks like in the Quark Document.
    I need to do something like this with InDesign Server. Is it possible to write a script specifying an Indesign Document and maybe a TextFrameID or PictureFrame ID and get a JPG rendering of it?
    I know I can export the whole document as a PDF but I need to be able to get images of single textframes/pictureframes or grouped frames.
    Does anyone know if this is possible or how to do this?
    thanks in advance!!!
    -Lloyd

    Or maybe the only way to achieve this (hopefully not, though) is to export the whole document as a JPG, and then find a way to programmatically crop the part I need based on the coordinates of the textframe/pictureframe (or grouped framed) that I need?
    thanks in advance,
    Lloyd

  • HT201210 I have just connected my Ipad to my mac and went to upload all the pics from my mac onto my ipad but doing so it has overwrote everything on my ipad and therefore the pics on my ipad have gone!!!

    I have just connected my Ipad to my mac and went to upload all the pics from my mac onto my ipad but doing so it has overwrote everything on my ipad and therefore the pics on my ipad have gone!!!
    Help - I have tried the restore but it didn't put back my photos it just started to sync the ones that had overwrote my old ones!!!

    I took the orginal photos on my iphone over the past couple of years and bit by bit i uploaded them onto my sony lap top in albums... Nothing to do with itunes...
    A few months ago as my laptop didn't seem as reliable so i uploaded all the pics onto my ipad from my laptop, it was today where i thought i will upload more from my phone onto the mac then onto my ipad but insted it overwrote all the pics on my ipad.
    I had tried to do the back up and it didnt work the photos were lost.
    Then my ipad later today was driving me insane and wouldnt delete any of the pics so i just restrored it back to factory settings.
    My laptop has had issues so i have in restored all that to.
    I will now in the future just upload from my phone straight to my mac and not mess about wanting pics on my ipad.
    I appricate your help but i am pretty sure i have lost all of my photos... My kids 1st day at school the lot...

  • HT2188 I just got an iPad mini, when I try to upload my iPhone backup from my Mac i get the message to upgrade my iTunes. I can not seen to find where the download link is for iPads on apple website. Can anyone help?

    I just got an iPad mini, when I try to upload my iPhone backup from my Mac i get the message to upgrade my iTunes. I can not seen to find where the download link is for iPads on apple website. Can anyone help?

    The message is referring to iTunes on your computer, not the iPad : http://www.apple.com/itunes/download/
    The built-in apps on the iPad can only be updated via iOS updates, so if your iPad mini is on iOS 6.0.2 then its up-to-date

  • I'm trying to upload proof of purchase of the macbook pro i bought, but every time it just stops. How to upload it ?

    I'm trying to upload proof of purchase of the macbook pro i bought, but every time it just stops. How to upload it ?

    Why don't you contact the online store's customer support?

  • Need to erase hard drive and reinstall system on iMac but have misplaced original install disks. Tried to use a my copy of Snow lepord 10.6 from my Mac pro but will not boot. Can original install disks be replaced. Thanks

    Need to erase hard drive and reinstall system on iMac but have misplaced original install disks. Tried to use a my copy of Snow lepord 10.6 from my Mac Pro but will not boot. Can original install disks be replaced. Thanks

    Yes the original Install Discs can be replaced for a nominal fee. Call AppleCare, you will need a credit card and the serial number of the machine. You can use the AppleCare Contact Info for the phone number on your part of the planet.

  • Trying to send a huge file from on Mac to another

    I am trying to send a 16gb file from my mac OSX panther to a mac OSX tiger. I prefer to do this as easily as possible, rather than as quickly as possible. I am about to rip my hair out as I really need to free up some space on this computer and for some reason can't figure out this, I'm sure, simple process.

    Hello Again! What you you do is use Firewire Target Disk Mode. This connects the two with a firewire cable so you can do a straight disk to disk transfer.
    This link will show you how to do it.
    http://docs.info.apple.com/article.html?artnum=58583
    Tom

  • I am a brand new mac user...trying to figure out how to switch from the Mac Pro screen to my external monitor.  Appreciate any help.

    am a brand new mac user...trying to figure out how to switch from the Mac Pro screen to my external monitor.  Appreciate any help.  thanks

    In Finder... goto Help... In the Search Window type in Displays...
    Lots of Useful Information there...
    You may find these Links Useful too:
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/macbookpro/
    Cheers,

Maybe you are looking for