Find date/time when item added item in folder?

Hey guys,
I was wondering if there was any Automator Action out there that allows you filter finder items by date "added" to a folder.
Please don't confuse with the date of the actual item. I am talking about if there is anyway to be able to detect and find when an item was added into a folder.
Thanks. I hope there is something out there. If not then I hope that there is some sort of applescript that can do this. 
Please help.
Phil

I'm not aware of an Automator action, but starting in OS X 10.7 Lion a Spotlight metadata attribute named kMDItemDateAdded was added that contains the ISO date/time an item was added.  If the item has been moved recently enough to have the attribute (and assuming that Spotlight is indexing the containing folder), there are a couple of utilities you could use.
The mdfind shell utility won't be quite like filtering, but by limiting the find search to a particular folder and using the appropriate query, you can get a list of items - for example, the following will list items added to the Downloads folder in the last week:
do shell script "mdfind -onlyin ~/Downloads 'kMDItemDateAdded >= $time.today(-7)' "
The mdls shell utility can be used if you are just wanting to get the value of a particular metadata attribute from an item, for example:
set theFile to quoted form of POSIX path of (choose file)
do shell script "mdls -name kMDItemDateAdded -raw " & theFile

Similar Messages

  • Can we find out the date/time when the datafile last extended?

    Hello all,
    Can we find out the date/time when the datafile last extended?
    Is it possible to find out from the alert.log file?
    Correct me if I am worng?
    Thanks in advance
    Himanshu

    In continuation with the earlier post, can you tell me what sort of entry should be search if the above information is available in the alert.log file?
    Thanks
    Himanshu

  • How to populate date & time when user enter data for custom table in sm30

    Can anyone tell me How to populate system date & time when user enter data for custom table in sm30..
      Req is
      i have custom table and using sm30 user can enter data.
    after saving date i want to update date & time in table
    Pls let me know where to write the code?
    Thanks in Advance

    You have to write the code in EVENT 01 in SE54 transaction. Go to SE54, enter your Ztable name and in the menu 'Environment-->Events'. Press 'ENTER' to go past the popup message. In the next screen, click on 'New Entries'. In the first column, enter 01 and in the next column give some name for your routine(say UPDATE_USER_DATE_TIME). Then click on the souce code icon that appears in blue at the end of the row. In the code, you need logic like below.
    FORM update_user_date_time.
      DATA: f_index LIKE sy-tabix.
      DATA: BEGIN OF l_total.
              INCLUDE STRUCTURE zztable.
      INCLUDE  STRUCTURE vimtbflags.
      DATA  END OF l_total.
      DATA: s_record TYPE zztable.
      LOOP AT total INTO l_total.
        IF l_total-vim_action = aendern OR
           l_total-vim_action = neuer_eintrag.
          MOVE-CORRESPONDING l_total TO s_record.
          s_record-zz_user = sy-uname.
          s_record-zz_date = sy-datum.
          s_record-zz_time = sy-uzeit.
          READ TABLE extract WITH KEY l_total.
          IF sy-subrc EQ 0.
            f_index = sy-tabix.
          ELSE.
            CLEAR f_index.
          ENDIF.
          MOVE-CORRESPONDING s_record TO l_total.
          MODIFY total FROM l_total.
          CHECK f_index GT 0.
          MODIFY extract INDEX f_index FROM l_total.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " UPDATE_USER_DATE_TIME
    Here ZZTABLE is the Z table and ZZ_USER, ZZ_DATE, and ZZ_TIME are the fields that are updated.

  • Date, time and other possible items are not available in menu bar

    My menu bar is not visible at the top right corner of the screen. Spotlight has also disappeared. This is true for all users and even when I reboot.
    System caches have been cleared, prebindings rebuilt and all applications using the sidebar have been deleted from the system.
    Is there any way of recuperating the menu bar without re-installing OS X?
    Thanks in advance for your help.

    Francine,
    Thank you for your suggestion. I have done what you suggest and, unfortunately, the log has hundreds of errors.
    I attach the logsto see if you or any other kind genious can help!! Thanks
    SYSTEMUISERVER.CRASH LOG
    Date/Time: 2007-06-07 17:22:53.812 +0200
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: SystemUIServer
    Path: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    Parent: WindowServer [72]
    Version: 1.4.4 (192.12)
    PID: 266
    Thread: Unknown
    Link (dyld) error:
    Library not loaded: /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
    Referenced from: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    Reason: no suitable image found. Did find:
    /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications: file to short
    SYSTEM LOG
    Jun 7 17:21:02 Roberto-Zachmann-2 loginwindow[80]: sendQuitEventToApp (NotificationExec): AESendMessage returned error -1712
    Jun 7 17:21:12 Roberto-Zachmann-2 shutdown: reboot by roberto:
    Jun 7 17:21:12 Roberto-Zachmann-2 SystemStarter[456]: lstat("/Library/StartupItems/NortonAutoProtect.kextcache/NortonAutoProtect.kext cache"): Not a directory
    Jun 7 17:21:13 Roberto-Zachmann-2 Parallels: Stopping DHCP/NAT daemon...
    Jun 7 17:21:13 Roberto-Zachmann-2 SystemStarter[456]: authentication service (473) did not complete successfully
    Jun 7 17:21:14 Roberto-Zachmann-2 Parallels: Unloading Network module...
    Jun 7 17:21:14 Roberto-Zachmann-2 Parallels: Unloading ConnectUSB module...
    Jun 7 17:21:14 Roberto-Zachmann-2 Parallels: Unloading Monitor module...
    Jun 7 17:21:16 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels VM observer thread stopped
    Jun 7 17:21:16 Roberto-Zachmann-2 Parallels: Unloading Hypervisor module...
    Jun 7 17:21:16 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels Workstation Hypervisor exited.
    Jun 7 17:21:16 Roberto-Zachmann-2 Parallels: Shutdown complete.
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: The following StartupItems failed to properly start:
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: /Library/StartupItems/NortonMissedTasks
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: - SystemStarter internal error
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: /Library/StartupItems/NortonAutoProtect
    Jun 7 17:21:16 Roberto-Zachmann-2 SystemStarter[456]: - SystemStarter internal error
    aped[72]: NotificationExec[540] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    Jun 7 17:21:55 localhost kernel[0]: BInterface: family specific matching fails
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91380)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: match category IODefaultMatchCategory exists
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: family specific matching fails
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91500)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: match category IODefaultMatchCategory exists
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: match category IODefaultMatchCategory exists
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e99a80)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: IOUSBInterface: family specific matching fails
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91d80)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: ParallelsConnectUSB(0x6e91d80)::start() Control service not started!
    Jun 7 17:21:59 localhost kernel[0]: Previous Shutdown Cause: 3
    Jun 7 17:21:59 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 7 17:21:59 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:17:f2:00:aa:9a
    Jun 7 17:21:59 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:17:f2:00:aa:9b
    Jun 7 17:21:55 localhost mDNSResponder-108.5 (May 9 2007 15: 07:55)[33]: starting
    Jun 7 17:21:56 localhost memberd[41]: memberd starting up
    Jun 7 17:21:56 localhost lookupd[49]: lookupd (version 369.6) starting - Thu Jun 7 17:21:56 2007
    Jun 7 17:21:57 localhost kextd[27]: kextdwatchvolumes: couldn't set up diskarb sessions
    Jun 7 17:21:57 localhost diskarbitrationd[39]: disk0s2 hfs 684506F7-1A8B-3BCF-A060-0C500160CF10 B_U /Volumes/B_U
    Jun 7 17:21:57 localhost diskarbitrationd[39]: disk2s3 hfs B6A22685-376C-38C2-A062-B40F86648A1F media /Volumes/media
    Jun 7 17:21:58 localhost diskarbitrationd[39]: disk1s2 hfs 70822F8A-B53B-3665-94A9-018D01233BA8 Macintosh HD /
    Jun 7 17:21:59 localhost configd[37]: No AirPort Driver found.
    Jun 7 17:22:00 localhost lookupd[69]: lookupd (version 369.6) starting - Thu Jun 7 17:22:00 2007
    Jun 7 17:22:00 localhost DirectoryService[51]: Launched version 2.1 (v353.6)
    Jun 7 17:22:01 Roberto-Zachmann-2 kernel[0]: Intel8254x -- Link Up -- 00:17:f2:00:aa:9b -- called by interruptOccurred() --
    Jun 7 17:22:01 Roberto-Zachmann-2 kernel[0]: -- Auto-Neg Advertise Reg (04d) = 0xde1, Link Partner Ability Reg (05d) = 0x45e1, Gig Advertise Reg (09d) = 0xe00, Gig Link Partner Ability Reg (10d) = 0x4000
    Jun 7 17:22:01 Roberto-Zachmann-2 configd[37]: setting hostname to "Roberto-Zachmann-2.local"
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 kernel[0]: disk3: alignment error.
    Jun 7 17:22:02 Roberto-Zachmann-2 retrospectcd.util: [65]: ...ret = -2\n
    Jun 7 17:22:02 Roberto-Zachmann-2 retrospectcd.util: [65]: File system unrecognized; a mount is not possible.\n
    Jun 7 17:22:03 Roberto-Zachmann-2 SystemStarter[44]: lstat("/Library/StartupItems/NortonAutoProtect.kextcache/NortonAutoProtect.kext cache"): Not a directory
    Jun 7 17:22:03 Roberto-Zachmann-2 configd[37]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 7 17:22:03 Roberto-Zachmann-2 configd[37]: posting notification com.apple.system.config.network_change
    Jun 7 17:22:03 Roberto-Zachmann-2 lookupd[80]: lookupd (version 369.6) starting - Thu Jun 7 17:22:03 2007
    Jun 7 17:22:03 Roberto-Zachmann-2 Parallels: Loading Hypervisor module...
    Jun 7 17:22:04 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels Workstation Hypervisor started.
    Jun 7 17:22:04 Roberto-Zachmann-2 Parallels: Loading Monitor module...
    Jun 7 17:22:04 Roberto-Zachmann-2 kernel[0]: [Parallels] Parallels VM observer thread started
    Jun 7 17:22:04 Roberto-Zachmann-2 Parallels: Loading ConnectUSB module...
    Jun 7 17:22:05 Roberto-Zachmann-2 Parallels: Loading Network module...
    Jun 7 17:22:05 Roberto-Zachmann-2 Parallels: Loading Virtual Ethernet module...
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: Intel8254x -- Link down -- 00:17:f2:00:aa:9a -- called by enableHardware() --
    Jun 7 17:22:06 Roberto-Zachmann-2 Parallels: Staring DHCP/NAT daemon...
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: -- Auto-Neg Advertise Reg (04d) = 0xde1, Link Partner Ability Reg (05d) = 0x0, Gig Advertise Reg (09d) = 0xe00, Gig Link Partner Ability Reg (10d) = 0x4000
    Jun 7 17:22:08 Roberto-Zachmann-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: comparallels_kextPvsvnic0: Ethernet address 00:01:23:45:67:89
    Jun 7 17:22:09 Roberto-Zachmann-2 mDNSResponder: Adding browse domain local.
    Jun 7 17:22:09 Roberto-Zachmann-2 kernel[0]: comparallels_kextPvsvnic1: Ethernet address 00:10:32:54:76:98
    Jun 7 17:22:10 Roberto-Zachmann-2 pvsnatd[215]: en2: DHCP for 10.37.129.2-10.37.129.254 netmask 255.255.255.0
    Jun 7 17:22:10 Roberto-Zachmann-2 configd[37]: target=enable-network: disabled
    Jun 7 17:22:10 Roberto-Zachmann-2 bootpd[228]: interface en0: ip 192.168.2.1 mask 255.255.255.0
    Jun 7 17:22:10 Roberto-Zachmann-2 bootpd[228]: interface en1: ip 192.168.1.4 mask 255.255.255.0
    Jun 7 17:22:10 Roberto-Zachmann-2 named[229]: starting BIND 9.3.4 -c /etc/com.apple.named.conf.proxy -f
    Jun 7 17:22:10 Roberto-Zachmann-2 named[229]: running
    Jun 7 17:22:10 Roberto-Zachmann-2 Parallels: Restarting InternetSharing...
    Jun 7 17:22:10 Roberto-Zachmann-2 Parallels: Restaring CiscoVPN...
    Jun 7 17:22:10 Roberto-Zachmann-2 Parallels: Initialization complete.
    Jun 7 17:22:13 Roberto-Zachmann-2 loginwindow[211]: Login Window Started Security Agent
    aped[72]: NotificationExec[243] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[244] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[245] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: mcxd[238] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[246] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[247] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[248] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[249] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[250] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[260] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    Jun 7 17:22:54 Roberto-Zachmann-2 crashdump[267]: SystemUIServer crashed
    Jun 7 17:22:55 Roberto-Zachmann-2 crashdump[267]: crash report written to: /Users/roberto/Library/Logs/CrashReporter/SystemUIServer.crash.log
    aped[72]: NotificationExec[273] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: TechToolProtecti[297] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    aped[72]: NotificationExec[299] is running as the super-user. It is not possible for Application Enhancer to affect this process in any manner whatsoever.
    Jun 7 17:23:53 Roberto-Zachmann-2 mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01810A00 en0/4 to 192.168.2.1:49203 skt 9 error -1 errno 12 (Cannot allocate memory) 1574215691
    Jun 7 17:24:08 Roberto-Zachmann-2 mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01810A00 en0/4 to 192.168.2.1:49205 skt 9 error -1 errno 12 (Cannot allocate memory) 1574231127
    MacPro Mac OS X (10.4.7)

  • Is there anyway to check(date,time) when contact was added to iPhone4.Thanks

    What I'm trying to figure out if there is anyway I can check when I added a contact on my iphone4 like the date or time? Or if there is anyway of doing this at all. Thanks

    At this time iPhone users cannot view timestamps of when contacts are created, deleted or modified within the Contacts app. Try browsing old messages or phone records to find out when you first contacted the number. That may give you a better idea of when you initially had access to the number or created the contact.

  • How to cell register the date/time when you put a value in another cell

    Hello guys!
    How do I get a cell (eg A2) tell the date and time when I put a value in another cell (eg A1) in Numbers?
    For example, I want to register a cell to read my electricity meter.
    I write in cell A1: 45809. When placing this value in A1, I want to appear (on A2) the date and time when I did that record automatically. Is it possible?
    I hope you understood the question!
    Thank you in advance to those who try to help.

    There is not automatic time stamping of on entry of a time.  One suggestion I've seen has a cell that has the current date and time.  Everytime you cahnge any cell that cell will update.  You can then copy that cell and paste the value into your date/time cell adjacent to the meter reading:
    Create a new, plain table:
    Now in cell A1 enter the formula "=now()"  short hand for this is:
    A1=now()
    now resize the table so it is a table that is 1 cell by 1 cell by selecting any cell, then dragging the table size control in the bottom right corrner towards cell A1:
    It should look like this when you have completed this task:
    Now create another new, plain table and enter "Date" for cell A1, and "Meter Reading" for B1:
    Now you can enter a meter reading (I entered "45671").  Now select the CELL that has current date and time from the first table at the very top, and copy:
    Now select the cell in the date column where you want to put the current date and paste values by using the menu item "Edit > Paste Value":

  • Found random files in trash - date/time when I wasnt home

    I noticed today while looking in my trash bin, that there were pictures that were not mine or that I havent even seen before (ie Denzel Washington at a hospital, planes, emoticons, ect...) All the items are dated at times when I am either not at home or asleep, and with no one physically using my computer at all. I am very confused, and slightly scared that my computer is being hacked. Has anyone dealt with the same issue? Should I be concerned? Also my gmail account notified me of an unauthorized access from Illinois and prompted me to change my password. Any help or suggestions would be greatly appreciated. Thank you in advance!!

    you probably haven't heard of iGhost? it's real
    Open Console (in Applications/Utilities) and look for system.log under FILES, look for the the time when you claim you wasn't at home or when the files where deleted, you can paste them here for us to look into. Or, right cilck the files in the Trash and click Put Back, then search in Finder for the name of the file to see where it came from.

  • Autofill date/time when entering data?

    Hi,
    I'm new to Numbers so still learning the ropes, but...
    I have made a call log which should automatically enter the date and time when I enter data into a 'Notes' field. This works for the first instance but when a new call is received and I add a new note the date and time changes for all previous notes.
    The formula I am using is as follows:
    IF(ISBLANK(F3),,NOW())
    I have tried to attach the numbers file bu struggling to see how so I've attached a screenshot which might be of use.
    Any help greatly appreciated!

    the function now() atucally returns now.  That is... the date and time it is at the very moment the function is called.  You are asking for a timestampt.  The best way to implement a timestamp (which technically Numbers DOES NOT HAVE) is to keep a single cell table in a handy place (I keep it in the top left corner), then put the formula:
    =now()
    in the single cell.
    When you add a new entry, select that single cell, copy, then paste formula result.
    this can be done quickly when you memorize the key combinations:
    copy                            = <command> + c
    paste fomula result     = <command> + <shift> + v
    You can make suggestions to Apple using the menu item "Numbers > Provide Numbers Feedback"

  • How do I preserve date/time when converting to DNG?

    When I convert a file to DNG format in Lightroom, it changes the capture time in the metadata to the current date and time, rather than copying the source data.  Is there a way in which I can tell it to leave my dates alone?

    You wrote: “I noticed my mistake. It seems that what the conversion process was changing was the ‘Metadata Date’ and ‘Date Time’ fields, but ‘Date Time ‘" and ‘Date Time Digitized’ were remaining the proper, original date. The cause of my confusion was that my Metadata panel view was hiding all but the ‘Date Time’ field, so it appeared as though it had overwritten my prior date information.”
    Date/times in photo metadata can be very confusing.  There are all these fields with confusing names imposed by legacy industry standards -- I challenge anyone except a metadata nerd like me to remember the meanings and differences of Date/Time, Date/Time Original, Date/Time Digitized, Capture Time, Metadata Date, Modify Date, ....  The worst are the two XMP fields Date Created and Create Date, which have two very different meanings!  And every app and operating system makes a half-hearted attempt to "simplify" it for the user by choosing different names.   
    LR makes no serious attempt to make this easy for the user, and over the first several versions, it's handling of date/times was pretty sloppy. (It still has outstanding bugs that don't crop up that often in practice.)  You would think that at least LR would provide roll-over tool tips on the field names in the Metadata panel explaining each field.

  • IPhoto gets the wrong date/time when importing photos

    I just imported a bunch of photos from a Canon Digital Rebel XT. I took the photos today, 10/22/05, but iPhoto has them labelled with yesterday's date. Furthermore, the times are incorrect, with AM and PM apparently switched.
    Looking back now, it seems that there's the same problem with all of the photos I've imported with this camera (which I got last month). I don't know if iPhoto has been screwing these things up the whole time, or if this is something that just happened.
    I've just triple checked the date/time setting on the camera and confirmed that it is correct. I've confirmed that my computer's date & time are correct also. The other data imported with each photo appears to be correct (e.g. camera make & modal, focal length, ISO speed, etc.).
    Anyone have any idea what's going on and how I can fix it?

    Jason,
    Which date are you referring to? The EXIF date that is in the Get info window, or the date that is listed in the left info window. If it is the date that is in the info window on the left it is easy enough to fix. Just highlight and put in the correct date. If you need to do this to a lot of images then use the batch change function.
    If the EXIF data is wrong, I recommend using the software from canon to get the best EXIF data added to your pics. I realize this adds an additional step, but it will fix your problem. The other thing is that if you start to shoot in RAW, your camera is not supported by iPhoto. So if you attempt to import RAW files from the XT directly into iPhoto it will not import them. I have this camera and it is one of the reasons I have stopped using iPhoto for most things.
    You can get the latest versions of the canon software from Canon.com I recommend using these as they are much better than what was in the box that came with my XT. If you plan on working with RAW get the Digital Photo Professional (DDP) Along with the Canons image browser. Both work well on my powerbook and should be great on a Powermac.
    Hope this helps.
    Matt

  • How do I keep the date/time when exporting photos?

    When exporting photos from Photos.app on my Mac, it doesn't use the metadata that it displays in Photos--it uses the current date/time. So when I export a photo from 2010, it says it's dated 2015 when I import it into Aperture.
    Is there a way to export an image with its original timestamp? Is this a bug? Thanks.

    If you are editing tif files, then you have only a couple of choices.
    Flatten the image before you save it.  This will reduce it down to one layer. That's the smallest you can get.
    When you first open the image, look to see if it's 8 bit or 16 bit tif.  It won't help you, but if the image is 8 bit, and you save it as 16 bit, you will have dramatically increased the size of the file for nothing.  If it's started as 16, no worries!
    check if you are saving with compression.   Tif compression is lossless, so unless you did something like resize+resample, it remains the same bit density, etc, so should be just as printable as what they sent you (unless you messed up!).
    Cheers!

  • Retaining date/time when capturing from miniDV camcorder in PRE8

    Has anyone a solution to the following problems observed when capturing
    video/audio from a miniDV camcorder with Premiere Elements 8:
    1) Even if "Split Scenes" is deselected in the capture dialog box - the captured video IS split into separate .avi files
    2) When inspecting the .avi file metadata only the date is captured correctly from DV - time is always 23:00Z...?  I have used other capture tools to verify that correct date/time is actually available in the captured video.
    Thanks!
    - Jan Anders

    No known solution for PRE:
    Timecode in AVI-Files
    View video clip recording date in PRE7?
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • PSE13 and Revel issues with the notes filed and date/time when syncing.

    I extensively use the notes field in PSE13. For photos and videos this seems to get over-written when synced to Revel. For photos I can recover it by selecting 'Update Thumbnail' but during the next sync it over-writes it again.
    I also have some files where the date / time are changed when syncing with Revel, particularly video files.
    Any ideas?

    I also have this problem. The time of my iPod always changes back to the time and date of my last restore every time I sync it. And I know of others with this problem also. Perhaps it is possible that your iPod and mine have been "configured" in a way that causes this issue?

  • Item added & item updated events fired twice.

    Hello everyone, 
    I have item added and item updated events and both sends e-mails twice cos they are fired twice. 
    I tried the below method but the problem still continues. Any suggessions?
    base.EventFiringEnabled=false;
    base.EventFiringEnabled=true;
    note: my list is custom list. (not document lib)

    If you have required checkout enabled the events can be triggered twice. See this post for more information and how to bypass it:
    Managing ItemUpdating and ItemUpdated Events Firing Twice in a SharePoint Item Event Receiver

  • Updating table with Modified date/time when updating any row

    Hi guys,
    What I am trying to do is this. I have a several rows in my table, alongwith the field 'Modified_date'. I want to insert a modified_date if and when I update the row in the table. Here's my code, but it's not working:
    PROCEDURE ip_maint_save (p_submit IN VARCHAR2 DEFAULT NULL ,
    p_user_no IN varchar_array_type,
    p_user_id IN varchar_array_type,
    p_ip_first IN varchar_array_type,
    p_ip_last IN varchar_array_type,
    p_user_type IN varchar_array_type,
    p_user_language IN varchar_array_type,
    p_blue_jays IN varchar_array_type,
    p_created_by IN varchar_array_type,
    p_modified_by IN varchar_array_type,
    p_modified_date IN DATE := SYSDATE
    IS
    v_count_rec PLS_INTEGER := 0;
    BEGIN
    FOR i IN NVL (p_user_no.FIRST, 1) .. NVL (p_user_no.LAST, 0) LOOP
    IF p_user_id (i) IS NOT NULL THEN
    BEGIN
    UPDATE IP_MAP
    SET IP_FIRST = p_ip_first (i),
    IP_LAST = p_ip_last (i),
    USER_ID = p_user_id (i),
    USER_TYPE = p_user_type (i),
    USER_language = p_user_language (i),
    IP_FIRST_number = Mr_Ip_Maint.ip_to_number (p_ip_first (i)),
    IP_LAST_number = Mr_Ip_Maint.ip_to_number (p_ip_last (i)),
    MODIFIED_DATE = p_modified_date (i)
    WHERE USER_NO = p_user_no (i);
    .....rest of the code/exceptions follow....
    It's not working. Although, I am able to update a row, but it's not inserting/updating the modified_date field in the table for which the row is updated.
    Thanks in advance.

    Hi,
    As per my understanding, you are passing many values at a time to be updated using varchar_array_type type. In such scenario if your User_no is 100,101,102 all are being looped and the table is updated. But where are you checking the updated field or on what bases you will come to know that this particular field is updated.
    I will suggest you to use before update triggers. As in triggers you can check the rows old and new value and then set sysdate for modified_date column.
    Something like this,
    create or replace trigger trg_IP_MAP on IP_MAP
    before update
    For Each Row
    Begin
         If (:OLD.IP_FIRST != :NEW.IP_FIRST  OR
              :OLD.IP_LAST != :NEW.USER_ID OR
              :OLD.USER_TYPE != :NEW.USER_TYPE OR
              :OLD.USER_language != :NEW.USER_language OR
              :OLD.IP_FIRST_number !=:NEW.IP_FIRST_number OR
              :OLD.IP_LAST_number != :NEW.IP_LAST_number) THEN
                   :NEW.MODIFIED_DATE = SYSDATE
         END IF;
    END;Twinkle

Maybe you are looking for

  • Drop ship/Third Party order processing configuration in SNP

    This is in continuation of thread Configuring Direct/Drop Shipment in APO Is there any clean way of implementing drop-shipment scenario ? Most of the technical solutions we have been able to come up with are either too complicated or not very user fr

  • Why does the iTunes not show "Photos"

    Why does the new iTunes not show "Photos" after it is synced, and why does iCloud not show Photos also?

  • Can't export to quicktime, error -8961

    I've been trying to export a presentation in keynote to quicktime but it says I don't have enough disk space or there was a problem withe the file, error - 8961. I've try deleting every slide, I even tried exporting an empty presentation but I keep g

  • Title 3D Looks crunchy

    For some reason my titling in 3D on my FC Express looks "stepped" Is there some way to blur the edges a little bit so it doesn;t look that way?

  • Limite RemoteApp to one instance per user

    Hello everyone, A customer asked us to make an (unfinished) application available to them. Since this application is unfinished we want to make sure that only one person at a time is using it and that under no circumstances the customer can copy the