Out put contact sheet to disc

Need help on outputting (print template) contact sheets to
disc to send to my lab. I am using a pc xp operating systems.
Thanks for your help

The Print Module, go down on the left side where you do the printer settings under Print Job and change Printer next to Printer To: JPEG file.
Don

Similar Messages

  • HT3964 When typing into forms, such as filling out a contact sheet on a website, my first few letters will not appear when i start typing. For example, if I wanted to type "explanation", i might end up with "laxation". This happens in all browsers.

    When typing into forms, such as filling out a contact sheet on a website, my first few letters will not appear when i start typing. For example, if I wanted to type "explanation", i might end up with "laxation". This happens in all browsers.
    If i backspace everything and start typing again in the same area, it will work properly the second time.
    I am using a ~7 month old macbook air with mavericks.
    Any tips to get rid of this issue would be greatly appreciated.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d; s/^ */   /; s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/(.*: )(.*)/ \(\2\)/;H;};/Apple|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(awk '/^D/{print $2; exit}' "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=\* || e=; echo $d ${f%_$d*} ${f##*.} "$e"; done | tail`; Pm "${A[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|Throt|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed -E 's:/Users/[^/]+/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test will take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Contact Sheet Titles

    I am trying to print out a Contact Sheet of photos of jewelry to make a sample sheet using iPhoto 4.0.1. It would be most understandable if the name of each photo (the name given to the file) were to print alongside each small image in the contact sheet. My old Epson software (OS9) used to be able to make a contact sheet and you could choose to print Date, Title, File Size, etc.
    Can iPhoto add the file name to ech image on a contact sheet?
    If not, is there a workaround?
    Marc

    Marc:
    You're in the iPhoto 6 forum but I'll try to answer your question. You can't in iPhoto but there are a couple of workarounds.
    One is to create a book with the Yearbook theme. Then put your pictures in one of the pages that have the number of photos per page that you want, up. up to 32 per page. It will automatically enter the file name under each picture. Do a Print to PDF of the book, open it with Preview and print just the page(s) you want. The downside to this method is that you only get landscape orientation for the page.
    The other way is to use Galerie to create a web gallery of the pictures. It will let you include the file name under the pictures. You can set the number of photos per row and rows per page. Then open the gallery (just the index page) in Safari and print from there.
    Do you Twango?

  • Contact sheets in CS 5

    I have just upgraded to CS5 from CS3 and soooo wish I hadn't bothered.   Why oh why have Adobe taken out the Contact Sheet II facility - I use this all the time.   i have reade some of the postings with regard to getting this into CS5 - but I don't understand them.   Is there any easy way to get my beloved contact sheets back into CS5 before I completely uninstall and go back to CS 3

    Read this post for another users quest of the old contact sheet.  http://forums.adobe.com/thread/918291?tstart=0

  • Printing one image on a contact sheet with different gamma settings

    Hi,
    I am currently using Aperture 1.1, and I would like to print out a contact sheet of one image (each with a different gamma setting) to my Epson R800 printer. Any idea on how to do this? Also, I seem to be somewhat limited in my printing options, is it possible to print out say two or three images on one sheet?

    Not without actually duplicating the intended images for the print.

  • Photo contact sheet

    I have folders with bunches of photos that I need to review. In Windows Explorer I could print out a contact sheet of the photos so I can tell at a glance what I have.
    Is it possible to do this in finder or any other program?

    Just to add a bit to buckster's suggestion--
    Once your photos are in iPhoto you can then print a contact sheet from iPhoto. From iPhoto help:
    To print photos as a contact sheet:
    Select the photos you want to print.
    Choose File > Print.
    Choose a print setting from the Presets pop-up menu.
    Choose Contact Sheet from the Style pop-up menu. The preview area shows how your photos will look when you print them.
    Select options for the style you chose.
    For example, you can select how many photos to print across each row of a contact sheet or show the title of each photo.
    Photoshop Elements is cheap, will allow you to do anything with your photos a non-pro could possibly want to do, and also will print a contact sheet. If you are getting into photography I stongly recommend you get yourself a copy.
    Francine
    Francine
    Schwieder

  • Contact sheets. Am I asking too much from LR

    In my workflow I need to get 'printed' contact sheets out ASAP for public to look at, note file numbers, then view on screen > hopefully purchase.
    I have produced a contact template 16up and on average we print 10-18 sheets at a time.
    The time it takes to print is not viable (anything from 2 minutes (rare) - 20 minutes, average 15 mins +)
    I have set to draft mode printing, increased my RAM to 12GB (from 4)
    and the average file is about 3000 pixels.
    I have set the Activity Monitor (Mac 10.8.4) to watch and there seems to be no 'page outs'
    and the CPU and free space seem to be within their limits.
    I have also tried to PDF and to Jpeg file, but this seems to take as long.
    Also tried on LR3, LR4.4 & LR5 Trial, no difference.
    Am I asking too much of my OS or LR.
    Any input appreciated
    Thanks
    P.S.
    saw 1 or 2 other posts suggesting Draft Mode made a massive difference even to big files, but not to mine.
    Pages seem to load fairly quick at first, then hang.
    May be my imagination, but the time to print seems to be increasing

    After much searching I think I may have found the solution ?
    We were creating 1:1 previews by editing the photos before printing to contact sheets.
    The 1:1 Previews is what seemed to be causing the hold up.
    So to remedy this
    In Library > Library Menu > Previews > Discard 1:1 Previews > All photos
    It then printed out the contact sheets at a fair rate of knots.
    (I believe once you go back to loupe and zoom in, it then creates the 1:1 Preview again)
    22 pages with 349 images ave. 3,500 pixels per photo = 12 seconds (compared to 20 mins to never),
    obviously + printing time.
    Quick silly question though ??
    I take it if I have minimal preview settings this will not infringe the quality of the larger printed copies ?
    (I take it, it is just that, a preview ?)
    I would also have thought that LR would have found a solution to this before now
    or at least provided some sort of info / tutorial / remedy.
    Looking at the results from people having problems with this goes way back to LR2/LR3.

  • Contact Sheet Printing Problems

    I have been trying to print contact sheets starting with version 1.1 and I'm still not able to print them in 2.1.
    Ligthroom will generate the file but the printers (I tried 3 printers) are reporting error messages (Status Error - Printing). The file just stay in the queue for ever or I delete it. First I thought it had to be a printer problem so I tried to print the contact sheets in Draft Mode. That worked and everything was fine except the quality of the pictures on the contact sheet was so bad - unusable.
    Now I have tried different relosutions from 150 to 250 and nothing works. Well, not quite nothing. I can print out one contact sheet with up to 20 pictures, but as soon as I need more than one sheet it fails.
    I'm also running into the same problem with color shifts printing from Lightroom compared to Photoshop. Also, the speed seems to be very slow. I have about 30,000 slides in my library and I'm constantly waiting until LR catches up.

    I was experiencing the same thing (in 4.1RC2). Tried to print a 158-image contact sheet (4 pgs), and it would want to render every image first.
    Here's my solution:
    I went back to the Library module, selected all the photos I wanted to print, and made sure they all had standard previews rendered. Then I was able to go back and print as draft (to printer, pdf, and jpg) with lightning speed.
    Hope that helps,
    Cory
    **UPDATE**
    Today I tried to print another contact sheet, with all previews rendered, and it's being slow again. Apparently my solution doesn't really work 100%. Yeah, it's like Jeckyll and Hyde...

  • Changing the text size on a contact sheet printout

    don't ever get old! I am using iPhoto 9.5.1 and for some reason the font size of the info associated with an image I am printing out in "contact sheet" format is very small and hard to read without reading glasses--especially in low light conditions. It was a larger size in my previous version of iPhoto. How can I default to a preferred font size?  thanks,

    I don't know of any want to increase the font size for a set number of columns.  It appears that  if you use fewer columns the text gets bigger but you get fewer photos per page.
    Other than that all I can suggest is

  • Continuously print contact sheet when full (tethered capture)

    Hi!
    I am going to use lightroom and tethered capture as a photo booth at an event. But I wondered if it is possible to set up a mode that would continuesly print out new contact sheets when it was filled up with photos from the filmstrip?

    {quote:title=LarryHN wrote:}
    In the customize window when you click the settings icon ther is a pull down menu in teh resulting screen that lets you select multiple photos pre page and multiples of a photo{quote}
    Oh, how I do so wish that were the case, but when I click "Customize" and then get to the subsequent screen containing the "Settings" button, and then click said "Settings" button, I get, as previously stated, nothing but a dropdown that allows me to changes settings only for the text that one can select to accompany one's image, as shown in the screen capture found here:
    http://dl.getdropbox.com/u/1009048/iphoto-customize-settings.jpg

  • Contact sheets with header for contact info?

    I'm trying to print my first contact sheet (actually a jewel case insert), and I'm very surprised to see that there appears to be no way to include some type of header and/or footer that would include my contact info, copyright, etc.
    Am I missing something in AP, or is there a work around for this? It seems useless to send out a contact sheet that doesn't include at least my name.
    Thanks,
    Andrew

    Because you didn't look hard enough. Make sure you check "Photo Info" and the click on the popup next to it and select filename or setup a custom text in Edit..

  • Putting Text with Contact Sheet in CS4

    Hello,
    I have read numerous posts, I have seen an online tutorial, in terms of how the Contact Sheet feature was moved in CS 4.....I did manage to find it, however, I do find myself with a question...
    I am submitting images to a magazine Photo Editor, and they require a contact sheet to be submitted along with the images. On the contact sheet they want the FILE NAME, and also the Species Name (I am shooting wildlife), and also a quick mention of the geographic area in the US where it was shot.....
    As I said, I found the Contact Sheet part in CS4, and I see where I can list an overall Header or Footer on the overall Contact sheet page, but I do not
    see anywhere (I apologize ahead of time if I am overlooking this in some obvious place), I do not see anywhere, where, I can go to the individual images, and, in addition to the File names, put the kind of text information that I just mentioned above.
    Way back in CS3, the Contact sheet function actually generated a Layered PS File, with the images and the text for the images, as separate layers, and you could actually go in and type custom text into the Text portion below the image, but that does not seem to be the case at all in CS4.
    Surely this is doable somehow for me to add custom text to the images on my Contact sheet, beyond merely the file names? If not in Photoshop, is anyone aware of any 3rd party Contact Sheet software that will allow me to do this? This is a national publication that puts out about 40 magazines, so I cannot be the first to run into this problem.
    Any help you can give me ( in terms of a detailed explanation of how to do this) would be greatly appreciated.
    Thanks to all, and have a great day!
    John

    I haven't used it myself but you could check out
    http://ps-scripts.sourceforge.net/ContactSheetX/csx.html
    Paul

  • How to create a Contact Sheet with Adobe Photoshop CS5 from a disc with images in different folders

    I got a disc with images files (mainly ai and psd files) in different folders and subfolders, how can I create a contact sheet including all the image files in different folders. (It seems that Adobe Bridge can only create a contact sheet by clicking the image files directly but not a folder including the images files)
    thx!

    Use the optional Contact Sheet II plugin which is found in Adobe's Downloads:
    1) search for contact sheet in PS CS5 help
    2) choose the first result and read carefully about the Photoshop Optional Plug-In Picture Packager
    3) follow the instructions to download the zip file and note the location that you download it to.
    4) follow the instructions to install the files.
    I'm not sure how PS CS5 will handle ai vector image files or if you have to batch convert them to raster images first before using Contact Sheet II.  Contact Sheet II allows you to choose a folder and Include All SubFolders as an option so you could create a Contact Sheet folder and copy all of your desired folders into that folder which will become subfolders of the main folder you choose for your contact sheet.

  • I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4: - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet

    I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4:
    - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet I need to shut down and restart CS6.
    - Camera RAW: if I change any setting in Camera RAW (except exposure), having first optimized the exposure, the exposure will automatically return to zero. Sometimes when I've set exposure and cropped the picture in Camera RAW Plug-In, the effects are lost just by opening the picture in CS6.
    - Sometimes if I crop a picture in Camera RAW, it may be impossible to open it again from Bridge!
    - I cannot do lens corrections in Camera RAW, at all. The Camera RAW comment is that "it cannot load the correct lens type". Why?

    Are you writing that when you select  a large number of images in the bridge  like a hundred thumbnails  when you then use Bridge menu Tools>Photoshop>Contact Sheet II that Photoshop only produces a single contact sheet for the first few thumbnails and fails to produce additional contact sheets for the other selected thumbnails? Photoshop contact sheet II script should create as many contact sheet as needed  for the numbers of thumbnails selected.  Perhaps the script is hung or you have exhausted  your machine resources.
    ACR Crop tool does not crop the RAW file it records crop settings to be used during the conversion process.    Camera RAW DATA is not altered.  The only changes made to RAW Files is ACR Metadata may be added.  Anything you do in ACR can be un-done in ACR.    If you can not open a RAW File in ACR the Files is either corrupt or from a new camera ACR does not support yet.  ACR should not corrupt RAW files.
    If you do not have a lens profile for ACR I think you should still be able to do lens correction manually in ACR.
    Some of what you write I don't follow could you post some screen captures of your problems often a picture helps.

  • Alv and excel sheet out put.

    hi friends,
    now i am working on sales and purchase order report. For this i have created three radio button on selection screen one for sales 2nd for purchase and 3rd for both. when i click sales radio button it is going to display only sales data in ALV out put list as well as in EXCEL sheet.
    problem:-
    Some layout fileds (out put fields) i am storing in VARIENT and when i have passed this VARIANT in a SELECTION-SCREEN so here the output is ok for me, and i am unable to display these same fields in EXCEL sheet for this Please could u tell that how we do this. please send the logic for this.
    thands and regards.
    sagi.

    Hi Amol,
    you are not getting me ...
    see your itab will have all the fields irrespective of variant used. so you can directly use itab to download.
    i guess you are using alv tool bar option to download.
    but i am telling to use your own button to download the report using your own button with GUI_DOWNLOAD Fm.
    for this you pass your ITAB and and then give the file name then this will save all the fields to excel file.
    Regards
    vijay

Maybe you are looking for

  • Searching for Sales Order for the given Customer PO Number Pattern in BAPI

    Hi,      I have developed a BAPI which retrieves all the Sales Orders for a given Customer (Sold-To). The Following are the Input Parameters given in the Function Module (RFC). Customer Number (Mandatory) From Date (Optional) To Date (Optional) Sales

  • ESS W-4 Online

    Hello we are planning on implementing W-4 Withholding services via ESS and we were wondering what companies are using this service successfully and if they have had any issues from an audit prospective. Since a hard copy of the form cannot be placed

  • Typicl Errors in Production Support

    Dear All Can I Get any of the Typical Errors we faced in Production Support. Regadrs manikanta Edited by: Manikanta Ramisetty on Feb 14, 2011 11:29 AM

  • Edits from photoshop

    Hello I have got a new PC. Installed lightroom, copied libary and settings  from the old PC to the new. Everything seems to be fine, flickr acount,  facebook export etc. The only thing is when I choose edit in Photoshop, make ajustments, and  save th

  • Allow auto-restart option after manual initiating Windows updates

    When doing manual windows updates please provide a 'auto-restart' check box at the beginning of the process.  It would make the process much cleaner if after begging the download/install process, (then walking off for coffee) if on return, the proces