How do I determine the size of my photo library

I want to know the size of my photo file so that I can determine how much space I need to store them in iCloud (iPhoto version 9.6)  Os Version 10.10.2
Thanks
Dan

Depends on what you mean and... you can't store an iPhoto Library in the Cloud.
If you use the size determination in the iPhoto Window, that reports the approximate size if you export everything at the 'Current Setting' (which you would not want to do. See below*)
If you check the size of the package in the Finder (Pictures / iPhoto Library) that reports the disk space used for the combined size of the Masters, Previews, Thumbnails, Caches, Database and metadata files.
Though, as I say, it's not really an issue as you can't put an iPhoto Library in the Cloud.
*This User Tip
https://discussions.apple.com/docs/DOC-4921
has details of the options in the Export dialogue.

Similar Messages

  • How do I determine the size of my iTunes library

    How do I determine the size of my iTunes library?

    In Music view, you will see the song count, size, and total playing time in the Status Bar at the bottom. 
    If the Status Bar is not present, enable it either via View > Show Status Bar, or by holding the CTRL key while you press the / key.

  • How do I determine the size of my iPhoto library?

    I am running out of disk space and I assume that it is due to my photos.
    #1 - how do I determine if this is the case?
    #2 - how can I figure out the size of my library so I buy the correct sized external HD?
    #3 - what is the best practice for moving iPhoto to an external HD? Do people move over only "older" photos or just run iPhoto off the external HD completely?
    Thank you so very much!
    Jen

    #2 - how can I figure out the size of my library so I buy the correct sized external HD?
    Go to your Pictures Folder and find the iPhoto Library there. Use the Finder's File -> Get Info command to get the size of the Library. When you purchase an extenral disk, make sure to format it Mac OS Extended (Journaled). Also, allow room to grow.
    #3 - what is the best practice for moving iPhoto to an external HD? Do people move over only "older" photos or just run iPhoto off the external HD completely?
    There isn't a "best practise" there's only what you need to do. IF the Library is on the external, then you can only view it with the external attached. Are you on a Laptop? Desktop? If you're on a desktop it probably doesn't matter. If you're on a Laptop it might.
    Regards
    TD

  • How Can I Determine the Size of the 'My Documents' Folder for every user on a local machine using VBScript?

    Hello,
    I am at my wits end into this. Either I am doing it the wrong way or it is not possible.
    Let me explain. I need a vb script for the following scenario:
    1. The script is to run on multiple Windows 7 machines (32-Bit & 64-Bit alike).
    2. These are shared workstation i.e. different users login to these machines from time to time.
    3. The objective of this script is to traverse through each User Profile folder and get the size of the 'My Documents' folder within each User Profile folder. This information is to be written to a
    .CSV file located at C:\Temp directory on the machine.
    4. This script would be pushed to all workstations from SCCM. It would be configured to execute with
    System Rights
    I tried the script detailed at:
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/31/how-can-i-determine-the-size-of-the-my-documents-folder.aspx 
    Const MY_DOCUMENTS = &H5&
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("Shell.Application")
    Set objFolder = objShell.Namespace(MY_DOCUMENTS)
    Set objFolderItem = objFolder.Self
    strPath = objFolderItem.Path
    Set objFolder = objFSO.GetFolder(strPath)
    Wscript.Echo objFolder.Size
    The Wscript.Echo objFolder.Size command in the script at the above mentioned link returned the value as
    '0' (zero) for the current logged on user. Although the actual size was like 30 MB or so.
    I then tried the script at:
    http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_27869829.html
    This script returns the correct value but only for the current logged-on user.
    Const blnShowErrors = False
    ' Set up filesystem object for usage
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("WScript.Shell")
    ' Display desired folder sizes
    Wscript.Echo "MyDocuments : " & FormatSize(FindFiles(objFSO.GetFolder(objShell.SpecialFolders("MyDocuments"))))
    ' Recursively tally the size of all files under a folder
    ' Protect against folders or files that are not accessible
    Function FindFiles(objFolder)
    On Error Resume Next
    ' List files
    For Each objFile In objFolder.Files
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:01", objFolder.Path
    On Error Resume Next
    FindFiles = FindFiles + objFile.Size
    If Err.Number <> 0 Then ShowError "FindFiles:02", objFile.Path
    Next
    If Err.Number = 0 Then
    ' Recursively drill down into subfolder
    For Each objSubFolder In objFolder.SubFolders
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:04", objFolder.Path
    FindFiles = FindFiles + FindFiles(objSubFolder)
    If Err.Number <> 0 Then ShowError "FindFiles:05", objSubFolder.Path
    Next
    Else
    ShowError "FindFiles:03", objFolder.Path
    End If
    End Function
    ' Function to format a number into typical size scales
    Function FormatSize(iSize)
    aLabel = Array("bytes", "KB", "MB", "GB", "TB")
    For i = 0 to 4
    If iSize > 1024 Then iSize = iSize / 1024 Else Exit For End If
    Next
    FormatSize = Round(iSize, 2) & " " & aLabel(i)
    End Function
    Sub ShowError(strLocation, strMessage)
    If blnShowErrors Then
    WScript.StdErr.WriteLine "==> ERROR at [" & strLocation & "]"
    WScript.StdErr.WriteLine " Number:[" & Err.Number & "], Source:[" & Err.Source & "], Desc:[" & Err.Description & "]"
    WScript.StdErr.WriteLine " " & strMessage
    Err.Clear
    End If
    End Sub
    The only part pending, is to achieve this for the 'My Documents' folder within each User Profile folder.
    Is this possible?
    Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • How do I determine the size of an event (cmd I does not show any size for events).

    How do I determine the size of an Event in iPhoto? (Cmd + I does not show size information at the event level).

    If you're running iPhoto 8 (09) select the event and look at the Info pane at the lower left hand corner of the window.  It will give you the number of photos and size:
    for iPhoto 9 (11) open the Event, select all of the photos in it and open the Info drawer at the right by typing Command+i.  The number of photos and size will be at the top of the Info drawer.
    OT

  • How can I see the size of my music library in iTunes?

    How can I tell the size of my music library in iTunes?

    Select Music in iTunes (top left), select Songs (top right)
    then at the bottom status bar will show how many you songs you have and how long it will play (in days if it a big collections) and the size (in GB) taken.

  • How can I reduce the size of a photo proportionally.  With my old Mac mini I was able to place the pointer on the bottom right corner  hold the shift key until I achieved the desires size.

    How can I reduce the size of a photo PROPORTIONALLY?  With my old Macmini I was able to place the pointer on the bottom right corner of the picture, hold down the shift key and move the pointer to achieve the desired size.  

    You'll need to use a 3rd party editor like one of these:
    Some Image Editors That Support layers:
    Photoshop Elements 11 for Mac - $79
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50
    Pixelmator - $60 
    Seashore - Free
    Portraits and Prints - Free
    GIMP for Mac - Free
    Xee 2.1 - free
    My personal preference would be for Photoshop Elements for Mac. Most of these will let you select and copy a head from one photo, paste it into another photo, resize and place where you need it.
    PSE has a specific feature just for that function.  I belive the Adobe site for PSE has a demo video of that feature.
    OT

  • How do you view the size of your Ibook library? How do you view how many books are in your library?

    How do you view the size of your Ibook library? How do you view how many books are in your library?

    Open the iBooks app. All your iBooks should load there.
    You can see the file size for each iBook by clicking List from the menu bar top of the iBooks window.
    message edited by:  cs

  • How does one reduce the size of a photo on iphoto?  I want to post images on my website, but they exceed the limit.

    How does one reduce the size of a photo on iphoto.  I want to post images to my website but they exceed the limits. 

    Select the photo(s) and export (file menu ==> export) them. You can change the size there setting a maximum pixel dimension and/or reducing quality
    LN

  • How do I change the size of my photos?

    I need to send a photo and I am finding my photos in iphoto are very large. How do I decrease the size? I tried changing the size in the program but it doesn't seem to work. It needs to be 640 x 480 pixels and no more than 200 kb. HELP!

    Greetings,
    Highlight the image(s).
    Go to File > Export.
    Configure the window as below (you may need to tinker with the "JPEG Quality" setting to make the file size smaller -- Maxiumum = Big file size, Low = Small file size):
    Cheers.

  • How do you change the size of a photo in a document?

    Hello
    I've pasted a photo into a document I'm typing but the photo is too big.  How do I change the size of the photo?
    Thanks

    TextEdit is not a very sophisticated program. As far as I know, there's no way to resize an image on the fly in TextEdit, so you'll have to follow Shotgun00's advice.
    I would advise not using TextEdit for anything real. Buy yourself a copy of Pages from the App Store instead, you'll be much happier with its capabilities if you intend to create complex documents containing images and text.

  • How do I control the size of my photos in iWeb?

    Hello
    I wish to ask if it is possible to control the size of a photo in iWeb when publishing photos.
    What I want is that people can press on any photo in my collection and see it in high resolution. But at the moment it is messing with my photos. Some come up tiny regardless of them being a 4MB Pixel shot, and most of them if not all of them are restricted to one size...
    Thank you...
    -Steve

    iWeb resizes photos in the following cases -
    When using the of the photograph templates where you drag and drop your pictures:
    1) Size is capped at 800px x 800px for the slide
    2) Files are compressed, usually ~120KB\
    3) New thumbs are created (the small image you click on); those tend to be 35-45KB.
    If you add a shadow, reflect or graphic option - odds are iWeb will convert your JPEG into a PNG and file size mushrooms. I've been created very compact banners, but due to PNG coversion the size has gone up by 6-8x...
    I have NOT looked into just adding a photo to page and seeing what happens to the file size. Most of my tug of war has been with slide show and trying to understand why the 300-500KB files I was using were looking so bad. Now that I know iWeb is doing, I can sort of work around it.
    It doesn't mean I'm happy. I'm going to add a gallery page with my favorites, format for roughly 1000x800 and keep the file size around 400 KB. I do all the file resizing in Photoshop CS2.
    To put all this in perspective, i have around 325 picture uploaded - most were resized to 450 KB for the web. That 146 MB just for pictures. Add another 10 MB for web content, etc. I thought ~160MB should be used up on the iDisk. Due to iWeb's compression, usage is only 70 MB for this site.
    www.pebbleplace.com

  • How do I determine the size of an object on a particular layer?

    Whether it's a rectangle, circle, line, etc. how do I determine what the size of an object is on a particular layer?

    Right click on the rulers and set the scale to pixels in the dialog
    Go to View>new guide and select the position of the guide lines along horizontal and vertial axes
    Window>info brings up the Info Palette. The information in the right lower corner provides a readout of any selection that you make, e.g. with the marquee tool
    View>grid allows one to bring up a non-printable grid which is useful for orientation. The grid can be set up with subdivisions to suit via Edit>preferences>guides and grid
    You can open a duplicate layer at the top of the stack, then using the brush tool create a straight line for visual projection. The layer can be deleted at any time. To create a straight line, click on the begin point, hold down the shift key, and click on the end point
    Hope that one of these options is useful for your purpose. Please post your progress.

  • How do I determine the size of an object?

    After an object is instantiated, is there anyway to determine its size (in bytes)?

    Why do you want to know? Java handles memory management for you.
    IIRC for Sun JVM 1.4:
    Objects: four bytes for each reference, boolean, byte, short, int, float or character field, eight bytes for each long or double field, plus sixteen bytes header information.
    Arrays: length * (four for reference, int or float; one for boolean or byte; two for short or character; eightfor long or double), plus sixteen bytes header information.
    Pete

  • How do you change the size of a photo file?

    I volunteer for an animal rescue organization, and I need to post some digital photos I took of some kittens I am fostering on petfinder.org as soon as possible. The photos I have are too large for the website to handle - I need to reduce the file size before they will accept them. How do I do this? I need to find out as quickly as I can so I can get these little guys posted and work on finding them homes. Any help would be extremely appreciated! (I know I have an old iPhoto program - should I be embarrassed? - and an old computer ... wish I had better equipment, believe me!)

    tinyfoo,
    the fastes and easiest way to reduce the size (pixels) is to go to your:
    iPhoto Menu > Share > Email > you should choose small or medium... and mail it to another account, open email, copy to desktop and you've got a reduced size of photo that will work nicely on most websites... you'll notice that directly below this window, you will see how large or small the file has gotten "Estimated Size", this refers to the same number of 500 in your post...
    You can actually do it another way, is to > Share > Export > choose "Scale No Larger Than:", here you need to ask your webmaster what size is preferred... fill in and export to your desktop...
    Otherwise, you would need to use an image edting software to "Optimize" image... Personally, I would use the email function... Best wishes on your project, Rick

Maybe you are looking for

  • Input Ready Query, Variable read mode setting Only Values for InfoProvider

    Hi, I have a problem with Selection Variable for a BEx Query : - I'm working with SAP BI 7.0 support package 15 - My query is an input ready query built for an "aggregation level" based on "real time infocube" (Planning); - Characteristic, I want to

  • Quantity contract not relevant for release

    Hi all, I am working on quantity contracts. After creating a contract, I'm trying to create a release order with reference to the contract. When I fill in the contract nr and the release partner Sap gives me the following message: contract 400******

  • Cant get apple tv to update

    cant get i tunes to recognize apple tv device on my pc Thanks, Bill

  • BPEL implementation design suggestions

    Hi all, Being new to SOA, I'm not really sure whats best practice regarding BPEL and certain problems. I just think that the way I have implemented a BPEL solution is "ugly" and was hoping there was a better solution. So I hope some of you may have s

  • Webservice controls using WSDL in weblogic portal10.3.2

    Hi All How to create and use Webservice controls using WSDL in weblogic portal10.3.2 ? Is that possible ? If no, is there any other easy way to implement the same ? thanx developer