Some files in aperture shrink to thumbnail size

Aperture 3.6
OS X 10.10.1
Some of my photos have lost their original dimensions and file size. 

I only have one library. So most of them were imported to the library first, and then I copied them into the appropriate albums. In some cases I downloaded them directly into the albums, either from the camera or the desktop.
E

Similar Messages

  • Aperture, Macbook Air, Thumbnail Size

    I am planning on using Aperture on my desktop, but
    would like to be able to sync my Aperture Library (with referenced originals)
    to my MacBook Air, mainly for viewing.
    Since the same previews will be used on my desktop and laptop,
    I will generate 1900X1200 medium quality previews. I figured
    out that this should take about 250K, and with the addition
    of other data should come out to about 300K per image on average.
    Thus, a library of, say, 50K images, should consume about 15GB.
    Quite a lot for a 80GB MBA disk, but bearable.
    Unfortunately, I found out that the average storage per image is
    about 700K, with half of it devoted to the thumbnail.
    I did not expect that, since thumbnails are only 1024X768 as far as I know.
    Apparently they are not compressed much. This will yield
    a 30GB library which is too large for my MBA.
    My questions:
    - Is there any way to make the thumbnail more compressed?
    - Any other strategies for using MBA for viewing (and maybe organizing)
    Aperture libraries?
    Meanwhile, somebody pointed to me a discussion in this forum about referenced libraries not shrinking after deleting images. This will make the whole idea even less attractive .
    Thanks
    Shaul

    There are plenty of strategies for working with multiple computers. They usually involve exporting/importing projects. If you would like a brief summary of how to do this I will be glad to provide a sort of guide on multi machine workflow that works for many of us that work on location and have a main library back at the base.
    If you want to carry around a sort of "best of" on your MBA and also have a few working project the best way to do that is:
    1) Create a new empty project on your main machine.
    2) Set up a library level smart album for what ever your "best of" or greatest hit or whatever are.
    3) Drag that smart album into the new project. (doesn't really matter but will keep you organized)
    4) Select all the images in that smart album and use new from selection->album (this is required trust me)
    5) Use file export project on that new project that contains the album just created
    6) Import the project on to your MBA
    Now you have all of the stuff that you really want on your MBA, to update it Just re-do steps 4-6 every once in a while. Obviously get rid of that project off of your MBA when you do.
    As for other in progress projects create them on either library and use import export library any time you like to take it with you or put the project into your main library. When you export a project it will consolidate the masters into the exported project. When you import a project the masters will be managed, just use relocate master to put them where they belong in your main library.
    IF you want some more info or this is not clear let me know.
    RB

  • Preserving layer thumbnail size (CS4)?

    I prefer to enlarge the thumbnails in the layers panel and would like to keep the size I choose whenever I open a new file.  It seems that saving the workspace with enlarged thumbnails does not accomplish this, and I have to resize them every time I open a file.  Is there a way to preserve my thumbnail size preference without having to reset it every time?

    Cool, that worked. On a Windows PC, the folder is located here:
    C:\Users\(Your User Name)\AppData\Roaming\Adobe\Adobe Illustrator CS4 Settings\en_US\New Document Profiles
    Ok so that works for when you start with a blank file and are creating from scratch, but what about if you want to open existing AI files and retain the larger thumbnail size setting? Hmmmm...
    At this point, I've probably spent more time on this than I ever would have by just manually changing the setting, but still...

  • Is there some secret to getting Pentax K-3 .dng files to display thumbnails when importing to an iPad (mini w/retina)? Files import fine, but no thumbnail. Mac OS has compatability with those files.

    Is there some secret to getting Pentax K-3 .dng files to display thumbnails when importing to an iPad (mini w/retina)? Files import fine, but no thumbnail. Mac OS had compatibility with those files added long ago. Am I missing something?

    I agree Terrance. However, I was able to copy other large batches of other files (my music for example) without any issues. The issue only showed up when copying iPhoto's library and/or the photos themselves. This was repeated 3 times; I copied all my other files to the drive then it unmounted on iPhoto. And, as I said, again when I started with a fresh reformat and just iPhoto. That does not seem like hardware to me if it is only happening with one set of files.
    I have managed to get the iPhoto library to work on my other external drive. It wanted a rebuild twice and a thumbnail rebuild once. I am now attempting to copy it over to the new HGST internal drive.
    Anyone have a suggestion for alternatives to iPhoto? I have aperture, maybe I will try that. But from what I understand, it just shares the same library as iPhoto.

  • Printing to pdf file - only prints in thumbnail size

    Using Adobe Reader ver 10 and it will only create pdf (print) in thumbnail size. How can it be configured to create in full size 81/2 x 11?  Using Scansoft Create to create pdf files from word 2007.  Could the the scansoft printer driver be the problem.  Using PDF CREATE ver 5.  Any help would be appreciated, thanks.

    You need to ask in a ScanSoft forum. This is not an Adobe product and as already mentioned, Reader can not create a PDF. Also be aware this is the Acrobat forum, not the Reader forum.

  • NEF files only show as thumbnail size in preview window

    I am using PSE 8 with Bridge CS4 and camera RAW 5.5 on MAC OS X 10.5.8
    I recently upgraded from a D80 to a D300s. when i import  RAW files into bridge from the 300s they only show up as thumbnail size in the preview window. It was fine with the D80 and JPEG's from the 300 show up large as well
    any thoughts?

    In Bridge, select the affected raw file and click Tools>>Cache>>Purge Cache for folder.
    If this does not work, you might want to increase the cache size in Bridge>>Preferences>>Cache.

  • Deleted some files in finder - how do I clean up in Aperture?

    I have deleted some files and folders in Finder and am wondering if there is a way to clean up in Aperture tooo????

    This is true and was the first I thought of as well, but I would hesitate to recommend it in this particular case since the filtering also will show all files that are offline by other reasons (i.e. moved folder or images). Also, the folders he have deleted (showing up as projects or albums in Aperture) will not be deleted in the library so one have to go through all these anyway to find out where the empty ones are.
    Hopefully there will not be a huge amount of images that were deleted so by looking into the different projects will give more control regarding what you are deleting from Aperture's library. Any file or project that are missing by other reasons would easily be recognized and could then be relocated first.
    Regards
    Paul K

  • Rman create some files  and very big size

    Dear all,
    I was implement rman back up on windows 2003 R2 with oracle9i.When i ran script
    for backup as below :
    RUN {
    allocate channel ch1 type disk;
    CHANGE ARCHIVELOG ALL CROSSCHECK;
    CROSSCHECK ARCHIVELOG ALL;
    DELETE NOPROMPT EXPIRED ARCHIVELOG ALL;
    BACKUP DATABASE PLUS ARCHIVELOG;
    CROSSCHECK BACKUP;
    DELETE NOPROMPT EXPIRED BACKUP;
    DELETE NOPROMPT OBSOLETE;
    RELEASE CHANNEL ch1;
    EXIT;
    During executed these script i found rman create some files the name is "CQISBDNR_1_1" and the size around 17 gb. @ "D:\oracle\ora92\database"
    and my config as below :
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 2 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'E:\Rmanbk\CF%F'
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'E:\Rmanbk\%d_DB_%u_%s_%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'E:\RMANBK\SNCFAPPR.ORA';
    What happend ? and Pls advise !
    Thanks for advance !
    Chara

    I don't see any thing wrong in having a 17Gb rman backup file. It is just your backup in a single piece. You have configured rman to use the maximum size possible:
    BACKUP DATABASE PLUS ARCHIVELOG
    and
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    As long as you have enough space to grow and you can transfer your backup piece to a safe place in a timely manner, you may cope with this.
    ~ Madrid

  • Pictures not displaying in non-thumbnail sizes

    One of my clients has an iMac G5 running 10.4.11 and iPhoto 5.0.4. He's got about 3200 pictures in his iPhoto library which is about 12GB in size (they are all very large pictures). He's been using iPhoto without problem for years then suddenly he noticed that some pictures do not display in a slideshow. Out of the 3200 pictures he's narrowed it down so far to a few dozen pictures throughout his library. When we view the roll or the album with the pictures listed as thumbnails, we can see the picture just fine, but when we do anything that involves viewing at non-thumbnail size, such as double clicking on it or viewing in a slideshow it displays nothing. Slideshow just shows all black and double clicking on the thumb shows white with a spinning gear that never stops spinning. I rebuilt his library and that did not fix it. I repaired permissions, trashed iPhoto preferences, deleted tmp & cache files from his computer, I even zapped the PRAM out of desperation and nothing made any difference at all. One weird thing is that when it is siting at the white screen with spinning gear, if we resize the window smaller then resize it bigger, the picture will display properly but only for that time. It still will not display in slideshows.
    I tried exporting one of the troublesome pictures out of iPhoto to his desktop, delete the pic from iPhoto, then try re-importing it again. This time when we try to import it, iPhoto gives an error that the file couldn't be imported because it may be an unrecognized file type or may not contain valid data. I can open the pic on his desktop using Preview and Photoshop with no problems at all.
    Why am I posting this in the iPhoto '08 forum? well I copied the file to my MacBook Pro running 10.5.6 and iPhoto '08 and it almost does the same thing. I am able to import the file into iPhoto '08 and I can see the thumbnail but when I double click it, instead of a white screen with the spinning gear, i get a black screen and nothing else. I tried the trick of resizing the window and as I'm resizing, I do see a blocky image but as soon as I stop resizing the image goes black.
    I can open the file in any program on multiple computers: Photoshop, Preview, GraphicConverter, ColorSync Util, Safari, Firefox, etc. iPhoto version 5 and '08 (the only versions I have handy) refuse to work with the file. I've even edited the picture in photoshop by changing the resolution by just a few pixels and slightly tighter jpg compression but iPhoto still refuses to play nice with it.
    I have exhausted all options other than reinstalling the OS, but other posts I've read similar to this say that never fixes it. I am at a loss. What is wrong with iPhoto that it refuses to play nicely with pictures that work everywhere else in the world?
    I forgot to add that in Console there are several instances of iPhoto errors:
    "have info and image but no ciimage" and “have info and image but no ref”
    Message was edited by: Clint Mcintosh

    Clint:
    Try opening the file in one of the other applications that can use it and save as a new file and see if that new file is compatible with iPhoto. Or you might try this Automator workflow, Convert to JPG and Embed sRGB profile, on one and see if the resulting file will work. If so you can batch change all of them. It replaces the file you run it on so be sure to run it on a copy just to be safe. You can download it from Toad's Cellar or download it immediately with this link: Convert to JPG and Embed sRGB profile.zip.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: iPhoto 8's new option in it's rebuild library window, "Rebuild the iPhoto Library Database from automatic backup" may make this tip obsolete. We'll know when users have occasion to use it and see if that's the case.

  • Solution to Boot Camp partition failure due to: "some files can't be moved"

    I have had problems getting boot camp to partition my drive, reporting that
    "The disk cannot be partitioned because some files can't be moved." Solutions offered involve either backing up your entire drive and restoring it (SuperDuper), or defragging with commercial software (iDefrag).
    This solution does not require a spare external drive, nor commercial software.
    1) Using Disk Utility, shrink your main drive by the desired windows partition size. Click the Physical Drive, select the Partition tab, and resize the main partition by dragging the corner of the graphical partition representation. Click apply. This operation may take a long time, because it moves all the files at the end of the drive to other places on the drive.
    Even though you now have free space at the end of the drive, Boot Camp Assistant will not use it (it wants to resize your main partition).
    2) Now use Disk Utility to expand the main drive to fill the entire disk. This effectively reverses the change you made in step 1, but no files are using the space at the end of the drive anymore. Click Apply. This should go faster than step 1. Close Disk Utility.
    3) Using Boot Camp Assistant, create the Windows partition. Choose a partition size no larger than the amount you shrunk your main partition in step 1. Your Windows partition will finally be created.
    Works for me. If it works for you, please spread the word.

    Chris Thielen wrote:
    I have had problems getting boot camp to partition my drive, reporting that
    "The disk cannot be partitioned because some files can't be moved." Solutions offered involve either backing up your entire drive and restoring it (SuperDuper), or defragging with commercial software (iDefrag).
    This solution does not require a spare external drive, nor commercial software.
    1) Using Disk Utility, shrink your main drive by the desired windows partition size. Click the Physical Drive, select the Partition tab, and resize the main partition by dragging the corner of the graphical partition representation. Click apply. This operation may take a long time, because it moves all the files at the end of the drive to other places on the drive.
    Even though you now have free space at the end of the drive, Boot Camp Assistant will not use it (it wants to resize your main partition).
    2) Now use Disk Utility to expand the main drive to fill the entire disk. This effectively reverses the change you made in step 1, but no files are using the space at the end of the drive anymore. Click Apply. This should go faster than step 1. Close Disk Utility.
    3) Using Boot Camp Assistant, create the Windows partition. Choose a partition size no larger than the amount you shrunk your main partition in step 1. Your Windows partition will finally be created.
    Works for me. If it works for you, please spread the word.
    That's an excellent idea; but even though Leopard DU does claim that you can do what you did without losing anything, stuff happens, and I would never do what you did without a full backup. If you are running TM, that's enough. But repartitioning a drive without a backup is dangerous.

  • I am receiving a notification that says that I am running out of storage space. I backed up time mating to an external hard drive. Can I delete some files to make room?

    I am receiving notifications that I am running out of storage space. I backed up my mac book using an external and time machine. Can I delete some files to make room?
    If so,
    When I want to restore from my time machine, can I pick and choose, say certain songs, photos or documents?

    About TM "Backup Drive is Full"
    Alert TM only deletes older files if they have been deleted from the source and when TM needs space on the backup drive for a new incremental backup. Time Machine "thins" it's backups; hourly backups over 24 hours old, except the first of the day; those "daily" backups over 30 days old, except the first of the week. The weeklies are kept as long as there's room.
    So, how long a backup file remains depends on how long it was on your Mac before being deleted, assuming you do at least one backup per day. If it was there for at least 24 hours, it will be kept for at least a month. If it was there for at least a week, it will be kept as long as there's room.
    Note, that on a Time Capsule the sparsebundle grows in size as needed, but doesn't shrink. Thus, from the user's view of the TC it appears that no space has been freed, although there may be space in the sparsebundle.
    Once TM has found it cannot free up enough space for a new backup it reports the disk is full. You can either erase the backup drive and start your backups anew or replace the drive with a larger drive. You can also use the Time Machine application to selectively remove files, but that may be ineffective if you have to free up GBs of space.

  • Saved PSD files show up as small thumbnails oinly in Bridge

    Ive been working on some photos in ACR/CS2 and a strange thing happened. After working on raw files I save them in a separate working folder as psd files. Suddenly, for no apparent reason, my PSD files are showing up in Bridge as tiny thumbnails. This just started happening in the middle of working on a folder of raw files. The first few were fine and then the saved files began showing up as thumbnails.
    Moving the slider to make them bigger doesnt do anything. I can make all the files smaller by moving the slider to the left, but moving to the right only makes the files thumbnail size. Very weird. This problem seems limited to Bridge. In PS they look fine. Ive even checked their file size and that looks fine. Ive closed and reopened Bridge, but that had no affect.
    I cleared ACR preferences and purged the folder; that brought back some files but then others became small. Also when working on new files, the first few were again OK and then again files became thumbnail size in Bridge. I can open the files, save them to another folder and then copy them to the original folder, over writing the old, thumbnail size folder. I suspect all this has to do with cache and some setting, but I can't figure out the random nature of all this.

    Actually I found the problem... under Bridge preferences, check to see if the "do not process files larger than ____MB" is less than the PSD file size.... i.e. my psd file was 229.24mb and my limit was set at 200mb... then once you change this go to cache settings and purge, it will reset the thumbnails and clear the small view issue.

  • GenPrint spitting out Thumbnail size PDFs when using AddMultiPageBitmap

    Hello,
    I have an odd situation occurring that has me a little stumped, wondering if anybody has any insight. We setup a project to run in one of our test environments. The project uses the AddMultiPageBitmap rule to pull in one or more PDF's from the Linux server it's running on for some transactions. What's odd is that when the GenPrint shell script is executed by the scheduler (we use Zena), Genprint runs fine, and our resulting Metacode output contains the expected PDF's, but they're very small (we've been calling it 'thumbnail' size).  When I run the GenPrint shell script using a super-user ID (the one that was used to install Documaker on the server, as well as defined the majority of the folder structure on the server that our project uses), then the PDF's are normal/full size. It doesn't matter 'who' ran GenData, the NAFILE is the same.
    Since the only difference is where the scripts are located that are being run (the scheduled one is in an "installed to" location, whereas when I run it using the super-user ID, I'm just running it from a 'scripts' folder that I copied to the same parent folder that the Documaker project's subfolders are in), and the ID itself that's running it, that seems to imply it's authorization related, but there's nothing different in the log files, nothing in the output listing, errfile, etc. I've wondered if there's a Debug option I could try turning on to see if that spits out anything that would help, but not sure which rule to use/turn on.
    Has anybody ever run into something like this before, or have a better grasp on what could be happening and where I should look next?
    We're running 11.5, patch 4, and as I mentioned, we're running it on the Linux platform, creating Metacode output.
    Thanks,
    Gregg

    Hi Gregg,
    Everything you've mentioned seems to indicate that it's related to permissions. Is it possible that you could change the permissions on the PDF file (something like chmod 777) and see if this makes a difference in the resulting output? I've not heard of something like this before.
    -Andy

  • Pictures are thumbnail size after project import

    I imported a project from my external drive and some of the pictures in this project are normal in size but others appear the size of thumbnails. When double-clicking on them or pressing the F key they stay that thumbnail size in the viewer and I would like to get them to normal size. Please help.

    Thanx for answering "jinpack". The story is a little more complicated. My aperture libraries were not opening and I took the external hard drive to the Apple Store to a lady that is Aperture Certified. Bought a brand new external drive after running some tests on the older drive and on the MacBookPro. All tests appeared normal. So she right-clicked the projects and selected "Show package contents" and dragged them to the new external drive. I am not sure if she consolidated the libraries or if she did anything else but I returned yesterday and of course she was on vacation. Si I'll have to wait.
    I just went back to the old external drive where the libraries were (still are) and some of the pictures in that project were missing and they were there before. A lot of these are present in the new external drive but appear as small (I call them) thumbnail sized. I guess if I cannot find the master RAW images I can always go to master JPEGs.
    I really appreciate your help.

  • Our vendor Captivates are now displaying "thumbnail" size in newer browsers like IE11, Chrome. Why?

    Hi,
    We're using some 100+ Captivate tutorials supplied by a vendor. Our user base until recently was all IE8, IE9 browsers, and the Captivates displayed without trouble. Now we have users with IE11 and Google Chrome trying to launch these Captivates (using the .htm in the launch url) and the Captivates display in tiny, unreadable thumbnail size. We've found a workaround in that we can launch the Captivate by pointing the URL at the .swf file instead, and they display normal size. But before we change 100+ URLs and bring on who know what other problems... why is this happening?  Is there a browser setting we can change instead? What do we lose launching with the swf instead of the htm? Thanks!

    Add this just above the </head> tag in the html page as see what happens.
    <style type="text/css">
    html,body {
    height:100%
    </style>

Maybe you are looking for

  • Problem with Sender JMS J2EE adapter...

    I have configured the sender JMS J2EE adpater. I am getting this error at Adapter monitoring: <b>Sender channel. Details: Last Exception during send at Fri May 25 09:44:18 CEST 2007: Error converting Message: 'java.lang.Exception: ERROR consistency c

  • My iPad says that my phone is online, but cannot locate it. why is this?

    I have tried to use "find my iphone" on my Ipad, but it just comes up with a message saying that my phone is online, but it cannot locate it. It has done this for a few days now. Can anyone help me out? Thanks

  • The user or group name is not recognized. (rsUnknownUserName)

    SQL 2008 R2 Reporting Services When trying to add a group from Active Directory onto the reporting services security we get the following error The user or group name 'groupname' is not recognized. (rsUnknownUserName) We are able to add users from Ac

  • Air's left usb doesn't work!

    When I use usb mouse or removable disk, nothing happened on my air or on my plants. But when I insert my ipod to the left usb, itunes told me I have used usb 1.1. By the way, the right usb is all right. thanks~

  • Imovie 09 transitions glitch with (.MOV) files

    Hi Guys, Anyone help please - *imac just about to go out the window and wife very fed up of foul language!* I have been successfully creating movies in imovie HD for a number of years and have recently updated to imovie 09. At the same time I have pu